diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index f84885a7..6cafcaab 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -36,7 +36,10 @@ jobs: key: ${{ runner.os }}-security-cargo-${{ hashFiles('**/Cargo.lock') }} - name: Install cargo-audit - run: cargo install cargo-audit --force + run: | + rustup toolchain install 1.88.0 + rustup default 1.88.0 + cargo install cargo-audit --force - name: Run security audit run: cargo audit --json > audit-results.json @@ -65,7 +68,10 @@ jobs: uses: actions/checkout@v4 - name: Install cargo-deny - run: cargo install cargo-deny --force + run: | + rustup toolchain install 1.88.0 + rustup default 1.88.0 + cargo install cargo-deny --force - name: Run cargo-deny run: cargo deny check @@ -128,7 +134,10 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install cargo-license - run: cargo install cargo-license --force + run: | + rustup toolchain install 1.88.0 + rustup default 1.88.0 + cargo install cargo-license --force - name: Check licenses run: | diff --git a/Cargo.lock b/Cargo.lock index 1e388bc3..191ab4e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ "secp256k1 0.28.2", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror", "tokio", "tokio-test", "tracing", @@ -285,7 +285,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 1.0.69", + "thiserror", "tokio", "tokio-test", "tracing", @@ -417,7 +417,7 @@ dependencies = [ "serde_derive", "sha3", "subtle-ng", - "thiserror 1.0.69", + "thiserror", ] [[package]] @@ -473,7 +473,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "thiserror 1.0.69", + "thiserror", "tokio", "tokio-stream", "tokio-test", @@ -602,7 +602,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca" dependencies = [ "async-trait", - "json5", "lazy_static", "nom", "pathdiff", @@ -611,7 +610,6 @@ dependencies = [ "serde", "serde_json", "toml 0.5.11", - "yaml-rust", ] [[package]] @@ -1321,7 +1319,7 @@ dependencies = [ "secp256k1 0.28.2", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror", "tokio", "tokio-test", "toml 0.8.23", @@ -1416,17 +1414,6 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "json5" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1" -dependencies = [ - "pest", - "pest_derive", - "serde", -] - [[package]] name = "keccak" version = "0.1.5" @@ -1469,10 +1456,10 @@ dependencies = [ ] [[package]] -name = "linked-hash-map" -version = "0.5.6" +name = "linux-raw-sys" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" @@ -1708,50 +1695,6 @@ version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" -[[package]] -name = "pest" -version = "2.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" -dependencies = [ - "memchr", - "thiserror 2.0.12", - "ucd-trie", -] - -[[package]] -name = "pest_derive" -version = "2.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" -dependencies = [ - "pest", - "pest_generator", -] - -[[package]] -name = "pest_generator" -version = "2.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" -dependencies = [ - "pest", - "pest_meta", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "pest_meta" -version = "2.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" -dependencies = [ - "pest", - "sha2", -] - [[package]] name = "pin-project-lite" version = "0.2.16" @@ -1851,6 +1794,29 @@ dependencies = [ "unicode-ident", ] +[[package]] +name = "procfs" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" +dependencies = [ + "bitflags 2.9.1", + "hex", + "lazy_static", + "procfs-core", + "rustix 0.38.44", +] + +[[package]] +name = "procfs-core" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" +dependencies = [ + "bitflags 2.9.1", + "hex", +] + [[package]] name = "prometheus" version = "0.13.4" @@ -1860,10 +1826,11 @@ dependencies = [ "cfg-if", "fnv", "lazy_static", + "libc", "memchr", "parking_lot", - "protobuf", - "thiserror 1.0.69", + "procfs", + "thiserror", ] [[package]] @@ -1886,12 +1853,6 @@ dependencies = [ "unarray", ] -[[package]] -name = "protobuf" -version = "2.28.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" - [[package]] name = "quick-error" version = "1.2.3" @@ -2124,6 +2085,19 @@ version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" +[[package]] +name = "rustix" +version = "0.38.44" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" +dependencies = [ + "bitflags 2.9.1", + "errno", + "libc", + "linux-raw-sys 0.4.15", + "windows-sys 0.52.0", +] + [[package]] name = "rustix" version = "1.0.8" @@ -2133,7 +2107,7 @@ dependencies = [ "bitflags 2.9.1", "errno", "libc", - "linux-raw-sys", + "linux-raw-sys 0.9.4", "windows-sys 0.60.2", ] @@ -2254,7 +2228,7 @@ checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6" dependencies = [ "percent-encoding", "serde", - "thiserror 1.0.69", + "thiserror", ] [[package]] @@ -2318,9 +2292,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" [[package]] name = "smallvec" @@ -2387,7 +2361,7 @@ dependencies = [ "fastrand 2.3.0", "getrandom 0.3.3", "once_cell", - "rustix", + "rustix 1.0.8", "windows-sys 0.59.0", ] @@ -2403,16 +2377,7 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl 1.0.69", -] - -[[package]] -name = "thiserror" -version = "2.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" -dependencies = [ - "thiserror-impl 2.0.12", + "thiserror-impl", ] [[package]] @@ -2426,17 +2391,6 @@ dependencies = [ "syn", ] -[[package]] -name = "thiserror-impl" -version = "2.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "tinystr" version = "0.8.1" @@ -2624,12 +2578,6 @@ version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" -[[package]] -name = "ucd-trie" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" - [[package]] name = "unarray" version = "0.1.4" @@ -3076,15 +3024,6 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" -[[package]] -name = "yaml-rust" -version = "0.4.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" -dependencies = [ - "linked-hash-map", -] - [[package]] name = "yoke" version = "0.8.0" diff --git a/Cargo.toml b/Cargo.toml index a220c8d1..cacd037d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,10 @@ smartcore = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } metrics = "0.21" -prometheus = "0.13" +# Prometheus 0.13 pulls protobuf 2.x with known vuln RUSTSEC-2024-0437. +# Pin to a patched forkless version by disabling default features that include proto. +# Alternatively, upgrade to 0.14 once available. For now, use 0.13 with `protobuf` feature off. +prometheus = { version = "0.13", default-features = false, features = ["process"] } opentelemetry = "0.21" # Error handling @@ -107,7 +110,7 @@ once_cell = "1.19" lazy_static = "1.4" # Configuration -config = "0.13" +config = { version = "0.13", default-features = false, features = ["json", "toml", "ron", "ini"] } clap = { version = "4.4", features = ["derive", "env"] } dotenvy = "0.15" diff --git a/deny.new.toml b/deny.new.toml new file mode 100644 index 00000000..bd776cf3 --- /dev/null +++ b/deny.new.toml @@ -0,0 +1,235 @@ +# This template contains all of the possible sections and their default values + +# Note that all fields that take a lint level have these possible values: +# * deny - An error will be produced and the check will fail +# * warn - A warning will be produced, but the check will not fail +# * allow - No warning or error will be produced, though in some cases a note +# will be + +# The values provided in this template are the default values that will be used +# when any section or field is not specified in your own configuration + +# Root options + +# The graph table configures how the dependency graph is constructed and thus +# which crates the checks are performed against +[graph] +# If 1 or more target triples (and optionally, target_features) are specified, +# only the specified targets will be checked when running `cargo deny check`. +# This means, if a particular package is only ever used as a target specific +# dependency, such as, for example, the `nix` crate only being used via the +# `target_family = "unix"` configuration, that only having windows targets in +# this list would mean the nix crate, as well as any of its exclusive +# dependencies not shared by any other crates, would be ignored, as the target +# list here is effectively saying which targets you are building for. +targets = [ + # The triple can be any string, but only the target triples built in to + # rustc (as of 1.40) can be checked against actual config expressions + #"x86_64-unknown-linux-musl", + # You can also specify which target_features you promise are enabled for a + # particular target. target_features are currently not validated against + # the actual valid features supported by the target architecture. + #{ triple = "wasm32-unknown-unknown", features = ["atomics"] }, +] +# When creating the dependency graph used as the source of truth when checks are +# executed, this field can be used to prune crates from the graph, removing them +# from the view of cargo-deny. This is an extremely heavy hammer, as if a crate +# is pruned from the graph, all of its dependencies will also be pruned unless +# they are connected to another crate in the graph that hasn't been pruned, +# so it should be used with care. The identifiers are [Package ID Specifications] +# (https://doc.rust-lang.org/cargo/reference/pkgid-spec.html) +#exclude = [] +# If true, metadata will be collected with `--all-features`. Note that this can't +# be toggled off if true, if you want to conditionally enable `--all-features` it +# is recommended to pass `--all-features` on the cmd line instead +all-features = false +# If true, metadata will be collected with `--no-default-features`. The same +# caveat with `all-features` applies +no-default-features = false +# If set, these feature will be enabled when collecting metadata. If `--features` +# is specified on the cmd line they will take precedence over this option. +#features = [] + +# The output table provides options for how/if diagnostics are outputted +[output] +# When outputting inclusion graphs in diagnostics that include features, this +# option can be used to specify the depth at which feature edges will be added. +# This option is included since the graphs can be quite large and the addition +# of features from the crate(s) to all of the graph roots can be far too verbose. +# This option can be overridden via `--feature-depth` on the cmd line +feature-depth = 1 + +# This section is considered when running `cargo deny check advisories` +# More documentation for the advisories section can be found here: +# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html +[advisories] +# The path where the advisory databases are cloned/fetched into +#db-path = "$CARGO_HOME/advisory-dbs" +# The url(s) of the advisory databases to use +#db-urls = ["https://github.com/rustsec/advisory-db"] +# A list of advisory IDs to ignore. Note that ignored advisories will still +# output a note when they are encountered. +ignore = [ + #"RUSTSEC-0000-0000", + #{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, + #"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish + #{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" }, +] +# If this is true, then cargo deny will use the git executable to fetch advisory database. +# If this is false, then it uses a built-in git library. +# Setting this to true can be helpful if you have special authentication requirements that cargo-deny does not support. +# See Git Authentication for more information about setting up git authentication. +#git-fetch-with-cli = true + +# This section is considered when running `cargo deny check licenses` +# More documentation for the licenses section can be found here: +# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html +[licenses] +# List of explicitly allowed licenses +# See https://spdx.org/licenses/ for list of possible licenses +# [possible values: any SPDX 3.11 short identifier (+ optional exception)]. +allow = [ + #"MIT", + #"Apache-2.0", + #"Apache-2.0 WITH LLVM-exception", +] +# The confidence threshold for detecting a license from license text. +# The higher the value, the more closely the license text must be to the +# canonical license text of a valid SPDX license file. +# [possible values: any between 0.0 and 1.0]. +confidence-threshold = 0.8 +# Allow 1 or more licenses on a per-crate basis, so that particular licenses +# aren't accepted for every possible crate as with the normal allow list +exceptions = [ + # Each entry is the crate and version constraint, and its specific allow + # list + #{ allow = ["Zlib"], crate = "adler32" }, +] + +# Some crates don't have (easily) machine readable licensing information, +# adding a clarification entry for it allows you to manually specify the +# licensing information +#[[licenses.clarify]] +# The package spec the clarification applies to +#crate = "ring" +# The SPDX expression for the license requirements of the crate +#expression = "MIT AND ISC AND OpenSSL" +# One or more files in the crate's source used as the "source of truth" for +# the license expression. If the contents match, the clarification will be used +# when running the license check, otherwise the clarification will be ignored +# and the crate will be checked normally, which may produce warnings or errors +# depending on the rest of your configuration +#license-files = [ +# Each entry is a crate relative path, and the (opaque) hash of its contents +#{ path = "LICENSE", hash = 0xbd0eed23 } +#] + +[licenses.private] +# If true, ignores workspace crates that aren't published, or are only +# published to private registries. +# To see how to mark a crate as unpublished (to the official registry), +# visit https://doc.rust-lang.org/cargo/reference/manifest.html#the-publish-field. +ignore = false +# One or more private registries that you might publish crates to, if a crate +# is only published to private registries, and ignore is true, the crate will +# not have its license(s) checked +registries = [ + #"https://sekretz.com/registry +] + +# This section is considered when running `cargo deny check bans`. +# More documentation about the 'bans' section can be found here: +# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html +[bans] +# Lint level for when multiple versions of the same crate are detected +multiple-versions = "warn" +# Lint level for when a crate version requirement is `*` +wildcards = "allow" +# The graph highlighting used when creating dotgraphs for crates +# with multiple versions +# * lowest-version - The path to the lowest versioned duplicate is highlighted +# * simplest-path - The path to the version with the fewest edges is highlighted +# * all - Both lowest-version and simplest-path are used +highlight = "all" +# The default lint level for `default` features for crates that are members of +# the workspace that is being checked. This can be overridden by allowing/denying +# `default` on a crate-by-crate basis if desired. +workspace-default-features = "allow" +# The default lint level for `default` features for external crates that are not +# members of the workspace. This can be overridden by allowing/denying `default` +# on a crate-by-crate basis if desired. +external-default-features = "allow" +# List of crates that are allowed. Use with care! +allow = [ + #"ansi_term@0.11.0", + #{ crate = "ansi_term@0.11.0", reason = "you can specify a reason it is allowed" }, +] +# List of crates to deny +deny = [ + #"ansi_term@0.11.0", + #{ crate = "ansi_term@0.11.0", reason = "you can specify a reason it is banned" }, + # Wrapper crates can optionally be specified to allow the crate when it + # is a direct dependency of the otherwise banned crate + #{ crate = "ansi_term@0.11.0", wrappers = ["this-crate-directly-depends-on-ansi_term"] }, +] + +# List of features to allow/deny +# Each entry the name of a crate and a version range. If version is +# not specified, all versions will be matched. +#[[bans.features]] +#crate = "reqwest" +# Features to not allow +#deny = ["json"] +# Features to allow +#allow = [ +# "rustls", +# "__rustls", +# "__tls", +# "hyper-rustls", +# "rustls", +# "rustls-pemfile", +# "rustls-tls-webpki-roots", +# "tokio-rustls", +# "webpki-roots", +#] +# If true, the allowed features must exactly match the enabled feature set. If +# this is set there is no point setting `deny` +#exact = true + +# Certain crates/versions that will be skipped when doing duplicate detection. +skip = [ + #"ansi_term@0.11.0", + #{ crate = "ansi_term@0.11.0", reason = "you can specify a reason why it can't be updated/removed" }, +] +# Similarly to `skip` allows you to skip certain crates during duplicate +# detection. Unlike skip, it also includes the entire tree of transitive +# dependencies starting at the specified crate, up to a certain depth, which is +# by default infinite. +skip-tree = [ + #"ansi_term@0.11.0", # will be skipped along with _all_ of its direct and transitive dependencies + #{ crate = "ansi_term@0.11.0", depth = 20 }, +] + +# This section is considered when running `cargo deny check sources`. +# More documentation about the 'sources' section can be found here: +# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html +[sources] +# Lint level for what to happen when a crate from a crate registry that is not +# in the allow list is encountered +unknown-registry = "warn" +# Lint level for what to happen when a crate from a git repository that is not +# in the allow list is encountered +unknown-git = "warn" +# List of URLs for allowed crate registries. Defaults to the crates.io index +# if not specified. If it is specified but empty, no registries are allowed. +allow-registry = ["https://github.com/rust-lang/crates.io-index"] +# List of URLs for allowed Git repositories +allow-git = [] + +[sources.allow-org] +# github.com organizations to allow git sources for +github = [] +# gitlab.com organizations to allow git sources for +gitlab = [] +# bitbucket.org organizations to allow git sources for +bitbucket = [] diff --git a/deny.toml b/deny.toml index 6ac59ae8..941bd7cb 100644 --- a/deny.toml +++ b/deny.toml @@ -1,13 +1,7 @@ -# Configuration for cargo-deny -# https://embarkstudios.github.io/cargo-deny/ +## cargo-deny configuration (updated for cargo-deny >=0.17) [graph] -# If 1 or more target triples (and optionally, target_features) are specified, -# only the specified targets will be checked when running `cargo deny check`. -# This means, if a particular package is only ever used as a target specific -# dependency, such as, for example, `winapi` or `nix`, a problem with that -# package will not cause `cargo deny check` to fail unless the target(s) -# it targets are also included. +# Limit checks to the primary targets we care about targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", @@ -15,110 +9,59 @@ targets = [ "x86_64-apple-darwin", "aarch64-apple-darwin", ] +all-features = false +no-default-features = false + +[output] +feature-depth = 1 [advisories] -# The path where the advisory database is cloned/fetched into -db-path = "~/.cargo/advisory-db" -# The url(s) of the advisory databases to use -db-urls = ["https://github.com/rustsec/advisory-db"] -# The lint level for security vulnerabilities -vulnerability = "deny" -# The lint level for unmaintained crates -unmaintained = "warn" -# The lint level for crates that have been yanked from their source registry -yanked = "deny" -# The lint level for crates with security notices -notice = "warn" -# A list of advisory IDs to ignore. Note that ignored advisories will still -# output a note when they are encountered. -ignore = [ - # Ignoring specific advisories (examples - remove if not needed) - # "RUSTSEC-2020-0001", # Example ignored advisory -] +# Use default advisory DBs; configure ignores if needed +ignore = [] [licenses] -# The confidence threshold for detecting a license from a license text. -# 0.8 means we need to be 80% confident that the detected license is correct -confidence-threshold = 0.8 -# List of explicitly allowed licenses +# Explicitly permitted licenses. Everything else is denied by default. allow = [ "MIT", + "MITNFA", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", "BSD-2-Clause", "BSD-3-Clause", "ISC", + "Unicode-3.0", "Unicode-DFS-2016", "CC0-1.0", "0BSD", + "OpenSSL", ] -# List of explicitly disallowed licenses -deny = [ - "GPL-2.0", - "GPL-3.0", - "AGPL-1.0", - "AGPL-3.0", - "LGPL-2.0", - "LGPL-2.1", - "LGPL-3.0", - "SSPL-1.0", -] -# Lint level for when multiple versions of the same license are detected -copyleft = "deny" -# Some crates don't have (easily) machine readable licensing information, -# adding a clarification or license text here can help -[[licenses.clarify]] -name = "ring" -# SPDX identifier for the license -expression = "MIT AND ISC AND OpenSSL" -license-files = [ - { path = "LICENSE", hash = 0xbd0eed23 } -] +confidence-threshold = 0.8 +exceptions = [] + +[licenses.private] +ignore = false +registries = [] [bans] -# Lint level for when multiple versions of the same crate are detected multiple-versions = "warn" -# Lint level for when a crate version requirement is `*` wildcards = "allow" -# The graph highlighting used when creating dotgraphs for crates -# with multiple versions highlight = "all" -# List of crates that are allowed. Use with care! -allow = [ - #{ name = "ansi_term", version = "=0.11.0" }, -] -# List of crates to deny +allow = [] deny = [ - # Each entry the name of a crate and a version range. If version is - # not specified, all versions will be matched. - #{ name = "ansi_term", version = "=0.11.0" }, - - # Deny crates that are known to be problematic for Bitcoin/crypto - { name = "openssl-sys" }, # Use ring or rustls instead for better security - { name = "openssl" }, # Use ring or rustls instead for better security -] -# Certain crates/versions that will be skipped when doing duplicate detection. -skip = [ - #{ name = "ansi_term", version = "=0.11.0" }, -] -# Similarly to `skip` allows you to skip certain crates from being checked. Unlike -# `skip`, a skipped dependency must exist in the graph before it can be skipped. -skip-tree = [ - #{ name = "ansi_term", version = "=0.11.0", depth = 20 }, + # Prefer rustls over OpenSSL in this workspace + { crate = "openssl" }, + { crate = "openssl-sys" }, ] +skip = [] +skip-tree = [] [sources] -# Lint level for what to happen when a crate from a crate registry that is -# not in the allow list is encountered unknown-registry = "warn" -# Lint level for what to happen when a crate from a git repository that is not -# in the allow list is encountered unknown-git = "warn" -# List of URLs for allowed crate registries. Defaults to the crates.io index -# if not specified. If it is specified but empty, no registries are allowed. allow-registry = ["https://github.com/rust-lang/crates.io-index"] -# List of URLs for allowed Git repositories -allow-git = [ - # Add trusted git repositories here if needed - # "https://github.com/bitcoin/bitcoin", -] \ No newline at end of file +allow-git = [] + +[sources.allow-org] +github = [] +gitlab = [] +bitbucket = [] \ No newline at end of file diff --git a/licenses.json b/licenses.json new file mode 100644 index 00000000..bff0b2e1 --- /dev/null +++ b/licenses.json @@ -0,0 +1,2963 @@ +[ + { + "name": "addr2line", + "version": "0.24.2", + "authors": null, + "repository": "https://github.com/gimli-rs/addr2line", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A cross-platform symbolication library written in Rust, using `gimli`" + }, + { + "name": "adler2", + "version": "2.0.1", + "authors": "Jonas Schievink |oyvindln ", + "repository": "https://github.com/oyvindln/adler2", + "license": "0BSD OR Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple clean-room implementation of the Adler-32 checksum" + }, + { + "name": "ahash", + "version": "0.7.8", + "authors": "Tom Kaitchuck ", + "repository": "https://github.com/tkaitchuck/ahash", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A non-cryptographic hash function using AES-NI for high performance" + }, + { + "name": "ahash", + "version": "0.8.12", + "authors": "Tom Kaitchuck ", + "repository": "https://github.com/tkaitchuck/ahash", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A non-cryptographic hash function using AES-NI for high performance" + }, + { + "name": "aho-corasick", + "version": "1.1.3", + "authors": "Andrew Gallant ", + "repository": "https://github.com/BurntSushi/aho-corasick", + "license": "MIT OR Unlicense", + "license_file": null, + "description": "Fast multiple substring searching." + }, + { + "name": "aicrm-sdk", + "version": "0.1.0", + "authors": "Fusionpact Technologies Inc.|Bitcoin Enterprise Suite Contributors", + "repository": "https://github.com/bitcoin-enterprise-suite/bitcoin-enterprise-suite", + "license": "Apache-2.0", + "license_file": null, + "description": "AI-Driven Compliance & Risk Management Platform SDK - Intelligent compliance automation for Bitcoin operations" + }, + { + "name": "android-tzdata", + "version": "0.1.1", + "authors": "RumovZ", + "repository": "https://github.com/RumovZ/android-tzdata", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Parser for the Android-specific tzdata file" + }, + { + "name": "android_system_properties", + "version": "0.1.5", + "authors": "Nicolas Silva ", + "repository": "https://github.com/nical/android_system_properties", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Minimal Android system properties wrapper" + }, + { + "name": "anes", + "version": "0.1.6", + "authors": "Robert Vojta ", + "repository": "https://github.com/zrzka/anes-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "ANSI Escape Sequences provider & parser" + }, + { + "name": "anstream", + "version": "0.6.19", + "authors": null, + "repository": "https://github.com/rust-cli/anstyle.git", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple cross platform library for writing colored text to a terminal." + }, + { + "name": "anstyle", + "version": "1.0.11", + "authors": null, + "repository": "https://github.com/rust-cli/anstyle.git", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "ANSI text styling" + }, + { + "name": "anstyle-parse", + "version": "0.2.7", + "authors": null, + "repository": "https://github.com/rust-cli/anstyle.git", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Parse ANSI Style Escapes" + }, + { + "name": "anstyle-query", + "version": "1.1.3", + "authors": null, + "repository": "https://github.com/rust-cli/anstyle.git", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Look up colored console capabilities" + }, + { + "name": "anstyle-wincon", + "version": "3.0.9", + "authors": null, + "repository": "https://github.com/rust-cli/anstyle.git", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Styling legacy Windows terminals" + }, + { + "name": "anyhow", + "version": "1.0.98", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/anyhow", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Flexible concrete Error type built on std::error::Error" + }, + { + "name": "assert-json-diff", + "version": "2.0.2", + "authors": "David Pedersen ", + "repository": "https://github.com/davidpdrsn/assert-json-diff.git", + "license": "MIT", + "license_file": null, + "description": "Easily compare two JSON values and get great output" + }, + { + "name": "async-channel", + "version": "1.9.0", + "authors": "Stjepan Glavina ", + "repository": "https://github.com/smol-rs/async-channel", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Async multi-producer multi-consumer channel" + }, + { + "name": "async-stream", + "version": "0.3.6", + "authors": "Carl Lerche ", + "repository": "https://github.com/tokio-rs/async-stream", + "license": "MIT", + "license_file": null, + "description": "Asynchronous streams using async & await notation" + }, + { + "name": "async-stream-impl", + "version": "0.3.6", + "authors": "Carl Lerche ", + "repository": "https://github.com/tokio-rs/async-stream", + "license": "MIT", + "license_file": null, + "description": "proc macros for async-stream crate" + }, + { + "name": "async-trait", + "version": "0.1.88", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/async-trait", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Type erasure for async trait methods" + }, + { + "name": "autocfg", + "version": "1.5.0", + "authors": "Josh Stone ", + "repository": "https://github.com/cuviper/autocfg", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Automatic cfg for Rust compiler features" + }, + { + "name": "backtrace", + "version": "0.3.75", + "authors": "The Rust Project Developers", + "repository": "https://github.com/rust-lang/backtrace-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program." + }, + { + "name": "base64", + "version": "0.13.1", + "authors": "Alice Maz |Marshall Pierce ", + "repository": "https://github.com/marshallpierce/rust-base64", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "encodes and decodes base64 as bytes or utf8" + }, + { + "name": "base64", + "version": "0.21.7", + "authors": "Alice Maz |Marshall Pierce ", + "repository": "https://github.com/marshallpierce/rust-base64", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "encodes and decodes base64 as bytes or utf8" + }, + { + "name": "bech32", + "version": "0.9.1", + "authors": "Clark Moody", + "repository": "https://github.com/rust-bitcoin/rust-bech32", + "license": "MIT", + "license_file": null, + "description": "Encodes and decodes the Bech32 format" + }, + { + "name": "bech32", + "version": "0.10.0-beta", + "authors": "Clark Moody|Andrew Poelstra|Tobin Harding", + "repository": "https://github.com/rust-bitcoin/rust-bech32", + "license": "MIT", + "license_file": null, + "description": "Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksums" + }, + { + "name": "bincode", + "version": "1.3.3", + "authors": "Ty Overby |Francesco Mazzoli |David Tolnay |Zoey Riordan ", + "repository": "https://github.com/servo/bincode", + "license": "MIT", + "license_file": null, + "description": "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!" + }, + { + "name": "biscol", + "version": "0.1.0", + "authors": "Fusionpact Technologies Inc.|Bitcoin Enterprise Suite Contributors", + "repository": "https://github.com/bitcoin-enterprise-suite/bitcoin-enterprise-suite", + "license": "Apache-2.0", + "license_file": null, + "description": "Bitcoin-Native Smart Contract Orchestration Layer - Confidential smart contracts with enterprise-grade privacy" + }, + { + "name": "bit-set", + "version": "0.8.0", + "authors": "Alexis Beingessner ", + "repository": "https://github.com/contain-rs/bit-set", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A set of bits" + }, + { + "name": "bit-vec", + "version": "0.8.0", + "authors": "Alexis Beingessner ", + "repository": "https://github.com/contain-rs/bit-vec", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A vector of bits" + }, + { + "name": "bitcoin", + "version": "0.29.2", + "authors": "Andrew Poelstra ", + "repository": "https://github.com/rust-bitcoin/rust-bitcoin/", + "license": "CC0-1.0", + "license_file": null, + "description": "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies." + }, + { + "name": "bitcoin", + "version": "0.31.2", + "authors": "Andrew Poelstra ", + "repository": "https://github.com/rust-bitcoin/rust-bitcoin/", + "license": "CC0-1.0", + "license_file": null, + "description": "General purpose library for using and interoperating with Bitcoin." + }, + { + "name": "bitcoin-internals", + "version": "0.2.0", + "authors": "Andrew Poelstra |The Rust Bitcoin developers", + "repository": "https://github.com/rust-bitcoin/rust-bitcoin/", + "license": "CC0-1.0", + "license_file": null, + "description": "Internal types and macros used by rust-bitcoin ecosystem" + }, + { + "name": "bitcoin_hashes", + "version": "0.11.0", + "authors": "Andrew Poelstra ", + "repository": "https://github.com/rust-bitcoin/bitcoin_hashes/", + "license": "CC0-1.0", + "license_file": null, + "description": "Hash functions used by rust-bitcoin which support rustc 1.29.0" + }, + { + "name": "bitcoin_hashes", + "version": "0.13.0", + "authors": "Andrew Poelstra ", + "repository": "https://github.com/rust-bitcoin/rust-bitcoin", + "license": "CC0-1.0", + "license_file": null, + "description": "Hash functions used by the rust-bitcoin eccosystem" + }, + { + "name": "bitcoinconsensus", + "version": "0.106.0+26.0", + "authors": "Tamas Blummer ", + "repository": "https://github.com/rust-bitcoin/rust-bitcoinconsensus/", + "license": "Apache-2.0", + "license_file": null, + "description": "Bitcoin's libbitcoinconsensus with Rust binding." + }, + { + "name": "bitflags", + "version": "1.3.2", + "authors": "The Rust Project Developers", + "repository": "https://github.com/bitflags/bitflags", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A macro to generate structures which behave like bitflags." + }, + { + "name": "bitflags", + "version": "2.9.1", + "authors": "The Rust Project Developers", + "repository": "https://github.com/bitflags/bitflags", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A macro to generate structures which behave like bitflags." + }, + { + "name": "block-buffer", + "version": "0.9.0", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/utils", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Fixed size buffer for block processing of data" + }, + { + "name": "block-buffer", + "version": "0.10.4", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/utils", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Buffer type for block processing of data" + }, + { + "name": "block-padding", + "version": "0.2.1", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/utils", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Padding and unpadding of messages divided into blocks." + }, + { + "name": "bulletproofs", + "version": "4.0.0", + "authors": "Cathie Yun |Henry de Valence |Oleg Andreev ", + "repository": "https://github.com/zkcrypto/bulletproofs", + "license": "MIT", + "license_file": null, + "description": "A pure-Rust implementation of Bulletproofs using Ristretto" + }, + { + "name": "bumpalo", + "version": "3.19.0", + "authors": "Nick Fitzgerald ", + "repository": "https://github.com/fitzgen/bumpalo", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A fast bump allocation arena for Rust." + }, + { + "name": "byteorder", + "version": "1.5.0", + "authors": "Andrew Gallant ", + "repository": "https://github.com/BurntSushi/byteorder", + "license": "MIT OR Unlicense", + "license_file": null, + "description": "Library for reading/writing numbers in big-endian and little-endian." + }, + { + "name": "bytes", + "version": "1.10.1", + "authors": "Carl Lerche |Sean McArthur ", + "repository": "https://github.com/tokio-rs/bytes", + "license": "MIT", + "license_file": null, + "description": "Types and traits for working with bytes" + }, + { + "name": "cast", + "version": "0.3.0", + "authors": "Jorge Aparicio ", + "repository": "https://github.com/japaric/cast.rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Ergonomic, checked cast functions for primitive types" + }, + { + "name": "cc", + "version": "1.2.30", + "authors": "Alex Crichton ", + "repository": "https://github.com/rust-lang/cc-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code." + }, + { + "name": "cci-sat", + "version": "0.1.0", + "authors": "Fusionpact Technologies Inc.|Bitcoin Enterprise Suite Contributors", + "repository": "https://github.com/bitcoin-enterprise-suite/bitcoin-enterprise-suite", + "license": "Apache-2.0", + "license_file": null, + "description": "Cross-Chain Interoperability & Secure Asset Transfer Suite - Seamless, secure asset transfers across blockchain networks" + }, + { + "name": "cfg-if", + "version": "1.0.1", + "authors": "Alex Crichton ", + "repository": "https://github.com/rust-lang/cfg-if", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted." + }, + { + "name": "chrono", + "version": "0.4.41", + "authors": null, + "repository": "https://github.com/chronotope/chrono", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Date and time library for Rust" + }, + { + "name": "ciborium", + "version": "0.2.2", + "authors": "Nathaniel McCallum ", + "repository": "https://github.com/enarx/ciborium", + "license": "Apache-2.0", + "license_file": null, + "description": "serde implementation of CBOR using ciborium-basic" + }, + { + "name": "ciborium-io", + "version": "0.2.2", + "authors": "Nathaniel McCallum ", + "repository": "https://github.com/enarx/ciborium", + "license": "Apache-2.0", + "license_file": null, + "description": "Simplified Read/Write traits for no_std usage" + }, + { + "name": "ciborium-ll", + "version": "0.2.2", + "authors": "Nathaniel McCallum ", + "repository": "https://github.com/enarx/ciborium", + "license": "Apache-2.0", + "license_file": null, + "description": "Low-level CBOR codec primitives" + }, + { + "name": "clap", + "version": "4.5.41", + "authors": null, + "repository": "https://github.com/clap-rs/clap", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser" + }, + { + "name": "clap_builder", + "version": "4.5.41", + "authors": null, + "repository": "https://github.com/clap-rs/clap", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser" + }, + { + "name": "clap_derive", + "version": "4.5.41", + "authors": null, + "repository": "https://github.com/clap-rs/clap", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Parse command line argument by defining a struct, derive crate." + }, + { + "name": "clap_lex", + "version": "0.7.5", + "authors": null, + "repository": "https://github.com/clap-rs/clap", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Minimal, flexible command line parser" + }, + { + "name": "clear_on_drop", + "version": "0.2.5", + "authors": "Cesar Eduardo Barros ", + "repository": "https://github.com/cesarb/clear_on_drop", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Helpers for clearing sensitive data on the stack and heap" + }, + { + "name": "colorchoice", + "version": "1.0.4", + "authors": null, + "repository": "https://github.com/rust-cli/anstyle.git", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Global override of color control" + }, + { + "name": "concurrent-queue", + "version": "2.5.0", + "authors": "Stjepan Glavina |Taiki Endo |John Nunley ", + "repository": "https://github.com/smol-rs/concurrent-queue", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Concurrent multi-producer multi-consumer queue" + }, + { + "name": "config", + "version": "0.13.4", + "authors": "Ryan Leckey ", + "repository": "https://github.com/mehcode/config-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Layered configuration system for Rust applications." + }, + { + "name": "core-foundation-sys", + "version": "0.8.7", + "authors": "The Servo Project Developers", + "repository": "https://github.com/servo/core-foundation-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Bindings to Core Foundation for macOS" + }, + { + "name": "cpufeatures", + "version": "0.2.17", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/utils", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS" + }, + { + "name": "criterion", + "version": "0.5.1", + "authors": "Jorge Aparicio |Brook Heisler ", + "repository": "https://github.com/bheisler/criterion.rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Statistics-driven micro-benchmarking library" + }, + { + "name": "criterion-plot", + "version": "0.5.0", + "authors": "Jorge Aparicio |Brook Heisler ", + "repository": "https://github.com/bheisler/criterion.rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Criterion's plotting library" + }, + { + "name": "crossbeam-deque", + "version": "0.8.6", + "authors": null, + "repository": "https://github.com/crossbeam-rs/crossbeam", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Concurrent work-stealing deque" + }, + { + "name": "crossbeam-epoch", + "version": "0.9.18", + "authors": null, + "repository": "https://github.com/crossbeam-rs/crossbeam", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Epoch-based garbage collection" + }, + { + "name": "crossbeam-utils", + "version": "0.8.21", + "authors": null, + "repository": "https://github.com/crossbeam-rs/crossbeam", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Utilities for concurrent programming" + }, + { + "name": "crunchy", + "version": "0.2.4", + "authors": "Eira Fransham ", + "repository": "https://github.com/eira-fransham/crunchy", + "license": "MIT", + "license_file": null, + "description": "Crunchy unroller: deterministically unroll constant loops" + }, + { + "name": "crypto-common", + "version": "0.1.6", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/traits", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Common cryptographic traits" + }, + { + "name": "curve25519-dalek-ng", + "version": "4.1.1", + "authors": "Isis Lovecruft |Henry de Valence ", + "repository": "https://github.com/zkcrypto/curve25519-dalek-ng", + "license": "BSD-3-Clause", + "license_file": null, + "description": "A pure-Rust implementation of group operations on ristretto255 and Curve25519" + }, + { + "name": "deadpool", + "version": "0.9.5", + "authors": "Michael P. Jung ", + "repository": "https://github.com/bikeshedder/deadpool", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Dead simple async pool" + }, + { + "name": "deadpool-runtime", + "version": "0.1.4", + "authors": "Michael P. Jung ", + "repository": "https://github.com/bikeshedder/deadpool", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Dead simple async pool utitities for sync managers" + }, + { + "name": "digest", + "version": "0.9.0", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/traits", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Traits for cryptographic hash functions" + }, + { + "name": "digest", + "version": "0.10.7", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/traits", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Traits for cryptographic hash functions and message authentication codes" + }, + { + "name": "displaydoc", + "version": "0.2.5", + "authors": "Jane Lusby ", + "repository": "https://github.com/yaahc/displaydoc", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation" + }, + { + "name": "dlv-list", + "version": "0.3.0", + "authors": "Scott Godwin ", + "repository": "https://github.com/sgodwincs/dlv-list-rs", + "license": "MIT", + "license_file": null, + "description": "Semi-doubly linked list implemented using a vector" + }, + { + "name": "downcast", + "version": "0.11.0", + "authors": "Felix Köpge ", + "repository": "https://github.com/fkoep/downcast-rs", + "license": "MIT", + "license_file": null, + "description": "Trait for downcasting trait objects back to their original types." + }, + { + "name": "either", + "version": "1.15.0", + "authors": "bluss", + "repository": "https://github.com/rayon-rs/either", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases." + }, + { + "name": "env_logger", + "version": "0.8.4", + "authors": "The Rust Project Developers", + "repository": "https://github.com/env-logger-rs/env_logger/", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A logging implementation for `log` which is configured via an environment variable." + }, + { + "name": "equivalent", + "version": "1.0.2", + "authors": null, + "repository": "https://github.com/indexmap-rs/equivalent", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Traits for key comparison in maps." + }, + { + "name": "errno", + "version": "0.3.13", + "authors": "Chris Wong |Dan Gohman ", + "repository": "https://github.com/lambda-fairy/rust-errno", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Cross-platform interface to the `errno` variable." + }, + { + "name": "event-listener", + "version": "2.5.3", + "authors": "Stjepan Glavina ", + "repository": "https://github.com/smol-rs/event-listener", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Notify async tasks or threads" + }, + { + "name": "fastrand", + "version": "1.9.0", + "authors": "Stjepan Glavina ", + "repository": "https://github.com/smol-rs/fastrand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple and fast random number generator" + }, + { + "name": "fastrand", + "version": "2.3.0", + "authors": "Stjepan Glavina ", + "repository": "https://github.com/smol-rs/fastrand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple and fast random number generator" + }, + { + "name": "fnv", + "version": "1.0.7", + "authors": "Alex Crichton ", + "repository": "https://github.com/servo/rust-fnv", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Fowler–Noll–Vo hash function" + }, + { + "name": "form_urlencoded", + "version": "1.2.1", + "authors": "The rust-url developers", + "repository": "https://github.com/servo/rust-url", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms." + }, + { + "name": "fragile", + "version": "2.0.1", + "authors": "Armin Ronacher ", + "repository": "https://github.com/mitsuhiko/fragile", + "license": "Apache-2.0", + "license_file": null, + "description": "Provides wrapper types for sending non-send values to other threads." + }, + { + "name": "futures", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces." + }, + { + "name": "futures-channel", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Channels for asynchronous communication using futures-rs." + }, + { + "name": "futures-core", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The core traits and types in for the `futures` library." + }, + { + "name": "futures-executor", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Executors for asynchronous tasks based on the futures-rs library." + }, + { + "name": "futures-io", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library." + }, + { + "name": "futures-lite", + "version": "1.13.0", + "authors": "Stjepan Glavina |Contributors to futures-rs", + "repository": "https://github.com/smol-rs/futures-lite", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Futures, streams, and async I/O combinators" + }, + { + "name": "futures-macro", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The futures-rs procedural macro implementations." + }, + { + "name": "futures-sink", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The asynchronous `Sink` trait for the futures-rs library." + }, + { + "name": "futures-task", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Tools for working with tasks." + }, + { + "name": "futures-timer", + "version": "3.0.3", + "authors": "Alex Crichton ", + "repository": "https://github.com/async-rs/futures-timer", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Timeouts for futures." + }, + { + "name": "futures-util", + "version": "0.3.31", + "authors": null, + "repository": "https://github.com/rust-lang/futures-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Common utilities and extension traits for the futures-rs library." + }, + { + "name": "generic-array", + "version": "0.14.7", + "authors": "Bartłomiej Kamiński |Aaron Trent ", + "repository": "https://github.com/fizyk20/generic-array.git", + "license": "MIT", + "license_file": null, + "description": "Generic types implementing functionality of arrays" + }, + { + "name": "getrandom", + "version": "0.1.16", + "authors": "The Rand Project Developers", + "repository": "https://github.com/rust-random/getrandom", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A small cross-platform library for retrieving random data from system source" + }, + { + "name": "getrandom", + "version": "0.2.16", + "authors": "The Rand Project Developers", + "repository": "https://github.com/rust-random/getrandom", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A small cross-platform library for retrieving random data from system source" + }, + { + "name": "getrandom", + "version": "0.3.3", + "authors": "The Rand Project Developers", + "repository": "https://github.com/rust-random/getrandom", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A small cross-platform library for retrieving random data from system source" + }, + { + "name": "gimli", + "version": "0.31.1", + "authors": null, + "repository": "https://github.com/gimli-rs/gimli", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A library for reading and writing the DWARF debugging format." + }, + { + "name": "h2", + "version": "0.3.27", + "authors": "Carl Lerche |Sean McArthur ", + "repository": "https://github.com/hyperium/h2", + "license": "MIT", + "license_file": null, + "description": "An HTTP/2 client and server" + }, + { + "name": "half", + "version": "2.6.0", + "authors": "Kathryn Long ", + "repository": "https://github.com/VoidStarKat/half-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types." + }, + { + "name": "hashbrown", + "version": "0.12.3", + "authors": "Amanieu d'Antras ", + "repository": "https://github.com/rust-lang/hashbrown", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A Rust port of Google's SwissTable hash map" + }, + { + "name": "hashbrown", + "version": "0.15.4", + "authors": "Amanieu d'Antras ", + "repository": "https://github.com/rust-lang/hashbrown", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A Rust port of Google's SwissTable hash map" + }, + { + "name": "heck", + "version": "0.5.0", + "authors": null, + "repository": "https://github.com/withoutboats/heck", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "heck is a case conversion library." + }, + { + "name": "hermit-abi", + "version": "0.5.2", + "authors": "Stefan Lankes", + "repository": "https://github.com/hermit-os/hermit-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Hermit system calls definitions." + }, + { + "name": "hex", + "version": "0.4.3", + "authors": "KokaKiwi ", + "repository": "https://github.com/KokaKiwi/rust-hex", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Encoding and decoding data into/from hexadecimal representation." + }, + { + "name": "hex-conservative", + "version": "0.1.2", + "authors": "Andrew Poelstra ", + "repository": "https://github.com/rust-bitcoin/hex-conservative", + "license": "CC0-1.0", + "license_file": null, + "description": "A hex encoding and decoding crate with a conservative MSRV and dependency policy." + }, + { + "name": "hex_lit", + "version": "0.1.1", + "authors": "Martin Habovstiak ", + "repository": "https://github.com/Kixunil/hex_lit", + "license": "MITNFA", + "license_file": null, + "description": "Hex macro literals without use of hex macros" + }, + { + "name": "http", + "version": "0.2.12", + "authors": "Alex Crichton |Carl Lerche |Sean McArthur ", + "repository": "https://github.com/hyperium/http", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A set of types for representing HTTP requests and responses." + }, + { + "name": "http-body", + "version": "0.4.6", + "authors": "Carl Lerche |Lucio Franco |Sean McArthur ", + "repository": "https://github.com/hyperium/http-body", + "license": "MIT", + "license_file": null, + "description": "Trait representing an asynchronous, streaming, HTTP request or response body." + }, + { + "name": "http-types", + "version": "2.12.0", + "authors": "Yoshua Wuyts ", + "repository": "https://github.com/http-rs/http-types", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Common types for HTTP operations." + }, + { + "name": "httparse", + "version": "1.10.1", + "authors": "Sean McArthur ", + "repository": "https://github.com/seanmonstar/httparse", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser." + }, + { + "name": "httpdate", + "version": "1.0.3", + "authors": "Pyfisch ", + "repository": "https://github.com/pyfisch/httpdate", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "HTTP date parsing and formatting" + }, + { + "name": "hyper", + "version": "0.14.32", + "authors": "Sean McArthur ", + "repository": "https://github.com/hyperium/hyper", + "license": "MIT", + "license_file": null, + "description": "A fast and correct HTTP library." + }, + { + "name": "iana-time-zone", + "version": "0.1.63", + "authors": "Andrew Straw |René Kijewski |Ryan Lopopolo ", + "repository": "https://github.com/strawlab/iana-time-zone", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "get the IANA time zone for the current system" + }, + { + "name": "iana-time-zone-haiku", + "version": "0.1.2", + "authors": "René Kijewski ", + "repository": "https://github.com/strawlab/iana-time-zone", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "iana-time-zone support crate for Haiku OS" + }, + { + "name": "icu_collections", + "version": "2.0.0", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Collection of API for use in ICU libraries." + }, + { + "name": "icu_locale_core", + "version": "2.0.0", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "API for managing Unicode Language and Locale Identifiers" + }, + { + "name": "icu_normalizer", + "version": "2.0.0", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "API for normalizing text into Unicode Normalization Forms" + }, + { + "name": "icu_normalizer_data", + "version": "2.0.0", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Data for the icu_normalizer crate" + }, + { + "name": "icu_properties", + "version": "2.0.1", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Definitions for Unicode properties" + }, + { + "name": "icu_properties_data", + "version": "2.0.1", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Data for the icu_properties crate" + }, + { + "name": "icu_provider", + "version": "2.0.0", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Trait and struct definitions for the ICU data provider" + }, + { + "name": "idna", + "version": "1.0.3", + "authors": "The rust-url developers", + "repository": "https://github.com/servo/rust-url/", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode." + }, + { + "name": "idna_adapter", + "version": "1.2.1", + "authors": "The rust-url developers", + "repository": "https://github.com/hsivonen/idna_adapter", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Back end adapter for idna" + }, + { + "name": "imo-eo", + "version": "0.1.0", + "authors": "Fusionpact Technologies Inc.|Bitcoin Enterprise Suite Contributors", + "repository": "https://github.com/bitcoin-enterprise-suite/bitcoin-enterprise-suite", + "license": "Apache-2.0", + "license_file": null, + "description": "Intelligent Mining Operations & Energy Optimization Framework - AI-powered mining efficiency and sustainable energy management" + }, + { + "name": "indexmap", + "version": "2.10.0", + "authors": null, + "repository": "https://github.com/indexmap-rs/indexmap", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A hash table with consistent order and fast iteration." + }, + { + "name": "infer", + "version": "0.2.3", + "authors": "Bojan ", + "repository": "https://github.com/bojand/infer", + "license": "MIT", + "license_file": null, + "description": "Small crate to infer file types based on its magic number signature" + }, + { + "name": "instant", + "version": "0.1.13", + "authors": "sebcrozet ", + "repository": "https://github.com/sebcrozet/instant", + "license": "BSD-3-Clause", + "license_file": null, + "description": "Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to." + }, + { + "name": "io-uring", + "version": "0.7.8", + "authors": "quininer ", + "repository": "https://github.com/tokio-rs/io-uring", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The low-level `io_uring` userspace interface for Rust" + }, + { + "name": "is-terminal", + "version": "0.4.16", + "authors": "softprops |Dan Gohman ", + "repository": "https://github.com/sunfishcode/is-terminal", + "license": "MIT", + "license_file": null, + "description": "Test whether a given stream is a terminal" + }, + { + "name": "is_terminal_polyfill", + "version": "1.70.1", + "authors": null, + "repository": "https://github.com/polyfill-rs/is_terminal_polyfill", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Polyfill for `is_terminal` stdlib feature for use with older MSRVs" + }, + { + "name": "itertools", + "version": "0.10.5", + "authors": "bluss", + "repository": "https://github.com/rust-itertools/itertools", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Extra iterator adaptors, iterator methods, free functions, and macros." + }, + { + "name": "itertools", + "version": "0.12.1", + "authors": "bluss", + "repository": "https://github.com/rust-itertools/itertools", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Extra iterator adaptors, iterator methods, free functions, and macros." + }, + { + "name": "itoa", + "version": "1.0.15", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/itoa", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Fast integer primitive to string conversion" + }, + { + "name": "js-sys", + "version": "0.3.77", + "authors": "The wasm-bindgen Developers", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate." + }, + { + "name": "keccak", + "version": "0.1.5", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/sponges/tree/master/keccak", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of the Keccak sponge function including the keccak-f and keccak-p variants" + }, + { + "name": "lazy_static", + "version": "1.5.0", + "authors": "Marvin Löbel ", + "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A macro for declaring lazily evaluated statics in Rust." + }, + { + "name": "libc", + "version": "0.2.174", + "authors": "The Rust Project Developers", + "repository": "https://github.com/rust-lang/libc", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Raw FFI bindings to platform libraries like libc." + }, + { + "name": "lightning", + "version": "0.0.118", + "authors": "Matt Corallo", + "repository": "https://github.com/lightningdevkit/rust-lightning/", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A Bitcoin Lightning library in Rust. Does most of the hard work, without implying a specific runtime, requiring clients implement basic network logic, chain interactions and disk storage. Still missing tons of error-handling. See GitHub issues for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to build a client around it to even try." + }, + { + "name": "lightning-net-tokio", + "version": "0.0.118", + "authors": "Matt Corallo", + "repository": "https://github.com/lightningdevkit/rust-lightning/", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Implementation of the rust-lightning network stack using Tokio. For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio." + }, + { + "name": "linux-raw-sys", + "version": "0.4.15", + "authors": "Dan Gohman ", + "repository": "https://github.com/sunfishcode/linux-raw-sys", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "Generated bindings for Linux's userspace API" + }, + { + "name": "linux-raw-sys", + "version": "0.9.4", + "authors": "Dan Gohman ", + "repository": "https://github.com/sunfishcode/linux-raw-sys", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "Generated bindings for Linux's userspace API" + }, + { + "name": "litemap", + "version": "0.8.0", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "A key-value Map implementation based on a flat, sorted Vec." + }, + { + "name": "lock_api", + "version": "0.4.13", + "authors": "Amanieu d'Antras ", + "repository": "https://github.com/Amanieu/parking_lot", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std." + }, + { + "name": "log", + "version": "0.4.27", + "authors": "The Rust Project Developers", + "repository": "https://github.com/rust-lang/log", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A lightweight logging facade for Rust" + }, + { + "name": "memchr", + "version": "2.7.5", + "authors": "Andrew Gallant |bluss", + "repository": "https://github.com/BurntSushi/memchr", + "license": "MIT OR Unlicense", + "license_file": null, + "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search." + }, + { + "name": "merlin", + "version": "3.0.0", + "authors": "Henry de Valence ", + "repository": "https://github.com/zkcrypto/merlin", + "license": "MIT", + "license_file": null, + "description": "Composable proof transcripts for public-coin arguments of knowledge" + }, + { + "name": "metrics", + "version": "0.21.1", + "authors": "Toby Lawrence ", + "repository": "https://github.com/metrics-rs/metrics", + "license": "MIT", + "license_file": null, + "description": "A lightweight metrics facade." + }, + { + "name": "metrics-macros", + "version": "0.7.1", + "authors": "Toby Lawrence ", + "repository": "https://github.com/metrics-rs/metrics", + "license": "MIT", + "license_file": null, + "description": "Macros for the metrics crate." + }, + { + "name": "minimal-lexical", + "version": "0.2.1", + "authors": "Alex Huszagh ", + "repository": "https://github.com/Alexhuszagh/minimal-lexical", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Fast float parsing conversion routines." + }, + { + "name": "miniz_oxide", + "version": "0.8.9", + "authors": "Frommi |oyvindln |Rich Geldreich richgel99@gmail.com", + "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "license": "Apache-2.0 OR MIT OR Zlib", + "license_file": null, + "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz" + }, + { + "name": "mio", + "version": "1.0.4", + "authors": "Carl Lerche |Thomas de Zeeuw |Tokio Contributors ", + "repository": "https://github.com/tokio-rs/mio", + "license": "MIT", + "license_file": null, + "description": "Lightweight non-blocking I/O." + }, + { + "name": "mockall", + "version": "0.12.1", + "authors": "Alan Somers ", + "repository": "https://github.com/asomers/mockall", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A powerful mock object library for Rust." + }, + { + "name": "mockall_derive", + "version": "0.12.1", + "authors": "Alan Somers ", + "repository": "https://github.com/asomers/mockall", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Procedural macros for Mockall" + }, + { + "name": "nom", + "version": "7.1.3", + "authors": "contact@geoffroycouprie.com", + "repository": "https://github.com/Geal/nom", + "license": "MIT", + "license_file": null, + "description": "A byte-oriented, zero-copy, parser combinators library" + }, + { + "name": "num-traits", + "version": "0.2.19", + "authors": "The Rust Project Developers", + "repository": "https://github.com/rust-num/num-traits", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Numeric traits for generic mathematics" + }, + { + "name": "num_cpus", + "version": "1.17.0", + "authors": "Sean McArthur ", + "repository": "https://github.com/seanmonstar/num_cpus", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Get the number of CPUs on a machine." + }, + { + "name": "object", + "version": "0.36.7", + "authors": null, + "repository": "https://github.com/gimli-rs/object", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A unified interface for reading and writing object file formats." + }, + { + "name": "once_cell", + "version": "1.21.3", + "authors": "Aleksey Kladov ", + "repository": "https://github.com/matklad/once_cell", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Single assignment cells and lazy values." + }, + { + "name": "once_cell_polyfill", + "version": "1.70.1", + "authors": null, + "repository": "https://github.com/polyfill-rs/once_cell_polyfill", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Polyfill for `OnceCell` stdlib feature for use with older MSRVs" + }, + { + "name": "oorandom", + "version": "11.1.5", + "authors": "Simon Heath ", + "repository": "https://hg.sr.ht/~icefox/oorandom", + "license": "MIT", + "license_file": null, + "description": "A tiny, robust PRNG implementation." + }, + { + "name": "opaque-debug", + "version": "0.3.1", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/utils", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Macro for opaque Debug trait implementation" + }, + { + "name": "ordered-multimap", + "version": "0.4.3", + "authors": "Scott Godwin ", + "repository": "https://github.com/sgodwincs/ordered-multimap-rs", + "license": "MIT", + "license_file": null, + "description": "Insertion ordered multimap" + }, + { + "name": "parking", + "version": "2.2.1", + "authors": "Stjepan Glavina |The Rust Project Developers", + "repository": "https://github.com/smol-rs/parking", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Thread parking and unparking" + }, + { + "name": "parking_lot", + "version": "0.12.4", + "authors": "Amanieu d'Antras ", + "repository": "https://github.com/Amanieu/parking_lot", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "More compact and efficient implementations of the standard synchronization primitives." + }, + { + "name": "parking_lot_core", + "version": "0.9.11", + "authors": "Amanieu d'Antras ", + "repository": "https://github.com/Amanieu/parking_lot", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "An advanced API for creating custom synchronization primitives." + }, + { + "name": "pathdiff", + "version": "0.2.3", + "authors": "Manish Goregaokar ", + "repository": "https://github.com/Manishearth/pathdiff", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Library for diffing paths to obtain relative paths" + }, + { + "name": "percent-encoding", + "version": "2.3.1", + "authors": "The rust-url developers", + "repository": "https://github.com/servo/rust-url/", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Percent encoding and decoding" + }, + { + "name": "pin-project-lite", + "version": "0.2.16", + "authors": null, + "repository": "https://github.com/taiki-e/pin-project-lite", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A lightweight version of pin-project written with declarative macros." + }, + { + "name": "pin-utils", + "version": "0.1.0", + "authors": "Josef Brandl ", + "repository": "https://github.com/rust-lang-nursery/pin-utils", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Utilities for pinning" + }, + { + "name": "plotters", + "version": "0.3.7", + "authors": "Hao Hou ", + "repository": "https://github.com/plotters-rs/plotters", + "license": "MIT", + "license_file": null, + "description": "A Rust drawing library focus on data plotting for both WASM and native applications" + }, + { + "name": "plotters-backend", + "version": "0.3.7", + "authors": "Hao Hou ", + "repository": "https://github.com/plotters-rs/plotters", + "license": "MIT", + "license_file": null, + "description": "Plotters Backend API" + }, + { + "name": "plotters-svg", + "version": "0.3.7", + "authors": "Hao Hou ", + "repository": "https://github.com/plotters-rs/plotters.git", + "license": "MIT", + "license_file": null, + "description": "Plotters SVG backend" + }, + { + "name": "portable-atomic", + "version": "1.11.1", + "authors": null, + "repository": "https://github.com/taiki-e/portable-atomic", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc." + }, + { + "name": "potential_utf", + "version": "0.1.2", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Unvalidated string and character types" + }, + { + "name": "ppv-lite86", + "version": "0.2.21", + "authors": "The CryptoCorrosion Contributors", + "repository": "https://github.com/cryptocorrosion/cryptocorrosion", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Cross-platform cryptography-oriented low-level SIMD library." + }, + { + "name": "predicates", + "version": "3.1.3", + "authors": "Nick Stevens ", + "repository": "https://github.com/assert-rs/predicates-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "An implementation of boolean-valued predicate functions." + }, + { + "name": "predicates-core", + "version": "1.0.9", + "authors": "Nick Stevens ", + "repository": "https://github.com/assert-rs/predicates-rs/tree/master/crates/core", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "An API for boolean-valued predicate functions." + }, + { + "name": "predicates-tree", + "version": "1.0.12", + "authors": "Nick Stevens ", + "repository": "https://github.com/assert-rs/predicates-rs/tree/master/crates/tree", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Render boolean-valued predicate functions results as a tree." + }, + { + "name": "proc-macro2", + "version": "1.0.95", + "authors": "David Tolnay |Alex Crichton ", + "repository": "https://github.com/dtolnay/proc-macro2", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case." + }, + { + "name": "procfs", + "version": "0.16.0", + "authors": "Andrew Chin ", + "repository": "https://github.com/eminence/procfs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Interface to the linux procfs pseudo-filesystem" + }, + { + "name": "procfs-core", + "version": "0.16.0", + "authors": "Andrew Chin ", + "repository": "https://github.com/eminence/procfs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Data structures and parsing for the linux procfs pseudo-filesystem" + }, + { + "name": "prometheus", + "version": "0.13.4", + "authors": "overvenus@gmail.com|siddontang@gmail.com|vistaswx@gmail.com", + "repository": "https://github.com/tikv/rust-prometheus", + "license": "Apache-2.0", + "license_file": null, + "description": "Prometheus instrumentation library for Rust applications." + }, + { + "name": "proptest", + "version": "1.7.0", + "authors": "Jason Lingle", + "repository": "https://github.com/proptest-rs/proptest", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Hypothesis-like property-based testing and shrinking." + }, + { + "name": "quick-error", + "version": "1.2.3", + "authors": "Paul Colomiets |Colin Kiegel ", + "repository": "http://github.com/tailhook/quick-error", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A macro which makes error types pleasant to write." + }, + { + "name": "quickcheck", + "version": "1.0.3", + "authors": "Andrew Gallant ", + "repository": "https://github.com/BurntSushi/quickcheck", + "license": "MIT OR Unlicense", + "license_file": null, + "description": "Automatic property based testing with shrinking." + }, + { + "name": "quote", + "version": "1.0.40", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/quote", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Quasi-quoting macro quote!(...)" + }, + { + "name": "r-efi", + "version": "5.3.0", + "authors": null, + "repository": "https://github.com/r-efi/r-efi", + "license": "Apache-2.0 OR LGPL-2.1-or-later OR MIT", + "license_file": null, + "description": "UEFI Reference Specification Protocol Constants and Definitions" + }, + { + "name": "rand", + "version": "0.7.3", + "authors": "The Rand Project Developers|The Rust Project Developers", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Random number generators and other randomness functionality." + }, + { + "name": "rand", + "version": "0.8.5", + "authors": "The Rand Project Developers|The Rust Project Developers", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Random number generators and other randomness functionality." + }, + { + "name": "rand", + "version": "0.9.1", + "authors": "The Rand Project Developers|The Rust Project Developers", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Random number generators and other randomness functionality." + }, + { + "name": "rand_chacha", + "version": "0.2.2", + "authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "ChaCha random number generator" + }, + { + "name": "rand_chacha", + "version": "0.3.1", + "authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "ChaCha random number generator" + }, + { + "name": "rand_chacha", + "version": "0.9.0", + "authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "ChaCha random number generator" + }, + { + "name": "rand_core", + "version": "0.5.1", + "authors": "The Rand Project Developers|The Rust Project Developers", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Core random number generator traits and tools for implementation." + }, + { + "name": "rand_core", + "version": "0.6.4", + "authors": "The Rand Project Developers|The Rust Project Developers", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Core random number generator traits and tools for implementation." + }, + { + "name": "rand_core", + "version": "0.9.3", + "authors": "The Rand Project Developers|The Rust Project Developers", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Core random number generator traits and tools for implementation." + }, + { + "name": "rand_hc", + "version": "0.2.0", + "authors": "The Rand Project Developers", + "repository": "https://github.com/rust-random/rand", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "HC128 random number generator" + }, + { + "name": "rand_xorshift", + "version": "0.4.0", + "authors": "The Rand Project Developers|The Rust Project Developers", + "repository": "https://github.com/rust-random/rngs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Xorshift random number generator" + }, + { + "name": "rayon", + "version": "1.10.0", + "authors": "Niko Matsakis |Josh Stone ", + "repository": "https://github.com/rayon-rs/rayon", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Simple work-stealing parallelism for Rust" + }, + { + "name": "rayon-core", + "version": "1.12.1", + "authors": "Niko Matsakis |Josh Stone ", + "repository": "https://github.com/rayon-rs/rayon", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Core APIs for Rayon" + }, + { + "name": "redox_syscall", + "version": "0.5.13", + "authors": "Jeremy Soller ", + "repository": "https://gitlab.redox-os.org/redox-os/syscall", + "license": "MIT", + "license_file": null, + "description": "A Rust library to access raw Redox system calls" + }, + { + "name": "regex", + "version": "1.11.1", + "authors": "The Rust Project Developers|Andrew Gallant ", + "repository": "https://github.com/rust-lang/regex", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs." + }, + { + "name": "regex-automata", + "version": "0.4.9", + "authors": "The Rust Project Developers|Andrew Gallant ", + "repository": "https://github.com/rust-lang/regex/tree/master/regex-automata", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Automata construction and matching using regular expressions." + }, + { + "name": "regex-syntax", + "version": "0.8.5", + "authors": "The Rust Project Developers|Andrew Gallant ", + "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A regular expression parser." + }, + { + "name": "retain_mut", + "version": "0.1.9", + "authors": "Xidorn Quan ", + "repository": "https://github.com/upsuper/retain_mut", + "license": "MIT", + "license_file": null, + "description": "Provide retain_mut method that has the same functionality as retain but gives mutable borrow to the predicate." + }, + { + "name": "ron", + "version": "0.7.1", + "authors": "Christopher Durham |Dzmitry Malyshau |Thomas Schaller ", + "repository": "https://github.com/ron-rs/ron", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Rusty Object Notation" + }, + { + "name": "rust-ini", + "version": "0.18.0", + "authors": "Y. T. Chung ", + "repository": "https://github.com/zonyitoo/rust-ini", + "license": "MIT", + "license_file": null, + "description": "An Ini configuration file parsing library in Rust" + }, + { + "name": "rustc-demangle", + "version": "0.1.25", + "authors": "Alex Crichton ", + "repository": "https://github.com/rust-lang/rustc-demangle", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Rust compiler symbol demangling." + }, + { + "name": "rustix", + "version": "0.38.44", + "authors": "Dan Gohman |Jakub Konka ", + "repository": "https://github.com/bytecodealliance/rustix", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls" + }, + { + "name": "rustix", + "version": "1.0.8", + "authors": "Dan Gohman |Jakub Konka ", + "repository": "https://github.com/bytecodealliance/rustix", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls" + }, + { + "name": "rustversion", + "version": "1.0.21", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/rustversion", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Conditional compilation according to rustc compiler version" + }, + { + "name": "rusty-fork", + "version": "0.3.0", + "authors": "Jason Lingle", + "repository": "https://github.com/altsysrq/rusty-fork", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Cross-platform library for running Rust tests in sub-processes using a fork-like interface." + }, + { + "name": "ryu", + "version": "1.0.20", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/ryu", + "license": "Apache-2.0 OR BSL-1.0", + "license_file": null, + "description": "Fast floating point to string conversion" + }, + { + "name": "same-file", + "version": "1.0.6", + "authors": "Andrew Gallant ", + "repository": "https://github.com/BurntSushi/same-file", + "license": "MIT OR Unlicense", + "license_file": null, + "description": "A simple crate for determining whether two file paths point to the same file." + }, + { + "name": "scopeguard", + "version": "1.2.0", + "authors": "bluss", + "repository": "https://github.com/bluss/scopeguard", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies." + }, + { + "name": "secp256k1", + "version": "0.24.3", + "authors": "Dawid Ciężarkiewicz |Andrew Poelstra ", + "repository": "https://github.com/rust-bitcoin/rust-secp256k1/", + "license": "CC0-1.0", + "license_file": null, + "description": "Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities." + }, + { + "name": "secp256k1", + "version": "0.28.2", + "authors": "Dawid Ciężarkiewicz |Andrew Poelstra ", + "repository": "https://github.com/rust-bitcoin/rust-secp256k1/", + "license": "CC0-1.0", + "license_file": null, + "description": "Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities." + }, + { + "name": "secp256k1-sys", + "version": "0.6.1", + "authors": "Dawid Ciężarkiewicz |Andrew Poelstra |Steven Roose ", + "repository": "https://github.com/rust-bitcoin/rust-secp256k1/", + "license": "CC0-1.0", + "license_file": null, + "description": "FFI for Pieter Wuille's `libsecp256k1` library." + }, + { + "name": "secp256k1-sys", + "version": "0.9.2", + "authors": "Dawid Ciężarkiewicz |Andrew Poelstra |Steven Roose ", + "repository": "https://github.com/rust-bitcoin/rust-secp256k1/", + "license": "CC0-1.0", + "license_file": null, + "description": "FFI for Pieter Wuille's `libsecp256k1` library." + }, + { + "name": "serde", + "version": "1.0.219", + "authors": "Erick Tryzelaar |David Tolnay ", + "repository": "https://github.com/serde-rs/serde", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A generic serialization/deserialization framework" + }, + { + "name": "serde_derive", + "version": "1.0.219", + "authors": "Erick Tryzelaar |David Tolnay ", + "repository": "https://github.com/serde-rs/serde", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" + }, + { + "name": "serde_json", + "version": "1.0.141", + "authors": "Erick Tryzelaar |David Tolnay ", + "repository": "https://github.com/serde-rs/json", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A JSON serialization file format" + }, + { + "name": "serde_qs", + "version": "0.8.5", + "authors": "Sam Scott ", + "repository": "https://github.com/samscott89/serde_qs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Querystrings for Serde" + }, + { + "name": "serde_spanned", + "version": "0.6.9", + "authors": null, + "repository": "https://github.com/toml-rs/toml", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Serde-compatible spanned Value" + }, + { + "name": "serde_urlencoded", + "version": "0.7.1", + "authors": "Anthony Ramine ", + "repository": "https://github.com/nox/serde_urlencoded", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "`x-www-form-urlencoded` meets Serde" + }, + { + "name": "sha2", + "version": "0.10.9", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/hashes", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512." + }, + { + "name": "sha3", + "version": "0.9.1", + "authors": "RustCrypto Developers", + "repository": "https://github.com/RustCrypto/hashes", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "SHA-3 (Keccak) hash function" + }, + { + "name": "shlex", + "version": "1.3.0", + "authors": "comex |Fenhl |Adrian Taylor |Alex Touchet |Daniel Parks |Garrett Berg ", + "repository": "https://github.com/comex/rust-shlex", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Split a string into shell words, like Python's shlex." + }, + { + "name": "signal-hook-registry", + "version": "1.4.5", + "authors": "Michal 'vorner' Vaner |Masaki Hara ", + "repository": "https://github.com/vorner/signal-hook", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Backend crate for signal-hook" + }, + { + "name": "slab", + "version": "0.4.11", + "authors": "Carl Lerche ", + "repository": "https://github.com/tokio-rs/slab", + "license": "MIT", + "license_file": null, + "description": "Pre-allocated storage for a uniform data type" + }, + { + "name": "smallvec", + "version": "1.15.1", + "authors": "The Servo Project Developers", + "repository": "https://github.com/servo/rust-smallvec", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "'Small vector' optimization: store up to a small number of items on the stack" + }, + { + "name": "socket2", + "version": "0.5.10", + "authors": "Alex Crichton |Thomas de Zeeuw ", + "repository": "https://github.com/rust-lang/socket2", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended." + }, + { + "name": "stable_deref_trait", + "version": "1.2.0", + "authors": "Robert Grosse ", + "repository": "https://github.com/storyyeller/stable_deref_trait", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental." + }, + { + "name": "strsim", + "version": "0.11.1", + "authors": "Danny Guo |maxbachmann ", + "repository": "https://github.com/rapidfuzz/strsim-rs", + "license": "MIT", + "license_file": null, + "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice." + }, + { + "name": "subtle-ng", + "version": "2.5.0", + "authors": "Isis Lovecruft |Henry de Valence ", + "repository": "https://github.com/dalek-cryptography/subtle", + "license": "BSD-3-Clause", + "license_file": null, + "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations." + }, + { + "name": "syn", + "version": "2.0.104", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/syn", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Parser for Rust source code" + }, + { + "name": "synstructure", + "version": "0.13.2", + "authors": "Nika Layzell ", + "repository": "https://github.com/mystor/synstructure", + "license": "MIT", + "license_file": null, + "description": "Helper methods and macros for custom derives" + }, + { + "name": "tempfile", + "version": "3.20.0", + "authors": "Steven Allen |The Rust Project Developers|Ashley Mannix |Jason White ", + "repository": "https://github.com/Stebalien/tempfile", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A library for managing temporary files and directories." + }, + { + "name": "termtree", + "version": "0.5.1", + "authors": null, + "repository": "https://github.com/rust-cli/termtree", + "license": "MIT", + "license_file": null, + "description": "Visualize tree-like data on the command-line" + }, + { + "name": "thiserror", + "version": "1.0.69", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/thiserror", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "derive(Error)" + }, + { + "name": "thiserror-impl", + "version": "1.0.69", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/thiserror", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Implementation detail of the `thiserror` crate" + }, + { + "name": "tinystr", + "version": "0.8.1", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "A small ASCII-only bounded length string representation." + }, + { + "name": "tinytemplate", + "version": "1.2.1", + "authors": "Brook Heisler ", + "repository": "https://github.com/bheisler/TinyTemplate", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Simple, lightweight template engine" + }, + { + "name": "tokio", + "version": "1.46.1", + "authors": "Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tokio", + "license": "MIT", + "license_file": null, + "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications." + }, + { + "name": "tokio-macros", + "version": "2.5.0", + "authors": "Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tokio", + "license": "MIT", + "license_file": null, + "description": "Tokio's proc macros." + }, + { + "name": "tokio-stream", + "version": "0.1.17", + "authors": "Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tokio", + "license": "MIT", + "license_file": null, + "description": "Utilities to work with `Stream` and `tokio`." + }, + { + "name": "tokio-test", + "version": "0.4.4", + "authors": "Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tokio", + "license": "MIT", + "license_file": null, + "description": "Testing utilities for Tokio- and futures-based code" + }, + { + "name": "tokio-util", + "version": "0.7.15", + "authors": "Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tokio", + "license": "MIT", + "license_file": null, + "description": "Additional utilities for working with Tokio." + }, + { + "name": "toml", + "version": "0.5.11", + "authors": "Alex Crichton ", + "repository": "https://github.com/toml-rs/toml", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures." + }, + { + "name": "toml", + "version": "0.8.23", + "authors": null, + "repository": "https://github.com/toml-rs/toml", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures." + }, + { + "name": "toml_datetime", + "version": "0.6.11", + "authors": null, + "repository": "https://github.com/toml-rs/toml", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A TOML-compatible datetime type" + }, + { + "name": "toml_edit", + "version": "0.22.27", + "authors": null, + "repository": "https://github.com/toml-rs/toml", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Yet another format-preserving TOML parser." + }, + { + "name": "toml_write", + "version": "0.1.2", + "authors": null, + "repository": "https://github.com/toml-rs/toml", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A low-level interface for writing out TOML" + }, + { + "name": "tower-service", + "version": "0.3.3", + "authors": "Tower Maintainers ", + "repository": "https://github.com/tower-rs/tower", + "license": "MIT", + "license_file": null, + "description": "Trait representing an asynchronous, request / response based, client or server." + }, + { + "name": "tracing", + "version": "0.1.41", + "authors": "Eliza Weisman |Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tracing", + "license": "MIT", + "license_file": null, + "description": "Application-level tracing for Rust." + }, + { + "name": "tracing-attributes", + "version": "0.1.30", + "authors": "Tokio Contributors |Eliza Weisman |David Barsky ", + "repository": "https://github.com/tokio-rs/tracing", + "license": "MIT", + "license_file": null, + "description": "Procedural macro attributes for automatically instrumenting functions." + }, + { + "name": "tracing-core", + "version": "0.1.34", + "authors": "Tokio Contributors ", + "repository": "https://github.com/tokio-rs/tracing", + "license": "MIT", + "license_file": null, + "description": "Core primitives for application-level tracing." + }, + { + "name": "try-lock", + "version": "0.2.5", + "authors": "Sean McArthur ", + "repository": "https://github.com/seanmonstar/try-lock", + "license": "MIT", + "license_file": null, + "description": "A lightweight atomic lock." + }, + { + "name": "typenum", + "version": "1.18.0", + "authors": "Paho Lurie-Gregg |Andre Bogus ", + "repository": "https://github.com/paholg/typenum", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete." + }, + { + "name": "unarray", + "version": "0.1.4", + "authors": null, + "repository": "https://github.com/cameron1024/unarray", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Utilities for working with uninitialized arrays" + }, + { + "name": "unicode-ident", + "version": "1.0.18", + "authors": "David Tolnay ", + "repository": "https://github.com/dtolnay/unicode-ident", + "license": "(Apache-2.0 OR MIT) AND Unicode-3.0", + "license_file": null, + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31" + }, + { + "name": "url", + "version": "2.5.4", + "authors": "The rust-url developers", + "repository": "https://github.com/servo/rust-url", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "URL library for Rust, based on the WHATWG URL Standard" + }, + { + "name": "utf8_iter", + "version": "1.0.4", + "authors": "Henri Sivonen ", + "repository": "https://github.com/hsivonen/utf8_iter", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Iterator by char over potentially-invalid UTF-8 in &[u8]" + }, + { + "name": "utf8parse", + "version": "0.2.2", + "authors": "Joe Wilm |Christian Duerr ", + "repository": "https://github.com/alacritty/vte", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Table-driven UTF-8 parser" + }, + { + "name": "uuid", + "version": "1.17.0", + "authors": "Ashley Mannix|Dylan DPC|Hunar Roop Kahlon", + "repository": "https://github.com/uuid-rs/uuid", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A library to generate and parse UUIDs." + }, + { + "name": "version_check", + "version": "0.9.5", + "authors": "Sergio Benitez ", + "repository": "https://github.com/SergioBenitez/version_check", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Tiny crate to check the version of the installed/running rustc." + }, + { + "name": "wait-timeout", + "version": "0.2.1", + "authors": "Alex Crichton ", + "repository": "https://github.com/alexcrichton/wait-timeout", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A crate to wait on a child process with a timeout specified across Unix and Windows platforms." + }, + { + "name": "waker-fn", + "version": "1.2.0", + "authors": "Stjepan Glavina ", + "repository": "https://github.com/smol-rs/waker-fn", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Convert closures into wakers" + }, + { + "name": "walkdir", + "version": "2.5.0", + "authors": "Andrew Gallant ", + "repository": "https://github.com/BurntSushi/walkdir", + "license": "MIT OR Unlicense", + "license_file": null, + "description": "Recursively walk a directory." + }, + { + "name": "want", + "version": "0.3.1", + "authors": "Sean McArthur ", + "repository": "https://github.com/seanmonstar/want", + "license": "MIT", + "license_file": null, + "description": "Detect when another Future wants a result." + }, + { + "name": "wasi", + "version": "0.9.0+wasi-snapshot-preview1", + "authors": "The Cranelift Project Developers", + "repository": "https://github.com/bytecodealliance/wasi", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "Experimental WASI API bindings for Rust" + }, + { + "name": "wasi", + "version": "0.11.1+wasi-snapshot-preview1", + "authors": "The Cranelift Project Developers", + "repository": "https://github.com/bytecodealliance/wasi", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "Experimental WASI API bindings for Rust" + }, + { + "name": "wasi", + "version": "0.14.2+wasi-0.2.4", + "authors": "The Cranelift Project Developers", + "repository": "https://github.com/bytecodealliance/wasi-rs", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "WASI API bindings for Rust" + }, + { + "name": "wasm-bindgen", + "version": "0.2.100", + "authors": "The wasm-bindgen Developers", + "repository": "https://github.com/rustwasm/wasm-bindgen", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Easy support for interacting between JS and Rust." + }, + { + "name": "wasm-bindgen-backend", + "version": "0.2.100", + "authors": "The wasm-bindgen Developers", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Backend code generation of the wasm-bindgen tool" + }, + { + "name": "wasm-bindgen-macro", + "version": "0.2.100", + "authors": "The wasm-bindgen Developers", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency" + }, + { + "name": "wasm-bindgen-macro-support", + "version": "0.2.100", + "authors": "The wasm-bindgen Developers", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate" + }, + { + "name": "wasm-bindgen-shared", + "version": "0.2.100", + "authors": "The wasm-bindgen Developers", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency." + }, + { + "name": "web-sys", + "version": "0.3.77", + "authors": "The wasm-bindgen Developers", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL" + }, + { + "name": "winapi-util", + "version": "0.1.9", + "authors": "Andrew Gallant ", + "repository": "https://github.com/BurntSushi/winapi-util", + "license": "MIT OR Unlicense", + "license_file": null, + "description": "A dumping ground for high level safe wrappers over windows-sys." + }, + { + "name": "windows-core", + "version": "0.61.2", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Core type support for COM and Windows" + }, + { + "name": "windows-implement", + "version": "0.60.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The implement macro for the windows crate" + }, + { + "name": "windows-interface", + "version": "0.59.1", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "The interface macro for the windows crate" + }, + { + "name": "windows-link", + "version": "0.1.3", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Linking for Windows" + }, + { + "name": "windows-result", + "version": "0.3.4", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Windows error handling" + }, + { + "name": "windows-strings", + "version": "0.4.2", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Windows string types" + }, + { + "name": "windows-sys", + "version": "0.52.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Rust for Windows" + }, + { + "name": "windows-sys", + "version": "0.59.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Rust for Windows" + }, + { + "name": "windows-sys", + "version": "0.60.2", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Rust for Windows" + }, + { + "name": "windows-targets", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import libs for Windows" + }, + { + "name": "windows-targets", + "version": "0.53.2", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import libs for Windows" + }, + { + "name": "windows_aarch64_gnullvm", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_aarch64_gnullvm", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_aarch64_msvc", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_aarch64_msvc", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_i686_gnu", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_i686_gnu", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_i686_gnullvm", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_i686_gnullvm", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_i686_msvc", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_i686_msvc", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_x86_64_gnu", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_x86_64_gnu", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_x86_64_gnullvm", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_x86_64_gnullvm", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_x86_64_msvc", + "version": "0.52.6", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "windows_x86_64_msvc", + "version": "0.53.0", + "authors": "Microsoft", + "repository": "https://github.com/microsoft/windows-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Import lib for Windows" + }, + { + "name": "winnow", + "version": "0.7.12", + "authors": null, + "repository": "https://github.com/winnow-rs/winnow", + "license": "MIT", + "license_file": null, + "description": "A byte-oriented, zero-copy, parser combinators library" + }, + { + "name": "wiremock", + "version": "0.5.22", + "authors": "Luca Palmieri ", + "repository": "https://github.com/LukeMathWalker/wiremock-rs", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "HTTP mocking to test Rust applications." + }, + { + "name": "wit-bindgen-rt", + "version": "0.39.0", + "authors": null, + "repository": "https://github.com/bytecodealliance/wit-bindgen", + "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", + "license_file": null, + "description": "Runtime support for the `wit-bindgen` crate" + }, + { + "name": "writeable", + "version": "0.6.1", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "A more efficient alternative to fmt::Display" + }, + { + "name": "yoke", + "version": "0.8.0", + "authors": "Manish Goregaokar ", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from" + }, + { + "name": "yoke-derive", + "version": "0.8.0", + "authors": "Manish Goregaokar ", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Custom derive for the yoke crate" + }, + { + "name": "zerocopy", + "version": "0.8.26", + "authors": "Joshua Liebow-Feeser |Jack Wrenn ", + "repository": "https://github.com/google/zerocopy", + "license": "Apache-2.0 OR BSD-2-Clause OR MIT", + "license_file": null, + "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to." + }, + { + "name": "zerocopy-derive", + "version": "0.8.26", + "authors": "Joshua Liebow-Feeser |Jack Wrenn ", + "repository": "https://github.com/google/zerocopy", + "license": "Apache-2.0 OR BSD-2-Clause OR MIT", + "license_file": null, + "description": "Custom derive for traits from the zerocopy crate" + }, + { + "name": "zerofrom", + "version": "0.1.6", + "authors": "Manish Goregaokar ", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "ZeroFrom trait for constructing" + }, + { + "name": "zerofrom-derive", + "version": "0.1.6", + "authors": "Manish Goregaokar ", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Custom derive for the zerofrom crate" + }, + { + "name": "zeroize", + "version": "1.8.1", + "authors": "The RustCrypto Project Developers", + "repository": "https://github.com/RustCrypto/utils/tree/master/zeroize", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!" + }, + { + "name": "zeroize_derive", + "version": "1.4.2", + "authors": "The RustCrypto Project Developers", + "repository": "https://github.com/RustCrypto/utils/tree/master/zeroize/derive", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Custom derive support for zeroize" + }, + { + "name": "zerotrie", + "version": "0.2.2", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "A data structure that efficiently maps strings to integers" + }, + { + "name": "zerovec", + "version": "0.11.2", + "authors": "The ICU4X Project Developers", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Zero-copy vector backed by a byte array" + }, + { + "name": "zerovec-derive", + "version": "0.11.1", + "authors": "Manish Goregaokar ", + "repository": "https://github.com/unicode-org/icu4x", + "license": "Unicode-3.0", + "license_file": null, + "description": "Custom derive for the zerovec crate" + } +] diff --git a/target/.rustc_info.json b/target/.rustc_info.json index 9d1898f7..ce1372fa 100644 --- a/target/.rustc_info.json +++ b/target/.rustc_info.json @@ -1 +1 @@ -{"rustc_fingerprint":15927708261808133961,"outputs":{"11506349122485237691":{"success":true,"status":"","code":0,"stdout":"rustc 1.82.0 (f6e511eec 2024-10-15)\nbinary: rustc\ncommit-hash: f6e511eec7342f59a25f7c0534f1dbea00d01b14\ncommit-date: 2024-10-15\nhost: x86_64-unknown-linux-gnu\nrelease: 1.82.0\nLLVM version: 19.1.1\n","stderr":""},"5772299584900709381":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/usr/local/rustup/toolchains/1.82.0-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\nclippy\ndebug_assertions\nfeature=\"cargo-clippy\"\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file +{"rustc_fingerprint":2211949599642817725,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.88.0 (6b00bc388 2025-06-23)\nbinary: rustc\ncommit-hash: 6b00bc3880198600130e1cf62b8f8a93494488cc\ncommit-date: 2025-06-23\nhost: x86_64-unknown-linux-gnu\nrelease: 1.88.0\nLLVM version: 20.1.5\n","stderr":""},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/usr/local/rustup/toolchains/1.88.0-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}} \ No newline at end of file