Prove clean native release artifacts (#106)
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m28s
Native release artifact audit / audit (push) Failing after 1h6m34s
Native code generation / deterministic (push) Failing after 2m15s
Concurrency and resource soak audit / soak (push) Failing after 6m33s
Documentation / documentation (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 55s
JPEG 2000 feature / linux (push) Successful in 2m46s
performance evidence / audit (push) Failing after 13m45s
Release platform and feature matrix / audit (push) Successful in 1m3s
Native Rust workspace compile / compile (push) Failing after 55s
Skia feature / linux (push) Successful in 31m58s
Dependency and supply-chain audit / audit (push) Failing after 9m34s
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Failing after 10m2s
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Failing after 2m0s
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Failing after 1m56s
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Failing after 6m19s
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Failing after 6m57s
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Failing after 7m6s
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Failing after 8m8s
Some checks failed
API and SemVer surface / api-surface (push) Failing after 1m28s
Native release artifact audit / audit (push) Failing after 1h6m34s
Native code generation / deterministic (push) Failing after 2m15s
Concurrency and resource soak audit / soak (push) Failing after 6m33s
Documentation / documentation (push) Failing after 2m0s
Imaging and meshing gate / native (push) Failing after 55s
JPEG 2000 feature / linux (push) Successful in 2m46s
performance evidence / audit (push) Failing after 13m45s
Release platform and feature matrix / audit (push) Successful in 1m3s
Native Rust workspace compile / compile (push) Failing after 55s
Skia feature / linux (push) Successful in 31m58s
Dependency and supply-chain audit / audit (push) Failing after 9m34s
Release platform and feature matrix / matrix (false, linux-stable-minimal, x86_64-unknown-linux-gnu, stable) (push) Failing after 10m2s
Release platform and feature matrix / matrix (false, macos-stable-portable, x86_64-apple-darwin, stable) (push) Failing after 2m0s
Release platform and feature matrix / matrix (false, windows-stable-portable, x86_64-pc-windows-gnu, stable) (push) Failing after 1m56s
Release platform and feature matrix / matrix (true, linux-msrv-portable, x86_64-unknown-linux-gnu, 1.96.0) (push) Failing after 6m19s
Release platform and feature matrix / matrix (true, linux-stable-default, x86_64-unknown-linux-gnu, stable) (push) Failing after 6m57s
Release platform and feature matrix / matrix (true, linux-stable-features, x86_64-unknown-linux-gnu, stable) (push) Failing after 7m6s
Release platform and feature matrix / matrix (true, linux-stable-release-surface, x86_64-unknown-linux-gnu, stable) (push) Failing after 8m8s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"cargo_lock_sha256": "ff5b851139156d43915f08494c5723638d3b48abb9d7ab5de6eea9e9f5b5554b",
|
||||
"cargo_lock_sha256": "b0f9593fd3cae923e08d9a75fb16772e749a0dfddafaadb7f2a610bc597284ac",
|
||||
"packages": [
|
||||
{
|
||||
"name": "adler2",
|
||||
@@ -1806,6 +1806,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "goblin",
|
||||
"version": "0.10.5",
|
||||
"checksum": "983a6aafb3b12d4c41ea78d39e189af4298ce747353945ff5105b54a056e5cd9",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/m4b/goblin",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE",
|
||||
"sha256": "655e3ee7a4c27430774962e62a6d37d7348e5f2f292010ad674ce1bebefd24bc"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "group",
|
||||
"version": "0.13.0",
|
||||
@@ -3376,6 +3389,23 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "plain",
|
||||
"version": "0.2.3",
|
||||
"checksum": "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6",
|
||||
"license": "MIT/Apache-2.0",
|
||||
"repository": "https://github.com/randomites/plain",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE-APACHE",
|
||||
"sha256": "a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2"
|
||||
},
|
||||
{
|
||||
"path": "LICENSE-MIT",
|
||||
"sha256": "bc12b75fd81829814d843a03fa52aad0e53355b1f13665e309ff7fa33c66e5b5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "poly1305",
|
||||
"version": "0.8.0",
|
||||
@@ -4151,6 +4181,32 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scroll",
|
||||
"version": "0.13.0",
|
||||
"checksum": "c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/m4b/scroll",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE",
|
||||
"sha256": "6e24b7455f0b9afefdf4f3efd59a56ce76a3020c2dc4371937e281fc5e587fd7"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scroll_derive",
|
||||
"version": "0.13.1",
|
||||
"checksum": "ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d",
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/m4b/scroll",
|
||||
"notice_files": [
|
||||
{
|
||||
"path": "LICENSE",
|
||||
"sha256": "b35d026cc7aca9d5859a02eb87ddf7a386a24c986838651bd1f283f94e003327"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "sctp-proto",
|
||||
"version": "0.10.3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"cargo_lock_sha256": "ff5b851139156d43915f08494c5723638d3b48abb9d7ab5de6eea9e9f5b5554b",
|
||||
"provenance_policy_sha256": "045859dcf317efc19e6e47fc73dfc15726f7a787556a3960c4732aa5f3afde7c",
|
||||
"cargo_lock_sha256": "b0f9593fd3cae923e08d9a75fb16772e749a0dfddafaadb7f2a610bc597284ac",
|
||||
"provenance_policy_sha256": "f95475a2284ab282e9432865d4a7ed103498a56ed5ec2393017bc312c77da890",
|
||||
"upstream_repository": "https://github.com/cinderblocks/libremetaverse",
|
||||
"upstream_commit": "2aa70bb68513b39795da5d13c88f31b86e85a3ba",
|
||||
"source_files": [
|
||||
@@ -10,11 +10,21 @@
|
||||
"bytes": 164,
|
||||
"sha256": "0dd74dc81b612f3522abf818c4a31db298498f83cd198cc50982a27d19721d40"
|
||||
},
|
||||
{
|
||||
"path": ".gitattributes",
|
||||
"bytes": 56,
|
||||
"sha256": "a7c5358f9d0b0ed236519fec9d5d4faee9c04127eedac9ba3ab536d3dcf1b1f2"
|
||||
},
|
||||
{
|
||||
"path": ".gitea/workflows/api-surface.yml",
|
||||
"bytes": 2661,
|
||||
"sha256": "d9e1890ad948d11d45b5d70fa30c30071dfa9e4c72989b9caa1afa58a55793ce"
|
||||
},
|
||||
{
|
||||
"path": ".gitea/workflows/artifact-audit.yml",
|
||||
"bytes": 3460,
|
||||
"sha256": "af35254faef2be9b678820e14a73fddaff323c66821cd8415d319351ec3e2130"
|
||||
},
|
||||
{
|
||||
"path": ".gitea/workflows/codegen.yml",
|
||||
"bytes": 7978,
|
||||
@@ -77,13 +87,13 @@
|
||||
},
|
||||
{
|
||||
"path": "Cargo.lock",
|
||||
"bytes": 99427,
|
||||
"sha256": "ff5b851139156d43915f08494c5723638d3b48abb9d7ab5de6eea9e9f5b5554b"
|
||||
"bytes": 100372,
|
||||
"sha256": "b0f9593fd3cae923e08d9a75fb16772e749a0dfddafaadb7f2a610bc597284ac"
|
||||
},
|
||||
{
|
||||
"path": "Cargo.toml",
|
||||
"bytes": 1480,
|
||||
"sha256": "fa9a7e393968e0080672245dc7dc05b046c51307cdf734cc176f183e1d2e7404"
|
||||
"bytes": 1766,
|
||||
"sha256": "b1f014e37d153c46b56f971e99963a8a9a51cd9e30816331068f9d08bce02449"
|
||||
},
|
||||
{
|
||||
"path": "LICENSE.md",
|
||||
@@ -97,13 +107,13 @@
|
||||
},
|
||||
{
|
||||
"path": "README.md",
|
||||
"bytes": 34694,
|
||||
"sha256": "34deadf940ab9e9f849e58d56f512504e0c816fd5df1c848ac15c2b8f1f638ce"
|
||||
"bytes": 34926,
|
||||
"sha256": "dd0508a28b65ea53961bf9df7a1ddc2b7906a96545962c523dc0fa204dad805f"
|
||||
},
|
||||
{
|
||||
"path": "RUSTREWRITE.md",
|
||||
"bytes": 53386,
|
||||
"sha256": "23981fd78a1664d86393a9e0bdbf3833025917294fa622f40c9b3e0cc28d2063"
|
||||
"bytes": 54108,
|
||||
"sha256": "6da24d9e0c2ca89122b4daa494376097acd90820efa5668654f4742bf484f965"
|
||||
},
|
||||
{
|
||||
"path": "api/API-COVERAGE.md",
|
||||
@@ -113,7 +123,7 @@
|
||||
{
|
||||
"path": "api/DOCUMENTATION-COVERAGE.md",
|
||||
"bytes": 911,
|
||||
"sha256": "a0552d4869c03f221f105070f8639a4c4963a1c6c46ac073cff82782d2a8ebb0"
|
||||
"sha256": "0d05fc115a7754074ba9c084654556ac32ce07b006236d21d406223cc5074de9"
|
||||
},
|
||||
{
|
||||
"path": "api/MAPPING-COVERAGE.md",
|
||||
@@ -235,6 +245,11 @@
|
||||
"bytes": 37699,
|
||||
"sha256": "9ffc240ca35d397ee848a6b313efcfefcf186ea01f61911aa3329cb2dcefd202"
|
||||
},
|
||||
{
|
||||
"path": "ci/artifact-policy.json",
|
||||
"bytes": 3011,
|
||||
"sha256": "718c065c78377c846ccd962922e06b19de276c32f427f73a026060eec9b7a45c"
|
||||
},
|
||||
{
|
||||
"path": "ci/concurrency-thresholds.json",
|
||||
"bytes": 169,
|
||||
@@ -242,14 +257,19 @@
|
||||
},
|
||||
{
|
||||
"path": "ci/dependency-policy.json",
|
||||
"bytes": 10365,
|
||||
"sha256": "4f545b31c6ea2d97eadc5a60423d13839cc9a71447a603806a8690de4c56f226"
|
||||
"bytes": 10628,
|
||||
"sha256": "2807ccae43c9f0cf011978e5d63217aa3ac827406b52db2b04945ce4064f988e"
|
||||
},
|
||||
{
|
||||
"path": "ci/evidence/api-audit.json",
|
||||
"bytes": 540,
|
||||
"sha256": "4e68a873ade8dc0b389c27ba8d377079abd441bd8fa34605e799e36899f8b77a"
|
||||
},
|
||||
{
|
||||
"path": "ci/evidence/artifact-audit.json",
|
||||
"bytes": 11830,
|
||||
"sha256": "9c9c6ed236d04880bab504387251f7a9e283f338c48fe46a6fe0ece472eb8063"
|
||||
},
|
||||
{
|
||||
"path": "ci/evidence/concurrency-audit.json",
|
||||
"bytes": 1596,
|
||||
@@ -262,8 +282,8 @@
|
||||
},
|
||||
{
|
||||
"path": "ci/provenance-policy.json",
|
||||
"bytes": 11311,
|
||||
"sha256": "045859dcf317efc19e6e47fc73dfc15726f7a787556a3960c4732aa5f3afde7c"
|
||||
"bytes": 11594,
|
||||
"sha256": "f95475a2284ab282e9432865d4a7ed103498a56ed5ec2393017bc312c77da890"
|
||||
},
|
||||
{
|
||||
"path": "ci/release-matrix.json",
|
||||
@@ -362,8 +382,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-imaging/Cargo.toml",
|
||||
"bytes": 606,
|
||||
"sha256": "022966d69dc37d0b230ba6c4f909c7eb0e659c37d8a2f0ffd90eadd011d924d5"
|
||||
"bytes": 644,
|
||||
"sha256": "b28b70a09f4916624dfb1d54869a4084996615304b7e04449d331ccd067ff20b"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-imaging/benches/image_pipeline.rs",
|
||||
@@ -397,8 +417,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-lsl-tools/Cargo.toml",
|
||||
"bytes": 417,
|
||||
"sha256": "068fbbc78e5d447713c05316ef933e069e9a398ed5432ef325936d6ab4448031"
|
||||
"bytes": 436,
|
||||
"sha256": "aa30ad4c2c1f6c1119255c9e34d85b62019945127059682e6e1ff88a9268fbd3"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-lsl-tools/README.md",
|
||||
@@ -452,8 +472,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-openjpeg/Cargo.toml",
|
||||
"bytes": 774,
|
||||
"sha256": "5a51bb7dfc922a68a0f2e164d5f00139c8cfea6327cda62a1810ae7e3efaa0ff"
|
||||
"bytes": 809,
|
||||
"sha256": "34c688a067c3718ede2686014feaa7910de33c3977c720fdae4bdfba089e7b54"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-openjpeg/README.md",
|
||||
@@ -477,8 +497,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-opus/Cargo.toml",
|
||||
"bytes": 805,
|
||||
"sha256": "c0cbeb64ae8938f47ccbadef799789c201e79ca6d5bd97020fba0119c83a350c"
|
||||
"bytes": 789,
|
||||
"sha256": "5a055b7d3f3b90bdcd5db3406683f393a730f3c701bbc441b94768a7e252938c"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-opus/build.rs",
|
||||
@@ -492,8 +512,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-prim-mesher/Cargo.toml",
|
||||
"bytes": 513,
|
||||
"sha256": "d7ff49658b6914febeb1fe26e5208fdeeb5e2f99bc93470ae81e0e9deaf50952"
|
||||
"bytes": 551,
|
||||
"sha256": "b4d44c464d3927c6b16b8bd917d19e0580173376f3a7f1be65a7e9dd6b98a00e"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-prim-mesher/benches/meshing.rs",
|
||||
@@ -537,8 +557,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-rendering-mesh-foundry/Cargo.toml",
|
||||
"bytes": 839,
|
||||
"sha256": "e1f729b55a3e1a05b4637cfb92c9e4842d4a4aa4b08f4f1d4dff0a03c0db0ec0"
|
||||
"bytes": 953,
|
||||
"sha256": "3b9f3cedf6f16b2c85068db821e1d65a790a2b157058536d0634edb0affc98a7"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-rendering-mesh-foundry/README.md",
|
||||
@@ -572,8 +592,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-rendering-simple/Cargo.toml",
|
||||
"bytes": 549,
|
||||
"sha256": "d95b49485b7636cdcf845a0bbab0c0eec0de92412ef1ce44bf7902c24610b0a0"
|
||||
"bytes": 625,
|
||||
"sha256": "f3ced1ce8f17688a3315378ba3bcfc52683bbae71c6a346427d5246eb3223c58"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-rendering-simple/README.md",
|
||||
@@ -602,8 +622,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-rlv/Cargo.toml",
|
||||
"bytes": 371,
|
||||
"sha256": "52d33afce3bb0b9d76e4a3724670da6fd019c33b8d920bea3db807a4dcc17f9c"
|
||||
"bytes": 390,
|
||||
"sha256": "d0b65cc3e05a38d7e1f41d3863ecbb05820b5a118b9be3cca7370757080965af"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-rlv/README.md",
|
||||
@@ -647,8 +667,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-structured-data/Cargo.toml",
|
||||
"bytes": 406,
|
||||
"sha256": "997000fc995703889f7e56034ed0bafdb0041a60e1d984308167b8a1a688ce84"
|
||||
"bytes": 425,
|
||||
"sha256": "d86210a9d4a424c0feec5d1c3aed66892ed107364e4e47c751c5d1a4dd60f5f3"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-structured-data/src/binary.rs",
|
||||
@@ -782,8 +802,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-utilities/Cargo.toml",
|
||||
"bytes": 478,
|
||||
"sha256": "c9ab8ad171508aba0cb094afb92aeb53acd19e6e0010e844bec73bdbad094009"
|
||||
"bytes": 535,
|
||||
"sha256": "44c88ae2dd2cfb8f1390f9fd671c92d96b7e9c792535bafde34d0f2c161c1c16"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-utilities/src/generated.rs",
|
||||
@@ -797,8 +817,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-voice-vivox/Cargo.toml",
|
||||
"bytes": 575,
|
||||
"sha256": "c11ff56052be98f09dfc9857678f35e90712769aa48d428a99d50a7feab13ed3"
|
||||
"bytes": 632,
|
||||
"sha256": "b00fe50a1e970bed33f6d15bac32fcac8ed8594555fce83db69c3aa3a45316ba"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-voice-vivox/src/generated.rs",
|
||||
@@ -817,8 +837,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-voice-webrtc/Cargo.toml",
|
||||
"bytes": 895,
|
||||
"sha256": "51cadef6bc1232cd9df0e5eddfcb33f688ea638b187de9b6055501408b06d57e"
|
||||
"bytes": 971,
|
||||
"sha256": "ac1a5ed7deb2e33ff29a29eeb12d42227a75ee3766b7242e07e9881f92726b1d"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse-voice-webrtc/src/generated.rs",
|
||||
@@ -837,8 +857,18 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/Cargo.toml",
|
||||
"bytes": 1255,
|
||||
"sha256": "478405c87bfc7f832d933aba6bd0b2e5a7c49ca3098152f55b25cc230a92f68a"
|
||||
"bytes": 1312,
|
||||
"sha256": "b411a01e523302cce48da0f79d4d37cf499c59ea378f048607b6720a051ea855"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/README.md",
|
||||
"bytes": 12959,
|
||||
"sha256": "22dc9242d755d6b81214081dc534c02bf84380c16d5f873729033dd04ec1d16c"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/assets/avatar_lad.xml",
|
||||
"bytes": 354436,
|
||||
"sha256": "6f97a1408fa8f0ab5c09043da433c701701fe075e8a97867fcbcda207adf9eaf"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/examples/cancellation.rs",
|
||||
@@ -947,8 +977,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/src/avatar_rig.rs",
|
||||
"bytes": 25122,
|
||||
"sha256": "9de946d7971afd8fb0a821ce5ea369622390bb81b37677e17038f1737e9328c1"
|
||||
"bytes": 25108,
|
||||
"sha256": "a259cd61f183198131c1b5926da59d53d4e203cc263cd4d0ad780d0d93906a87"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/src/baking_texture_provider.rs",
|
||||
@@ -1087,8 +1117,8 @@
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/src/lib.rs",
|
||||
"bytes": 10818,
|
||||
"sha256": "a493e177551119790b8a39f434f9a0f3615330d4c4ca2051d860ebb1a64cb3fb"
|
||||
"bytes": 10799,
|
||||
"sha256": "7c533ad9b3a2d43fabf168b147d575997f22ad8684f51fd1010dd3cac6e96341"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/src/login.rs",
|
||||
@@ -1340,6 +1370,11 @@
|
||||
"bytes": 8816,
|
||||
"sha256": "6c79601aaef84b87d3378f90ec3772de0e5d274d834bf8f193a3a9c028ee18ce"
|
||||
},
|
||||
{
|
||||
"path": "docs/release-artifacts.md",
|
||||
"bytes": 4663,
|
||||
"sha256": "4f8571ce3520d5aaf0ded8722330ab4892ba40b1092048c8f955fe623726f688"
|
||||
},
|
||||
{
|
||||
"path": "docs/release-ci-matrix.md",
|
||||
"bytes": 4072,
|
||||
@@ -1472,8 +1507,8 @@
|
||||
},
|
||||
{
|
||||
"path": "programs/Cargo.toml",
|
||||
"bytes": 1738,
|
||||
"sha256": "8e42579a829d88caa8b2dad7035f27d9de6c038d9692bd71122b23d242c07108"
|
||||
"bytes": 1976,
|
||||
"sha256": "1ebd9e4ee446945b6e7c6430f430eb52e29fd3a319b43caf49f45301adf6ea2d"
|
||||
},
|
||||
{
|
||||
"path": "programs/README.md",
|
||||
@@ -1482,8 +1517,8 @@
|
||||
},
|
||||
{
|
||||
"path": "programs/build.rs",
|
||||
"bytes": 1553,
|
||||
"sha256": "b7f8d736c499b144f99e80c469db8b5713b4af79f16fa85c40d1b66395fb41d0"
|
||||
"bytes": 444,
|
||||
"sha256": "415f9f66d3ff3cf32fa7e8f8ad0557571d3b0e080ad6e0a028f0200670a00f08"
|
||||
},
|
||||
{
|
||||
"path": "programs/src/bin/inventory_explorer.rs",
|
||||
@@ -2232,14 +2267,19 @@
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/Cargo.toml",
|
||||
"bytes": 375,
|
||||
"sha256": "6d43e2721c77920cc6f4896ddaebf74302ed1751bdf2aa9b3dcd42dd9f82c652"
|
||||
"bytes": 425,
|
||||
"sha256": "a7dcbf021795dc977dc4e34a105b0360c527f8974440cdaa2a81923e3ceb5a9c"
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/src/api_surface.rs",
|
||||
"bytes": 48381,
|
||||
"sha256": "ec7ad0bcca094413eccdf5c76c62bf0ce63678bcedf355aad0c9b8a73156877b"
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/src/artifact.rs",
|
||||
"bytes": 36939,
|
||||
"sha256": "f1b56f753d77ea40e72d8a4288174fdbc5974285c13d07f04ea52b34dbdd7506"
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/src/dependency.rs",
|
||||
"bytes": 12796,
|
||||
@@ -2247,23 +2287,23 @@
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/src/documentation.rs",
|
||||
"bytes": 21418,
|
||||
"sha256": "046a7dae35ceba47fdc2cf04a7e3002896899bc654c046b53d32d84923557930"
|
||||
"bytes": 22793,
|
||||
"sha256": "7644465653cc3ac4ee2baa63e0157913f31b453964fbaa85d27d7ca8596e6b74"
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/src/lib.rs",
|
||||
"bytes": 21318,
|
||||
"sha256": "2c203fa0820825ce53d572a9883266b605a6661f84dcec10b226e5a0c7ce79cd"
|
||||
"bytes": 21367,
|
||||
"sha256": "ef3684bd5341a61dec6581ead48d3ccdfe79b040afa40854fa680fa1ba5af87a"
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/src/main.rs",
|
||||
"bytes": 5620,
|
||||
"sha256": "1328db04a3bced20fd0167b813017b4b4024e6eb77beeaf06f82959ec45145c4"
|
||||
"bytes": 7108,
|
||||
"sha256": "4b333b0a8e2744a043553d5bdc56e1eb8701b628e58e6290119bada0370d39df"
|
||||
},
|
||||
{
|
||||
"path": "tools/ci-matrix/src/provenance.rs",
|
||||
"bytes": 44234,
|
||||
"sha256": "d9421c261ba99e68d1eba2c4606cbf63f8d9dc61b87d36f5a696afec1efeadb1"
|
||||
"bytes": 44270,
|
||||
"sha256": "6946295307a3740ba6b70187a37e0f4011f8070a4ef9e1adccecc3487aa71499"
|
||||
},
|
||||
{
|
||||
"path": "tools/codegen/Cargo.toml",
|
||||
@@ -2364,13 +2404,13 @@
|
||||
"generated_release_files": [
|
||||
{
|
||||
"path": "release/DEPENDENCY-LICENSES.json",
|
||||
"bytes": 215927,
|
||||
"sha256": "1644915765f829b6476cfa65f2105f8dead39ca0e65640c87bfb497e5d873d0e"
|
||||
"bytes": 217677,
|
||||
"sha256": "d1a52489f855aa7b3f39731748e4df8cbce615bcd62384370d5113dc0e259eec"
|
||||
},
|
||||
{
|
||||
"path": "release/THIRD-PARTY-NOTICES.md",
|
||||
"bytes": 842933,
|
||||
"sha256": "7d61809632c7e557331f03dcdf452c5fb777ee2df9644c8b0c7f32a0fc1f26fc"
|
||||
"bytes": 848536,
|
||||
"sha256": "de5088841682813cc952af4d1dcc57d2521694e192888042d5585e344e570d16"
|
||||
},
|
||||
{
|
||||
"path": "release/NATIVE-LICENSES.md",
|
||||
@@ -2403,6 +2443,14 @@
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"distribution": "source-and-generated-data"
|
||||
},
|
||||
{
|
||||
"path": "crates/libremetaverse/assets/avatar_lad.xml",
|
||||
"sha256": "6f97a1408fa8f0ab5c09043da433c701701fe075e8a97867fcbcda207adf9eaf",
|
||||
"kind": "linden-data-package-mirror",
|
||||
"origin": "codegen/inputs/avatar_lad.xml",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"distribution": "source-package-runtime-data"
|
||||
},
|
||||
{
|
||||
"path": "codegen/inputs/avatar_skeleton.xml",
|
||||
"sha256": "addb3cc4cd582ed4343d778e06daf90c6b77b61b4ecb4a20d4bf202c2b93908a",
|
||||
|
||||
@@ -116,6 +116,7 @@ This document must accompany source and binary distributions. A package's presen
|
||||
| `getrandom 0.4.3` | `MIT OR Apache-2.0` | `300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099` | `aaff376532ea30a0cd5330b9502ad4a4c8bf769c539c87ffe78819d188a18ebf`<br>`523a42c25d245dde9c015f882cec7f4555aad883382a6cf19b4b7d9b2cd5419b` |
|
||||
| `ghash 0.5.1` | `Apache-2.0 OR MIT` | `f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1` | `a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5`<br>`c0fabcc308b450cb6fe62c9f56fae6abbeb9768eb80d992484c857d744846c2e` |
|
||||
| `glob 0.3.4` | `MIT OR Apache-2.0` | `e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b` | `a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`<br>`6485b8ed310d3f0340bf1ad1f47645069ce4069dcc6bb46c7d5c6faf41de1fdb` |
|
||||
| `goblin 0.10.5` | `MIT` | `983a6aafb3b12d4c41ea78d39e189af4298ce747353945ff5105b54a056e5cd9` | `655e3ee7a4c27430774962e62a6d37d7348e5f2f292010ad674ce1bebefd24bc` |
|
||||
| `group 0.13.0` | `MIT/Apache-2.0` | `f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63` | `7429802d3e67e3308471b91fbea341e484c4e0a23d0fb230a8636c38184cec79`<br>`a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`<br>`23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3` |
|
||||
| `hashbrown 0.17.1` | `MIT OR Apache-2.0` | `ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a` | `a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`<br>`ff8f68cb076caf8cefe7a6430d4ac086ce6af2ca8ce2c4e5a2004d4552ef52a2` |
|
||||
| `heck 0.5.0` | `MIT OR Apache-2.0` | `2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea` | `a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`<br>`7b63ecd5f1902af1b63729947373683c32745c16a10e8e6292e2e2dcd7e90ae0` |
|
||||
@@ -214,6 +215,7 @@ This document must accompany source and binary distributions. A package's presen
|
||||
| `pin-project-lite 0.2.17` | `Apache-2.0 OR MIT` | `a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd` | `0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594`<br>`23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3` |
|
||||
| `pkcs8 0.10.2` | `Apache-2.0 OR MIT` | `f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7` | `a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5`<br>`ad64fcb9589f162720f3cc5010ad76ca6ad3764e11861f9192c489df176bb71d` |
|
||||
| `pkg-config 0.3.33` | `MIT OR Apache-2.0` | `19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e` | `a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`<br>`378f5840b258e2779c39418f3f2d7b2ba96f1c7917dd6be0713f88305dbda397` |
|
||||
| `plain 0.2.3` | `MIT/Apache-2.0` | `b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6` | `a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`<br>`bc12b75fd81829814d843a03fa52aad0e53355b1f13665e309ff7fa33c66e5b5` |
|
||||
| `poly1305 0.8.0` | `Apache-2.0 OR MIT` | `8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf` | `a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5`<br>`6d99fffea918d1f7dfe567029c7bd21d6fcaf310ad28c44e6511a0e1f68c79ea` |
|
||||
| `polyval 0.6.2` | `Apache-2.0 OR MIT` | `9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25` | `a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5`<br>`a291b6910744d262a9e953c3b5868d74510e20161359f649a11e1791fde84fcd` |
|
||||
| `potential_utf 0.1.5` | `Unicode-3.0` | `0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564` | `f367c1b8e1aa262435251e442901da4607b4650e0e63a026f5044473ecfb90f2` |
|
||||
@@ -257,6 +259,8 @@ This document must accompany source and binary distributions. A package's presen
|
||||
| `rustversion 1.0.23` | `MIT OR Apache-2.0` | `cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f` | `62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a`<br>`23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3` |
|
||||
| `same-file 1.0.6` | `Unlicense/MIT` | `93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502` | `01c266bced4a434da0051174d6bee16a4c82cf634e2679b6155d40d75012390f`<br>`cb3c929a05e6cbc9de9ab06a4c57eeb60ca8c724bef6c138c87d3a577e27aa14`<br>`7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c` |
|
||||
| `schannel 0.1.29` | `MIT` | `91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939` | `aa72991ac35b4de0034da0afe943e62b48c4092fc2ba13ae47806d8e9a4ad551` |
|
||||
| `scroll 0.13.0` | `MIT` | `c1257cd4248b4132760d6524d6dda4e053bc648c9070b960929bf50cfb1e7add` | `6e24b7455f0b9afefdf4f3efd59a56ce76a3020c2dc4371937e281fc5e587fd7` |
|
||||
| `scroll_derive 0.13.1` | `MIT` | `ed76efe62313ab6610570951494bdaa81568026e0318eaa55f167de70eeea67d` | `b35d026cc7aca9d5859a02eb87ddf7a386a24c986838651bd1f283f94e003327` |
|
||||
| `sctp-proto 0.10.3` | `MIT OR Apache-2.0` | `f895c3c33ae20283f9129bd09db2ca69138798b372ef2b98bd2946d23ea4819b` | `814d11eba59f964bca7e74ef94f0d1eff1d5f322f895fb9b5d7e06f77debf3b2`<br>`7a6631daa22a9f1772e4a474ede9c3374a6c7a89b61c8b5973f7fd5ccd5cee8c` |
|
||||
| `sec1 0.7.3` | `Apache-2.0 OR MIT` | `d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc` | `a9040321c3712d8fd0b09cf52b17445de04a23a10165049ae187cd39e5c86be5`<br>`4a883ecc3bb1010faed542bf63d53e530fea5e5e12cf676aed588784298ba929` |
|
||||
| `security-framework 3.7.0` | `MIT OR Apache-2.0` | `b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d` | `a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`<br>`91e934255ba3b2f21103d68c5581c23ef34aa95c4628e4405b8c901935e11c69` |
|
||||
@@ -6737,6 +6741,36 @@ DEALINGS IN THE SOFTWARE.
|
||||
|
||||
</pre>
|
||||
|
||||
### `655e3ee7a4c27430774962e62a6d37d7348e5f2f292010ad674ce1bebefd24bc`
|
||||
|
||||
Packages: goblin 0.10.5<br>
|
||||
Source filenames: LICENSE
|
||||
|
||||
<pre>
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) m4b 2016-2024
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
</pre>
|
||||
|
||||
### `65f94e99ddaf4f5d1782a6dae23f35d4293a9a01444a13135a6887017d353cee`
|
||||
|
||||
Packages: bumpalo 3.20.3<br>
|
||||
@@ -7226,6 +7260,36 @@ APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
</pre>
|
||||
|
||||
### `6e24b7455f0b9afefdf4f3efd59a56ce76a3020c2dc4371937e281fc5e587fd7`
|
||||
|
||||
Packages: scroll 0.13.0<br>
|
||||
Source filenames: LICENSE
|
||||
|
||||
<pre>
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) m4b 2016
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
</pre>
|
||||
|
||||
### `6efb0476a1cc085077ed49357026d8c173bf33017278ef440f222fb9cbcb66e6`
|
||||
|
||||
Packages: anstream 1.0.0, anstyle 1.0.14, anstyle-parse 1.0.0, anstyle-query 1.1.5, anstyle-wincon 3.0.11, clap 4.6.6, clap_builder 4.6.6, clap_derive 4.6.4, clap_lex 1.1.0, colorchoice 1.0.5, is_terminal_polyfill 1.70.2, once_cell_polyfill 1.70.2, serde_spanned 1.1.1, toml 1.1.4+spec-1.1.0, toml_datetime 1.1.1+spec-1.1.0, toml_edit 0.25.13+spec-1.1.0, toml_parser 1.1.3+spec-1.1.0, toml_writer 1.1.2+spec-1.1.0<br>
|
||||
@@ -10914,7 +10978,7 @@ DEALINGS IN THE SOFTWARE.
|
||||
|
||||
### `a60eea817514531668d7e00765731449fe14d059d3249e0bc93b36de45f759f2`
|
||||
|
||||
Packages: arrayvec 0.7.8, asn1-rs 0.7.2, asn1-rs-derive 0.6.0, asn1-rs-impl 0.2.0, atomic-waker 1.1.2, autocfg 1.5.1, base64 0.22.1, bitflags 2.13.1, bumpalo 3.20.3, cc 1.4.2, cexpr 0.6.0, cfg-if 1.0.4, cmake 0.1.58, core-foundation 0.10.1, core-foundation-sys 0.8.7, coreaudio-rs 0.14.2, curve25519-dalek-derive 0.1.1, der-parser 10.0.0, displaydoc 0.2.7, either 1.17.0, equivalent 1.0.2, errno 0.3.14, fastrand 2.5.0, filetime 0.2.29, find-msvc-tools 0.1.10, flate2 1.1.9, form_urlencoded 1.2.2, glob 0.3.4, group 0.13.0, hashbrown 0.17.1, heck 0.5.0, httparse 1.10.1, hyper-rustls 0.27.9, idna 1.1.0, idna_adapter 1.2.2, indexmap 2.14.0, is 0.11.0, itertools 0.13.0, jobserver 0.1.35, js-sys 0.3.104, lazy_static 1.5.0, linux-raw-sys 0.12.1, log 0.4.33, num-bigint 0.4.8, num-derive 0.4.2, num-integer 0.1.46, num-traits 0.2.19, oid-registry 0.8.1, once_cell 1.21.4, openssl-probe 0.2.1, percent-encoding 2.3.2, pkg-config 0.3.33, regex 1.13.1, regex-automata 0.4.18, regex-syntax 0.8.11, roxmltree 0.21.1, rustc_version 0.4.1, rusticata-macros 4.1.0, rustix 1.1.4, rustls 0.23.43, rustls-native-certs 0.8.4, security-framework 3.7.0, security-framework-sys 2.17.0, signal-hook-registry 1.4.8, simd_cesu8 1.2.0, smallvec 1.15.2, socket2 0.6.5, stable_deref_trait 1.2.1, str0m 0.22.0, str0m-proto 0.7.0, str0m-rust-crypto 0.6.0, tar 0.4.46, url 2.5.8, uuid 1.24.0, version_check 0.9.5, wasi 0.11.1+wasi-snapshot-preview1, wasip2 1.0.4+wasi-0.2.12, wasm-bindgen 0.2.127, wasm-bindgen-futures 0.4.77, wasm-bindgen-macro 0.2.127, wasm-bindgen-macro-support 0.2.127, wasm-bindgen-shared 0.2.127, web-sys 0.3.104, wit-bindgen 0.57.1, x509-parser 0.18.1, xattr 1.6.1, yasna 0.6.0<br>
|
||||
Packages: arrayvec 0.7.8, asn1-rs 0.7.2, asn1-rs-derive 0.6.0, asn1-rs-impl 0.2.0, atomic-waker 1.1.2, autocfg 1.5.1, base64 0.22.1, bitflags 2.13.1, bumpalo 3.20.3, cc 1.4.2, cexpr 0.6.0, cfg-if 1.0.4, cmake 0.1.58, core-foundation 0.10.1, core-foundation-sys 0.8.7, coreaudio-rs 0.14.2, curve25519-dalek-derive 0.1.1, der-parser 10.0.0, displaydoc 0.2.7, either 1.17.0, equivalent 1.0.2, errno 0.3.14, fastrand 2.5.0, filetime 0.2.29, find-msvc-tools 0.1.10, flate2 1.1.9, form_urlencoded 1.2.2, glob 0.3.4, group 0.13.0, hashbrown 0.17.1, heck 0.5.0, httparse 1.10.1, hyper-rustls 0.27.9, idna 1.1.0, idna_adapter 1.2.2, indexmap 2.14.0, is 0.11.0, itertools 0.13.0, jobserver 0.1.35, js-sys 0.3.104, lazy_static 1.5.0, linux-raw-sys 0.12.1, log 0.4.33, num-bigint 0.4.8, num-derive 0.4.2, num-integer 0.1.46, num-traits 0.2.19, oid-registry 0.8.1, once_cell 1.21.4, openssl-probe 0.2.1, percent-encoding 2.3.2, pkg-config 0.3.33, plain 0.2.3, regex 1.13.1, regex-automata 0.4.18, regex-syntax 0.8.11, roxmltree 0.21.1, rustc_version 0.4.1, rusticata-macros 4.1.0, rustix 1.1.4, rustls 0.23.43, rustls-native-certs 0.8.4, security-framework 3.7.0, security-framework-sys 2.17.0, signal-hook-registry 1.4.8, simd_cesu8 1.2.0, smallvec 1.15.2, socket2 0.6.5, stable_deref_trait 1.2.1, str0m 0.22.0, str0m-proto 0.7.0, str0m-rust-crypto 0.6.0, tar 0.4.46, url 2.5.8, uuid 1.24.0, version_check 0.9.5, wasi 0.11.1+wasi-snapshot-preview1, wasip2 1.0.4+wasi-0.2.12, wasm-bindgen 0.2.127, wasm-bindgen-futures 0.4.77, wasm-bindgen-macro 0.2.127, wasm-bindgen-macro-support 0.2.127, wasm-bindgen-shared 0.2.127, web-sys 0.3.104, wit-bindgen 0.57.1, x509-parser 0.18.1, xattr 1.6.1, yasna 0.6.0<br>
|
||||
Source filenames: LICENSE-APACHE, repository-license/asn1-rs-0.7.2/LICENSE-APACHE, repository-license/str0m-0.22.0/src/packet/LICENSE-APACHE.txt, src/packet/LICENSE-APACHE.txt
|
||||
|
||||
<pre>
|
||||
@@ -12189,6 +12253,36 @@ DEALINGS IN THE SOFTWARE.
|
||||
|
||||
</pre>
|
||||
|
||||
### `b35d026cc7aca9d5859a02eb87ddf7a386a24c986838651bd1f283f94e003327`
|
||||
|
||||
Packages: scroll_derive 0.13.1<br>
|
||||
Source filenames: LICENSE
|
||||
|
||||
<pre>
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
</pre>
|
||||
|
||||
### `b38f11f6096706e6de553dabe2a7ed142d59b6fa8c97e290c67496154745cdd5`
|
||||
|
||||
Packages: idna 1.1.0, percent-encoding 2.3.2, url 2.5.8<br>
|
||||
@@ -12878,6 +12972,40 @@ The published crate archive contains no discoverable top-level license/notice fi
|
||||
|
||||
</pre>
|
||||
|
||||
### `bc12b75fd81829814d843a03fa52aad0e53355b1f13665e309ff7fa33c66e5b5`
|
||||
|
||||
Packages: plain 0.2.3<br>
|
||||
Source filenames: LICENSE-MIT
|
||||
|
||||
<pre>
|
||||
Copyright (c) 2017 Plain contributors
|
||||
|
||||
Permission is hereby granted, free of charge, to any
|
||||
person obtaining a copy of this software and associated
|
||||
documentation files (the "Software"), to deal in the
|
||||
Software without restriction, including without
|
||||
limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software
|
||||
is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice
|
||||
shall be included in all copies or substantial portions
|
||||
of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
||||
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
||||
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
||||
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
|
||||
</pre>
|
||||
|
||||
### `bdebaf9156a298f8fdab56dd26cb5144673de522d80f4c0d88e0039145f147f9`
|
||||
|
||||
Packages: ecdsa 0.16.9, rfc6979 0.4.0<br>
|
||||
|
||||
Reference in New Issue
Block a user