From d1c8e7bf5cab96ddf4cc94b3da9f1a4cb64cb947 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 28 Nov 2023 13:03:50 -0800 Subject: [PATCH] [guppy] handle binary-only dependencies Some dependencies don't have lib targets. While they can't be depended on in stable Rust, there's a nightly Rust feature that enables use of binary-only dependencies. In those cases, the `resolved_name` is an empty string. --- fixtures/large/hakari/mnemos_b3b4da9-0.toml | 1248 + fixtures/large/hakari/mnemos_b3b4da9-1.toml | 190 + fixtures/large/hakari/mnemos_b3b4da9-2.toml | 1388 + fixtures/large/hakari/mnemos_b3b4da9-3.toml | 218 + fixtures/large/mnemos_b3b4da9.json | 212870 +++++++++++++++ .../large/summaries/mnemos_b3b4da9-0.toml | 1065 + .../large/summaries/mnemos_b3b4da9-1.toml | 652 + .../large/summaries/mnemos_b3b4da9-2.toml | 1054 + .../large/summaries/mnemos_b3b4da9-3.toml | 1092 + .../large/summaries/mnemos_b3b4da9-4.toml | 701 + .../large/summaries/mnemos_b3b4da9-5.toml | 1421 + .../large/summaries/mnemos_b3b4da9-6.toml | 3187 + .../large/summaries/mnemos_b3b4da9-7.toml | 633 + fixtures/src/json.rs | 9 + guppy/src/graph/build.rs | 10 +- guppy/tests/graph-tests/graph_tests.rs | 8 + 16 files changed, 225744 insertions(+), 2 deletions(-) create mode 100644 fixtures/large/hakari/mnemos_b3b4da9-0.toml create mode 100644 fixtures/large/hakari/mnemos_b3b4da9-1.toml create mode 100644 fixtures/large/hakari/mnemos_b3b4da9-2.toml create mode 100644 fixtures/large/hakari/mnemos_b3b4da9-3.toml create mode 100644 fixtures/large/mnemos_b3b4da9.json create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-0.toml create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-1.toml create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-2.toml create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-3.toml create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-4.toml create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-5.toml create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-6.toml create mode 100644 fixtures/large/summaries/mnemos_b3b4da9-7.toml diff --git a/fixtures/large/hakari/mnemos_b3b4da9-0.toml b/fixtures/large/hakari/mnemos_b3b4da9-0.toml new file mode 100644 index 00000000000..c1dd22e67f8 --- /dev/null +++ b/fixtures/large/hakari/mnemos_b3b4da9-0.toml @@ -0,0 +1,1248 @@ +# This file is @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-hakari --fixture mnemos_b3b4da9 + +### BEGIN HAKARI SECTION +# resolver = '2' +# unify-target-host = 'unify-if-both' +# output-single-feature = true +# dep-format-version = '4' +# workspace-hack-line-style = 'version-only' +# platforms = ['armv6k-nintendo-3ds', 's390x-unknown-linux-musl'] +# [[traversal-excludes.ids]] +# name = 'string_cache_codegen' +# version = '0.5.2' +# crates-io = true +# [[final-excludes.ids]] +# name = 'cargo-platform' +# version = '0.1.3' +# crates-io = true +# +# [[final-excludes.ids]] +# name = 'gcd' +# version = '2.3.0' +# crates-io = true +# +# [[final-excludes.ids]] +# name = 'semver' +# version = '1.0.18' +# crates-io = true + +[dependencies] +acpi = { version = "4", default-features = false } +addr2line = { version = "0.20" } +adler = { version = "1", default-features = false } +adler32 = { version = "1" } +anstream = { version = "0.5" } +anstyle = { version = "1" } +anstyle-parse = { version = "0.2" } +anstyle-query = { version = "1", default-features = false } +anyhow = { version = "1" } +async-channel = { version = "1", default-features = false } +async-lock = { version = "2", default-features = false } +async-std = { version = "1", features = ["unstable"] } +atty = { version = "0.2", default-features = false } +axum = { version = "0.6", features = ["ws"] } +axum-core = { version = "0.3", default-features = false } +az = { version = "1", default-features = false } +backtrace = { version = "0.3", features = ["gimli-symbolize"] } +backtrace-ext = { version = "0.2", default-features = false } +bare-metal = { version = "1", default-features = false } +base64-594e8ee84c453af0 = { package = "base64", version = "0.13" } +base64-647d43efb71741da = { package = "base64", version = "0.21" } +bbq10kbd = { git = "https://github.com/hawkw/bbq10kbd", branch = "eliza/async", default-features = false, features = ["embedded-hal-async"] } +bincode = { version = "1", default-features = false } +bit-set = { version = "0.5" } +bit-vec = { version = "0.6", default-features = false, features = ["std"] } +bit_field = { version = "0.10", default-features = false } +bitfield = { version = "0.14", default-features = false } +bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false } +bootloader_api = { version = "0.11", default-features = false } +bytemuck = { version = "1", default-features = false, features = ["derive"] } +byteorder = { version = "1" } +bytes = { version = "1" } +cfg-if-dff4ba8e3ae991db = { package = "cfg-if", version = "1", default-features = false } +chrono = { version = "0.4" } +clap-164d15cefe24d7eb = { package = "clap", version = "4", features = ["derive", "env", "wrap_help"] } +clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["derive", "env"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } +clap_lex-6f8ce4dd05d13bba = { package = "clap_lex", version = "0.2", default-features = false } +clap_lex-d8f496e17d97b5cb = { package = "clap_lex", version = "0.5", default-features = false } +cobs = { version = "0.2" } +color_quant = { version = "1", default-features = false } +colorchoice = { version = "1", default-features = false } +concurrent-queue = { version = "2" } +console-api = { version = "0.5", default-features = false, features = ["transport"] } +console-subscriber = { version = "0.1" } +console_error_panic_hook = { version = "0.1", default-features = false } +const_format = { version = "0.2" } +cordyceps-29129200550082f8 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium", default-features = false } +cordyceps-453ff9c272a9ee45 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +crc32fast = { version = "1" } +critical-section = { version = "1", default-features = false, features = ["restore-state-bool"] } +crossbeam-channel = { version = "0.5" } +crossbeam-deque = { version = "0.8" } +crossbeam-epoch = { version = "0.9", default-features = false, features = ["std"] } +crossbeam-utils = { version = "0.8" } +d1-pac = { version = "0.0.31", default-features = false } +deflate = { version = "0.8", default-features = false } +defmt = { version = "0.3", default-features = false } +dirs = { version = "4", default-features = false } +dirs-sys-468e82937335b1c9 = { package = "dirs-sys", version = "0.3", default-features = false } +either = { version = "1" } +embedded-dma = { version = "0.2", default-features = false } +embedded-graphics-c38e5c1d305a1b54 = { package = "embedded-graphics", version = "0.8" } +embedded-graphics-ca01ad9e24f5d932 = { package = "embedded-graphics", version = "0.7" } +embedded-graphics-core-468e82937335b1c9 = { package = "embedded-graphics-core", version = "0.3" } +embedded-graphics-core-9fbad63c4bcf4a8f = { package = "embedded-graphics-core", version = "0.4" } +embedded-graphics-simulator = { version = "0.3" } +embedded-graphics-web-simulator = { git = "https://github.com/spookyvision/embedded-graphics-web-simulator", default-features = false } +embedded-hal-6f8ce4dd05d13bba = { package = "embedded-hal", version = "0.2", default-features = false, features = ["unproven"] } +embedded-hal-728fa4101789dbbe = { package = "embedded-hal", version = "1.0.0-alpha.11", default-features = false } +embedded-hal-async = { version = "0.2.0-alpha.2", default-features = false } +embedded-io = { version = "0.5", default-features = false } +equivalent = { version = "1", default-features = false } +esp-alloc = { version = "0.3", default-features = false } +esp-backtrace = { version = "0.7", default-features = false, features = ["esp32c3", "exception-handler", "panic-handler", "print-uart"] } +esp-hal-common = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["esp32c3", "rv-zero-rtc-bss", "vectored"] } +esp-println = { version = "0.5", features = ["esp32c3"] } +esp-riscv-rt = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["zero-rtc-fast-bss"] } +esp32c3 = { version = "0.16", features = ["critical-section"] } +esp32c3-hal = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76" } +event-listener = { version = "2", default-features = false } +fastrand-dff4ba8e3ae991db = { package = "fastrand", version = "1", default-features = false } +flate2 = { version = "1" } +float-cmp-274715c4dabd11b0 = { package = "float-cmp", version = "0.9" } +float-cmp-c38e5c1d305a1b54 = { package = "float-cmp", version = "0.8" } +fnv = { version = "1" } +form_urlencoded = { version = "1" } +fugit = { version = "0.3", default-features = false } +futures = { version = "0.3" } +futures-channel = { version = "0.3", features = ["sink"] } +futures-core = { version = "0.3" } +futures-executor = { version = "0.3", default-features = false, features = ["std"] } +futures-io = { version = "0.3" } +futures-sink = { version = "0.3" } +futures-task = { version = "0.3", default-features = false, features = ["std"] } +futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] } +gif = { version = "0.11" } +gimli = { version = "0.27", default-features = false, features = ["endian-reader", "std"] } +gloo = { version = "0.9", features = ["futures"] } +gloo-console = { version = "0.2", default-features = false } +gloo-dialogs = { version = "0.1", default-features = false } +gloo-events = { version = "0.1", default-features = false } +gloo-file = { version = "0.2", features = ["futures"] } +gloo-history = { version = "0.1" } +gloo-net = { version = "0.3" } +gloo-render = { version = "0.1", default-features = false } +gloo-storage = { version = "0.2", default-features = false } +gloo-timers = { version = "0.2", features = ["futures"] } +gloo-utils-6f8ce4dd05d13bba = { package = "gloo-utils", version = "0.2" } +gloo-utils-c65f7effa3be6d31 = { package = "gloo-utils", version = "0.1" } +gloo-worker = { version = "0.3", features = ["futures"] } +h2 = { version = "0.3", default-features = false } +hal-core = { git = "https://github.com/hawkw/mycelium", default-features = false, features = ["embedded-graphics-core"] } +hal-x86_64 = { git = "https://github.com/hawkw/mycelium" } +hash32-468e82937335b1c9 = { package = "hash32", version = "0.3", default-features = false } +hash32-6f8ce4dd05d13bba = { package = "hash32", version = "0.2", default-features = false } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["raw"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["raw"] } +hdrhistogram = { version = "7", default-features = false, features = ["serialization"] } +heapless = { version = "0.7", features = ["defmt-impl", "serde"] } +hex = { version = "0.4", features = ["serde"] } +http = { version = "0.2", default-features = false } +http-body = { version = "0.4", default-features = false } +httparse = { version = "1" } +httpdate = { version = "1", default-features = false } +humantime = { version = "2", default-features = false } +hyper = { version = "0.14", features = ["full"] } +hyper-timeout = { version = "0.4", default-features = false } +idna-9fbad63c4bcf4a8f = { package = "idna", version = "0.4" } +image = { version = "0.23" } +indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1", default-features = false, features = ["std"] } +indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2" } +input-mgr = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033", default-features = false } +io-lifetimes = { version = "1" } +is-terminal = { version = "0.4", default-features = false } +is_ci = { version = "1", default-features = false } +itoa-dff4ba8e3ae991db = { package = "itoa", version = "1", default-features = false } +jpeg-decoder = { version = "0.1", default-features = false, features = ["rayon"] } +js-sys = { version = "0.3", default-features = false } +kv-log-macro = { version = "1", default-features = false } +lazy_static = { version = "1", default-features = false } +libc = { version = "0.2" } +libm = { version = "0.2" } +linked_list_allocator = { version = "0.10", default-features = false, features = ["const_mut_refs"] } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["tracing-01"] } +matchers = { version = "0.1", default-features = false } +matchit = { version = "0.7" } +memchr = { version = "2", features = ["use_std"] } +memoffset-274715c4dabd11b0 = { package = "memoffset", version = "0.9" } +micromath-dff4ba8e3ae991db = { package = "micromath", version = "1", default-features = false } +micromath-f595c2ba2a3f28df = { package = "micromath", version = "2", default-features = false } +miette = { version = "5", features = ["fancy"] } +mime = { version = "0.3", default-features = false } +minicbor = { version = "0.13", default-features = false, features = ["derive", "std"] } +minimal-lexical = { version = "0.2", default-features = false, features = ["std"] } +miniz_oxide-468e82937335b1c9 = { package = "miniz_oxide", version = "0.3", default-features = false } +miniz_oxide-9fbad63c4bcf4a8f = { package = "miniz_oxide", version = "0.4", default-features = false, features = ["no_extern_crate_alloc"] } +miniz_oxide-ca01ad9e24f5d932 = { package = "miniz_oxide", version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", default-features = false, features = ["net", "os-ext"] } +modality-ingest-client = { version = "0.1", default-features = false } +mycelium-alloc = { git = "https://github.com/hawkw/mycelium", default-features = false, features = ["buddy", "bump"] } +mycelium-bitfield-863e1bb9b8a06b29 = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", default-features = false } +mycelium-bitfield-8c33345d9971b90c = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium", default-features = false } +mycelium-trace = { git = "https://github.com/hawkw/mycelium" } +mycelium-util-863e1bb9b8a06b29 = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064" } +mycelium-util-8c33345d9971b90c = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium" } +mycotest = { git = "https://github.com/hawkw/mycelium", default-features = false } +native-tls = { version = "0.2", default-features = false } +nb-c65f7effa3be6d31 = { package = "nb", version = "0.1", default-features = false, features = ["unstable"] } +nb-dff4ba8e3ae991db = { package = "nb", version = "1", default-features = false } +nom = { version = "7" } +nu-ansi-term = { version = "0.46", default-features = false } +num = { version = "0.1", default-features = false } +num-integer = { version = "0.1", features = ["i128"] } +num-iter = { version = "0.1" } +num-rational = { version = "0.3", default-features = false } +num-traits = { version = "0.2", features = ["i128", "libm"] } +num_cpus = { version = "1", default-features = false } +object = { version = "0.31", default-features = false, features = ["compression", "read"] } +once_cell = { version = "1" } +os_str_bytes = { version = "6", default-features = false, features = ["raw_os_str"] } +overload = { version = "0.1", default-features = false } +ovmf-prebuilt = { version = "0.1.0-alpha.1", default-features = false } +owo-colors = { version = "3", default-features = false, features = ["supports-colors"] } +percent-encoding = { version = "2" } +pin-project = { version = "1", default-features = false } +pin-project-lite = { version = "0.2", default-features = false } +pin-utils = { version = "0.1", default-features = false } +pinned = { version = "0.1", default-features = false } +png = { version = "0.16" } +portable-atomic = { version = "1", features = ["critical-section", "require-cas"] } +postcard-ca01ad9e24f5d932 = { package = "postcard", version = "0.7", features = ["use-std"] } +postcard-cobs = { version = "0.1.5-pre", default-features = false } +postcard-dff4ba8e3ae991db = { package = "postcard", version = "1", features = ["experimental-derive", "use-std"] } +ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } +profont = { version = "0.6", default-features = false } +proptest = { version = "1" } +prost = { version = "0.11" } +prost-types = { version = "0.11" } +quick-error = { version = "1", default-features = false } +r0 = { version = "1", default-features = false } +rand-3b31131e45eafb45 = { package = "rand", version = "0.6" } +rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] } +rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3", default-features = false, features = ["std"] } +rand_chacha-c65f7effa3be6d31 = { package = "rand_chacha", version = "0.1", default-features = false } +rand_core-3b31131e45eafb45 = { package = "rand_core", version = "0.6", default-features = false, features = ["std"] } +rand_core-468e82937335b1c9 = { package = "rand_core", version = "0.3", default-features = false } +rand_core-9fbad63c4bcf4a8f = { package = "rand_core", version = "0.4", default-features = false, features = ["std"] } +rand_hc = { version = "0.1", default-features = false } +rand_isaac = { version = "0.1", default-features = false } +rand_jitter = { version = "0.1", default-features = false, features = ["std"] } +rand_os = { version = "0.1", default-features = false } +rand_pcg-c65f7effa3be6d31 = { package = "rand_pcg", version = "0.1", default-features = false } +rand_xorshift-468e82937335b1c9 = { package = "rand_xorshift", version = "0.3", default-features = false } +rand_xorshift-c65f7effa3be6d31 = { package = "rand_xorshift", version = "0.1", default-features = false } +raw-cpuid = { version = "10", default-features = false } +rayon = { version = "1", default-features = false } +rayon-core = { version = "1", default-features = false } +regex = { version = "1" } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } +regex-automata-c65f7effa3be6d31 = { package = "regex-automata", version = "0.1" } +regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6" } +regex-syntax-ca01ad9e24f5d932 = { package = "regex-syntax", version = "0.7" } +ring-drawer = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033" } +riscv = { version = "0.10", default-features = false, features = ["critical-section-single-hart"] } +riscv-rt = { version = "0.11", default-features = false } +rsdp = { version = "2", default-features = false } +rustc-demangle = { version = "0.1", default-features = false } +rusty-fork = { version = "0.3", default-features = false, features = ["timeout"] } +ryu = { version = "1", default-features = false } +scoped_threadpool = { version = "0.1", default-features = false } +scopeguard = { version = "1" } +sdl2 = { version = "0.32" } +sdl2-sys = { version = "0.32" } +serde = { version = "1", features = ["alloc", "derive", "rc"] } +serde-wasm-bindgen = { version = "0.5", default-features = false } +serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] } +serde_spanned = { version = "0.6", default-features = false, features = ["serde"] } +serde_urlencoded = { version = "0.7", default-features = false } +serialport-164d15cefe24d7eb = { package = "serialport", version = "4" } +serialport-ddd52cfaddcf02fb = { package = "serialport", git = "https://github.com/metta-systems/serialport-rs", rev = "7fec572529ec35b82bd4e3636d897fe2f1c2233f" } +sharded-slab = { version = "0.1", default-features = false } +slab = { version = "0.4" } +smallvec = { version = "1", default-features = false } +smawk = { version = "0.3", default-features = false } +socket2 = { version = "0.4", default-features = false, features = ["all"] } +stable_deref_trait = { version = "1" } +strsim-93f6ce9d446188ac = { package = "strsim", version = "0.10", default-features = false } +strum-2ffb4c3fe830441c = { package = "strum", version = "0.25", features = ["derive"] } +supports-color-dff4ba8e3ae991db = { package = "supports-color", version = "1", default-features = false } +supports-color-f595c2ba2a3f28df = { package = "supports-color", version = "2", default-features = false } +supports-hyperlinks = { version = "2", default-features = false } +supports-unicode = { version = "2", default-features = false } +sync_wrapper = { version = "0.1", default-features = false } +tempfile = { version = "3", default-features = false } +termcolor = { version = "1", default-features = false } +terminal_size-c65f7effa3be6d31 = { package = "terminal_size", version = "0.1", default-features = false } +textwrap-3575ec1268b04181 = { package = "textwrap", version = "0.15" } +textwrap-986da7b5efc2b80e = { package = "textwrap", version = "0.16", default-features = false } +thiserror = { version = "1", default-features = false } +thread_local = { version = "1", default-features = false } +tiff = { version = "0.6", default-features = false } +time-c65f7effa3be6d31 = { package = "time", version = "0.1", default-features = false } +tinyvec = { version = "1", features = ["alloc"] } +tinyvec_macros = { version = "0.1", default-features = false } +tokio = { version = "1", features = ["full", "tracing"] } +tokio-io-timeout = { version = "1", default-features = false } +tokio-native-tls = { version = "0.3", default-features = false } +tokio-stream = { version = "0.1", features = ["fs", "net", "sync"] } +tokio-util = { version = "0.7", features = ["codec", "io"] } +toml-ca01ad9e24f5d932 = { package = "toml", version = "0.7" } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tonic = { version = "0.9" } +tower = { version = "0.4", default-features = false, features = ["balance", "buffer", "limit", "log", "timeout", "util"] } +tower-layer = { version = "0.3", default-features = false } +tower-service = { version = "0.3", default-features = false } +tracing-49367297afd278d2 = { package = "tracing", git = "https://github.com/tokio-rs/tracing", default-features = false, features = ["attributes"] } +tracing-c65f7effa3be6d31 = { package = "tracing", version = "0.1", features = ["log"] } +tracing-core-49367297afd278d2 = { package = "tracing-core", git = "https://github.com/tokio-rs/tracing", default-features = false } +tracing-core-c65f7effa3be6d31 = { package = "tracing-core", version = "0.1" } +tracing-log = { version = "0.1", default-features = false, features = ["log-tracer", "std"] } +tracing-modality = { git = "https://github.com/auxoncorp/modality-tracing-rs", rev = "9c23c188466357e7ad0c618b4edfe9514e9bf764", default-features = false } +tracing-serde-structured = { git = "https://github.com/hawkw/tracing-serde-structured", branch = "eliza/span-fields" } +tracing-subscriber = { version = "0.3", features = ["env-filter"] } +tracing-wasm = { version = "0.2", default-features = false } +try-lock = { version = "0.2", default-features = false } +unarray = { version = "0.1", default-features = false } +unicode-bidi = { version = "0.3", default-features = false, features = ["hardcoded-data", "std"] } +unicode-linebreak = { version = "0.1", default-features = false } +unicode-normalization = { version = "0.1" } +unicode-width = { version = "0.1" } +url = { version = "2" } +utf8parse = { version = "0.2" } +uuid-c38e5c1d305a1b54 = { package = "uuid", version = "0.8", features = ["v4"] } +uuid-dff4ba8e3ae991db = { package = "uuid", version = "1", features = ["serde", "v4"] } +value-bag = { version = "1", default-features = false } +vcell = { version = "0.1", default-features = false } +void = { version = "1", default-features = false } +volatile = { version = "0.4", default-features = false, features = ["unstable"] } +wait-timeout = { version = "0.2", default-features = false } +want = { version = "0.3", default-features = false } +wasm-bindgen = { version = "0.2" } +wasm-bindgen-futures = { version = "0.4", default-features = false } +web-sys = { version = "0.3", default-features = false, features = ["AbortSignal", "AddEventListenerOptions", "BinaryType", "BlobPropertyBag", "CanvasRenderingContext2d", "CloseEvent", "CloseEventInit", "DedicatedWorkerGlobalScope", "Document", "DomException", "ErrorEvent", "EventSource", "File", "FileList", "FilePropertyBag", "FileReader", "FormData", "Headers", "History", "HtmlCanvasElement", "HtmlHeadElement", "HtmlInputElement", "ImageData", "KeyboardEvent", "Location", "MessageEvent", "ObserverCallback", "ProgressEvent", "ReadableStream", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "ResponseInit", "ResponseType", "Storage", "Url", "UrlSearchParams", "WebSocket", "Window", "Worker", "WorkerOptions", "console"] } +weezl = { version = "0.1" } +winnow = { version = "0.5" } + +[build-dependencies] +acpi = { version = "4", default-features = false } +addr2line = { version = "0.20" } +adler = { version = "1", default-features = false } +aes = { version = "0.8", default-features = false } +aho-corasick = { version = "1" } +ansi_term = { version = "0.12", default-features = false } +anstream = { version = "0.5" } +anstyle = { version = "1" } +anstyle-parse = { version = "0.2" } +anstyle-query = { version = "1", default-features = false } +anyhow = { version = "1" } +arrayvec = { version = "0.5", default-features = false } +async-lock = { version = "2", default-features = false } +async-process = { version = "1", default-features = false } +async-scoped = { version = "0.7", default-features = false, features = ["use-tokio"] } +async-trait = { version = "0.1", default-features = false } +atomicwrites = { version = "0.4", default-features = false } +atty = { version = "0.2", default-features = false } +autocfg-c65f7effa3be6d31 = { package = "autocfg", version = "0.1", default-features = false } +autocfg-dff4ba8e3ae991db = { package = "autocfg", version = "1", default-features = false } +axum = { version = "0.6", features = ["ws"] } +axum-core = { version = "0.3", default-features = false } +az = { version = "1", default-features = false } +backtrace = { version = "0.3", features = ["gimli-symbolize"] } +backtrace-ext = { version = "0.2", default-features = false } +base64-647d43efb71741da = { package = "base64", version = "0.21" } +base64ct = { version = "1", default-features = false } +basic-toml = { version = "0.1", default-features = false } +bincode = { version = "1", default-features = false } +binread = { version = "2" } +binread_derive = { version = "2", default-features = false } +bit_field = { version = "0.10", default-features = false } +bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false } +bitvec = { version = "1" } +block-buffer = { version = "0.10", default-features = false } +bootloader = { version = "0.11" } +bootloader-boot-config = { version = "0.11", default-features = false } +bootloader_api = { version = "0.11", default-features = false } +bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2", default-features = false, features = ["unicode"] } +bumpalo = { version = "3" } +bytecount = { version = "0.6", default-features = false } +bytemuck = { version = "1", default-features = false, features = ["derive"] } +bytemuck_derive = { version = "1", default-features = false } +byteorder = { version = "1" } +bytes = { version = "1" } +bzip2 = { version = "0.4", default-features = false } +bzip2-sys = { version = "0.1", default-features = false } +camino = { version = "1", default-features = false, features = ["serde1"] } +camino-tempfile = { version = "1", default-features = false } +cargo-binutils = { version = "0.3", default-features = false } +cargo-espflash = { version = "2", default-features = false } +cargo-lock = { version = "9", default-features = false } +cargo-nextest = { version = "0.9" } +cargo_metadata-3575ec1268b04181 = { package = "cargo_metadata", version = "0.15" } +cargo_metadata-582f2526e08bb6a0 = { package = "cargo_metadata", version = "0.14" } +cargo_metadata-9067fe90e8c1f593 = { package = "cargo_metadata", version = "0.17" } +cc = { version = "1", default-features = false, features = ["parallel"] } +cfg-expr = { version = "0.15", features = ["targets"] } +cfg-if-c65f7effa3be6d31 = { package = "cfg-if", version = "0.1", default-features = false } +cfg-if-dff4ba8e3ae991db = { package = "cfg-if", version = "1", default-features = false } +chrono = { version = "0.4" } +cipher = { version = "0.4", default-features = false } +clap-164d15cefe24d7eb = { package = "clap", version = "4", features = ["derive", "env", "wrap_help"] } +clap-f595c2ba2a3f28df = { package = "clap", version = "2", features = ["wrap_help"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } +clap_complete = { version = "4" } +clap_derive-164d15cefe24d7eb = { package = "clap_derive", version = "4" } +clap_derive-7b89eefb6aaa9bf3 = { package = "clap_derive", version = "3" } +clap_lex-d8f496e17d97b5cb = { package = "clap_lex", version = "0.5", default-features = false } +cobs = { version = "0.2" } +color-eyre = { version = "0.6", default-features = false } +colorchoice = { version = "1", default-features = false } +comfy-table = { version = "7" } +config = { version = "0.13", default-features = false, features = ["toml"] } +console = { version = "0.15" } +const_format = { version = "0.2" } +const_format_proc_macros = { version = "0.2" } +constant_time_eq = { version = "0.1", default-features = false } +convert_case = { version = "0.4", default-features = false } +cordyceps-29129200550082f8 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium", default-features = false } +cordyceps-453ff9c272a9ee45 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"] } +crc = { version = "3", default-features = false } +crc-catalog = { version = "2", default-features = false } +crc32fast = { version = "1" } +crossbeam-channel = { version = "0.5" } +crossbeam-utils = { version = "0.8" } +crossterm-2f80eeee3b1b6c7e = { package = "crossterm", version = "0.26", default-features = false } +crossterm-2ffb4c3fe830441c = { package = "crossterm", version = "0.25" } +crypto-common = { version = "0.1", default-features = false, features = ["std"] } +cssparser = { version = "0.27", default-features = false } +cssparser-macros = { version = "0.6", default-features = false } +csv = { version = "1", default-features = false } +csv-core = { version = "0.1" } +ctrlc = { version = "3", default-features = false, features = ["termination"] } +cvt = { version = "0.1", default-features = false } +darling-56bd22fc3884b12 = { package = "darling", version = "0.20" } +darling-582f2526e08bb6a0 = { package = "darling", version = "0.14" } +darling_core-56bd22fc3884b12 = { package = "darling_core", version = "0.20", default-features = false, features = ["suggestions"] } +darling_core-582f2526e08bb6a0 = { package = "darling_core", version = "0.14", default-features = false, features = ["suggestions"] } +darling_macro-56bd22fc3884b12 = { package = "darling_macro", version = "0.20", default-features = false } +darling_macro-582f2526e08bb6a0 = { package = "darling_macro", version = "0.14", default-features = false } +data-encoding = { version = "2" } +debug-ignore = { version = "1", default-features = false } +defmt = { version = "0.3", default-features = false } +defmt-macros = { version = "0.3", default-features = false } +defmt-parser = { version = "0.3", default-features = false, features = ["unstable"] } +deku = { version = "0.16" } +deku_derive = { version = "0.16", default-features = false, features = ["std"] } +derivative = { version = "2", default-features = false } +derive_more = { version = "0.99" } +dialoguer = { version = "0.10" } +digest = { version = "0.10", features = ["mac", "std"] } +directories = { version = "5", default-features = false } +dirs-sys-9fbad63c4bcf4a8f = { package = "dirs-sys", version = "0.4", default-features = false } +doc-comment = { version = "0.3", default-features = false } +dotenvy = { version = "0.15", default-features = false } +dtoa = { version = "1", default-features = false } +dtoa-short = { version = "0.3", default-features = false } +duct = { version = "0.13", default-features = false } +dunce = { version = "1", default-features = false } +edit-distance = { version = "2", default-features = false } +either = { version = "1" } +embedded-graphics-ca01ad9e24f5d932 = { package = "embedded-graphics", version = "0.7" } +embedded-graphics-core-468e82937335b1c9 = { package = "embedded-graphics-core", version = "0.3" } +embedded-hal-728fa4101789dbbe = { package = "embedded-hal", version = "1.0.0-alpha.11", default-features = false } +embedded-hal-async = { version = "0.2.0-alpha.2", default-features = false } +enable-ansi-support = { version = "0.2", default-features = false } +env_logger = { version = "0.10" } +envy = { version = "0.4", default-features = false } +equivalent = { version = "1", default-features = false } +esp-hal-procmacros = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["interrupt"] } +esp-idf-part = { version = "0.4" } +espflash = { version = "2" } +event-listener = { version = "2", default-features = false } +eyre = { version = "0.6" } +failure = { version = "0.1" } +failure_derive = { version = "0.1", default-features = false } +fallible-iterator = { version = "0.2", default-features = false, features = ["std"] } +fastrand-dff4ba8e3ae991db = { package = "fastrand", version = "1", default-features = false } +fatfs = { version = "0.3", default-features = false, features = ["alloc", "std"] } +file-id = { version = "0.2", default-features = false } +filetime = { version = "0.2", default-features = false } +fixedbitset = { version = "0.4", default-features = false } +flate2 = { version = "1" } +float-cmp-c38e5c1d305a1b54 = { package = "float-cmp", version = "0.8" } +fnv = { version = "1" } +form_urlencoded = { version = "1" } +fs_at = { version = "0.1" } +fs_extra = { version = "1", default-features = false } +funty = { version = "2", default-features = false } +futf = { version = "0.1", default-features = false } +future-queue = { version = "0.3", default-features = false } +futures = { version = "0.3" } +futures-channel = { version = "0.3", features = ["sink"] } +futures-concurrency = { version = "7", default-features = false } +futures-core = { version = "0.3" } +futures-executor = { version = "0.3", default-features = false, features = ["std"] } +futures-io = { version = "0.3" } +futures-lite = { version = "1" } +futures-macro = { version = "0.3", default-features = false } +futures-sink = { version = "0.3" } +futures-task = { version = "0.3", default-features = false, features = ["std"] } +futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +fxhash = { version = "0.2", default-features = false } +generic-array = { version = "0.14", default-features = false, features = ["more_lengths"] } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] } +getrandom-c65f7effa3be6d31 = { package = "getrandom", version = "0.1", default-features = false, features = ["std"] } +gimli = { version = "0.27", default-features = false, features = ["endian-reader", "std"] } +gloo-worker-macros = { version = "0.1", default-features = false } +gpt = { version = "3", default-features = false } +guppy = { version = "0.17", default-features = false } +guppy-workspace-hack = { version = "0.1", default-features = false } +hal-core = { git = "https://github.com/hawkw/mycelium", default-features = false, features = ["embedded-graphics-core"] } +hal-x86_64 = { git = "https://github.com/hawkw/mycelium" } +hash32-468e82937335b1c9 = { package = "hash32", version = "0.3", default-features = false } +hash32-6f8ce4dd05d13bba = { package = "hash32", version = "0.2", default-features = false } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["raw"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["raw"] } +heapless = { version = "0.7", features = ["defmt-impl", "serde"] } +heck = { version = "0.4" } +hex = { version = "0.4", features = ["serde"] } +hmac = { version = "0.12", default-features = false, features = ["reset"] } +home = { version = "0.5", default-features = false } +html5ever = { version = "0.25", default-features = false } +http = { version = "0.2", default-features = false } +http-body = { version = "0.4", default-features = false } +http-range-header = { version = "0.3", default-features = false } +httparse = { version = "1" } +httpdate = { version = "1", default-features = false } +humantime = { version = "2", default-features = false } +humantime-serde = { version = "1", default-features = false } +hyper = { version = "0.14", features = ["full"] } +ident_case = { version = "1", default-features = false } +idna-9fbad63c4bcf4a8f = { package = "idna", version = "0.4" } +indent_write = { version = "2" } +indenter = { version = "0.3" } +indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1", default-features = false, features = ["std"] } +indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2" } +indicatif = { version = "0.17" } +inout = { version = "0.1", default-features = false } +input-mgr = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033", default-features = false } +io-lifetimes = { version = "1" } +is-terminal = { version = "0.4", default-features = false } +is_ci = { version = "1", default-features = false } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10", default-features = false, features = ["use_alloc"] } +itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" } +itoa-9fbad63c4bcf4a8f = { package = "itoa", version = "0.4" } +itoa-dff4ba8e3ae991db = { package = "itoa", version = "1", default-features = false } +jobserver = { version = "0.1", default-features = false } +just = { version = "1" } +lazy_static = { version = "1", default-features = false } +lexiclean = { version = "0.0.1", default-features = false } +libc = { version = "0.2" } +linked_list_allocator = { version = "0.10", default-features = false, features = ["const_mut_refs"] } +llvm-tools = { version = "0.1", default-features = false } +local-ip-address = { version = "0.5", default-features = false } +lock_api = { version = "0.4" } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] } +mac = { version = "0.1", default-features = false } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["tracing-01"] } +markup5ever = { version = "0.10", default-features = false } +matchers = { version = "0.1", default-features = false } +matches = { version = "0.1", default-features = false } +matchit = { version = "0.7" } +mbrman = { version = "0.5", default-features = false } +md5 = { version = "0.7", default-features = false, features = ["std"] } +memchr = { version = "2", features = ["use_std"] } +memmap2 = { version = "0.5", default-features = false } +micromath-dff4ba8e3ae991db = { package = "micromath", version = "1", default-features = false } +miette = { version = "5", features = ["fancy"] } +miette-derive = { version = "5", default-features = false } +mime = { version = "0.3", default-features = false } +mime_guess = { version = "2", default-features = false } +minicbor-derive = { version = "0.8", default-features = false } +minimal-lexical = { version = "0.2", default-features = false, features = ["std"] } +miniz_oxide-ca01ad9e24f5d932 = { package = "miniz_oxide", version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", default-features = false, features = ["net", "os-ext"] } +mukti-metadata = { version = "0.1", default-features = false } +mycelium-alloc = { git = "https://github.com/hawkw/mycelium", default-features = false, features = ["buddy", "bump"] } +mycelium-bitfield-863e1bb9b8a06b29 = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", default-features = false } +mycelium-bitfield-8c33345d9971b90c = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium", default-features = false } +mycelium-trace = { git = "https://github.com/hawkw/mycelium" } +mycelium-util-863e1bb9b8a06b29 = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064" } +mycelium-util-8c33345d9971b90c = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium" } +mycotest = { git = "https://github.com/hawkw/mycelium", default-features = false } +nested = { version = "0.1", default-features = false } +new_debug_unreachable = { version = "1", default-features = false } +nextest-filtering = { version = "0.5" } +nextest-metadata = { version = "0.9", default-features = false } +nextest-runner = { version = "0.45", default-features = false, features = ["self-update"] } +nextest-workspace-hack = { version = "0.1", default-features = false } +nipper = { version = "0.1", default-features = false } +nodrop = { version = "0.1" } +nom = { version = "7" } +nom-tracable = { version = "0.9" } +nom-tracable-macros = { version = "0.9", default-features = false } +nom_locate = { version = "4" } +normpath = { version = "1", default-features = false } +notify = { version = "6" } +notify-debouncer-full = { version = "0.3" } +nu-ansi-term = { version = "0.46", default-features = false } +num-traits = { version = "0.2", features = ["i128", "libm"] } +num_cpus = { version = "1", default-features = false } +number_prefix = { version = "0.4" } +object = { version = "0.31", default-features = false, features = ["compression", "read"] } +once_cell = { version = "1" } +open = { version = "5", default-features = false } +option-ext = { version = "0.2", default-features = false } +os_pipe = { version = "1", default-features = false } +overload = { version = "0.1", default-features = false } +owo-colors = { version = "3", default-features = false, features = ["supports-colors"] } +parking = { version = "2", default-features = false } +parking_lot = { version = "0.12" } +parking_lot_core = { version = "0.9", default-features = false } +parse_int = { version = "0.6" } +password-hash = { version = "0.4", default-features = false, features = ["rand_core"] } +paste = { version = "1", default-features = false } +pathdiff = { version = "0.2", default-features = false, features = ["camino"] } +pbkdf2 = { version = "0.11" } +percent-encoding = { version = "2" } +petgraph = { version = "0.6", default-features = false } +phf = { version = "0.8", features = ["macros"] } +phf_codegen = { version = "0.8", default-features = false } +phf_generator = { version = "0.8", default-features = false } +phf_macros = { version = "0.8", default-features = false } +phf_shared-93f6ce9d446188ac = { package = "phf_shared", version = "0.10" } +phf_shared-c38e5c1d305a1b54 = { package = "phf_shared", version = "0.8" } +pin-project = { version = "1", default-features = false } +pin-project-internal = { version = "1", default-features = false } +pin-project-lite = { version = "0.2", default-features = false } +pin-utils = { version = "0.1", default-features = false } +pkg-config = { version = "0.3", default-features = false } +portable-atomic = { version = "1", features = ["critical-section", "require-cas"] } +postcard-derive = { version = "0.1", default-features = false } +postcard-dff4ba8e3ae991db = { package = "postcard", version = "1", features = ["experimental-derive", "use-std"] } +ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } +precomputed-hash = { version = "0.1", default-features = false } +proc-macro-crate = { version = "1", default-features = false } +proc-macro-error = { version = "1" } +proc-macro-error-attr = { version = "1", default-features = false } +proc-macro-hack = { version = "0.5", default-features = false } +proc-macro2 = { version = "1" } +profont = { version = "0.6", default-features = false } +proptest-derive = { version = "0.4", default-features = false } +prost-derive = { version = "0.11", default-features = false } +quick-junit = { version = "0.3", default-features = false } +quick-xml-2b5c6dc72f624058 = { package = "quick-xml", version = "0.23" } +quick-xml-b73a96c0a5f6a7d9 = { package = "quick-xml", version = "0.29" } +quote = { version = "1" } +radium = { version = "0.7", default-features = false } +rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] } +rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["small_rng"] } +rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3", default-features = false, features = ["std"] } +rand_core-3b31131e45eafb45 = { package = "rand_core", version = "0.6", default-features = false, features = ["std"] } +rand_core-d8f496e17d97b5cb = { package = "rand_core", version = "0.5", default-features = false, features = ["std"] } +rand_pcg-6f8ce4dd05d13bba = { package = "rand_pcg", version = "0.2", default-features = false } +raw-cpuid = { version = "10", default-features = false } +recursion = { version = "0.4" } +regex = { version = "1" } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } +regex-automata-c65f7effa3be6d31 = { package = "regex-automata", version = "0.1" } +regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6" } +regex-syntax-ca01ad9e24f5d932 = { package = "regex-syntax", version = "0.7" } +remove_dir_all = { version = "0.8" } +reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls", "stream", "trust-dns"] } +ring = { version = "0.16" } +ring-drawer = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033" } +riscv-rt-macros = { version = "0.2", default-features = false } +riscv-target = { version = "0.1", default-features = false } +rsdp = { version = "2", default-features = false } +rustc-cfg = { version = "0.4", default-features = false } +rustc-demangle = { version = "0.1", default-features = false } +rustc_version = { version = "0.4", default-features = false } +rustls = { version = "0.21" } +rustls-webpki-1f4c5ed5f1f8932d = { package = "rustls-webpki", version = "0.100" } +rustls-webpki-26f2e2773eea2a46 = { package = "rustls-webpki", version = "0.101" } +rustversion = { version = "1", default-features = false } +ruzstd = { version = "0.3", default-features = false } +ryu = { version = "1", default-features = false } +same-file = { version = "1", default-features = false } +scopeguard = { version = "1" } +sct = { version = "0.7", default-features = false } +seahash = { version = "4" } +selectors = { version = "0.22", default-features = false } +self_update = { version = "0.37", default-features = false, features = ["archive-tar", "compression-flate2"] } +serde = { version = "1", features = ["alloc", "derive", "rc"] } +serde-big-array = { version = "0.4", default-features = false } +serde_derive = { version = "1" } +serde_ignored = { version = "0.1", default-features = false } +serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] } +serde_path_to_error = { version = "0.1", default-features = false } +serde_plain = { version = "1", default-features = false } +serde_spanned = { version = "0.6", default-features = false, features = ["serde"] } +serde_urlencoded = { version = "0.7", default-features = false } +serialport-164d15cefe24d7eb = { package = "serialport", version = "4" } +servo_arc = { version = "0.1", default-features = false } +sha1 = { version = "0.10" } +sha2 = { version = "0.10" } +sharded-slab = { version = "0.1", default-features = false } +shared_child = { version = "1", default-features = false } +shell-words = { version = "1" } +similar = { version = "2", features = ["unicode"] } +siphasher = { version = "0.3" } +slab = { version = "0.4" } +slip-codec = { version = "0.3" } +smallvec = { version = "1", default-features = false } +smawk = { version = "0.3", default-features = false } +smol_str = { version = "0.2", features = ["serde"] } +snafu = { version = "0.7" } +snafu-derive = { version = "0.7", default-features = false, features = ["rust_1_39", "rust_1_46"] } +socket2 = { version = "0.4", default-features = false, features = ["all"] } +stable_deref_trait = { version = "1" } +static_assertions = { version = "1", default-features = false } +string_cache = { version = "0.8" } +strip-ansi-escapes = { version = "0.1", default-features = false } +strsim-93f6ce9d446188ac = { package = "strsim", version = "0.10", default-features = false } +strsim-c38e5c1d305a1b54 = { package = "strsim", version = "0.8", default-features = false } +strum-2ffb4c3fe830441c = { package = "strum", version = "0.25", features = ["derive"] } +strum-adf3d7031871b0af = { package = "strum", version = "0.24", features = ["derive"] } +strum_macros-2ffb4c3fe830441c = { package = "strum_macros", version = "0.25", default-features = false } +strum_macros-adf3d7031871b0af = { package = "strum_macros", version = "0.24", default-features = false } +subtle = { version = "2", default-features = false } +supports-color-dff4ba8e3ae991db = { package = "supports-color", version = "1", default-features = false } +supports-color-f595c2ba2a3f28df = { package = "supports-color", version = "2", default-features = false } +supports-hyperlinks = { version = "2", default-features = false } +supports-unicode = { version = "2", default-features = false } +syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit"] } +syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "full", "visit", "visit-mut"] } +sync_wrapper = { version = "0.1", default-features = false } +synstructure = { version = "0.12" } +tap = { version = "1", default-features = false } +tar = { version = "0.4" } +target = { version = "2", default-features = false } +target-lexicon = { version = "0.12", features = ["std"] } +target-spec = { version = "3", default-features = false, features = ["custom", "summaries"] } +target-spec-miette = { version = "0.3", default-features = false } +tempfile = { version = "3", default-features = false } +tendril = { version = "0.4", default-features = false } +term_size = { version = "0.3" } +termcolor = { version = "1", default-features = false } +terminal_size-6f8ce4dd05d13bba = { package = "terminal_size", version = "0.2", default-features = false } +terminal_size-c65f7effa3be6d31 = { package = "terminal_size", version = "0.1", default-features = false } +textwrap-3575ec1268b04181 = { package = "textwrap", version = "0.15" } +textwrap-a6292c17cd707f01 = { package = "textwrap", version = "0.11", default-features = false, features = ["term_size"] } +thin-slice = { version = "0.1", default-features = false } +thiserror = { version = "1", default-features = false } +thiserror-impl = { version = "1", default-features = false } +thread_local = { version = "1", default-features = false } +time-468e82937335b1c9 = { package = "time", version = "0.3", features = ["formatting", "parsing"] } +time-c65f7effa3be6d31 = { package = "time", version = "0.1", default-features = false } +time-core = { version = "0.1", default-features = false } +tinyvec = { version = "1", features = ["alloc"] } +tinyvec_macros = { version = "0.1", default-features = false } +tokio = { version = "1", features = ["full", "tracing"] } +tokio-macros = { version = "2", default-features = false } +tokio-stream = { version = "0.1", features = ["fs", "net", "sync"] } +tokio-tungstenite = { version = "0.19" } +tokio-util = { version = "0.7", features = ["codec", "io"] } +toml-ca01ad9e24f5d932 = { package = "toml", version = "0.7" } +toml-d8f496e17d97b5cb = { package = "toml", version = "0.5" } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tower = { version = "0.4", default-features = false, features = ["balance", "buffer", "limit", "log", "timeout", "util"] } +tower-http = { version = "0.4", features = ["fs", "trace"] } +tower-layer = { version = "0.3", default-features = false } +tower-service = { version = "0.3", default-features = false } +tracing-49367297afd278d2 = { package = "tracing", git = "https://github.com/tokio-rs/tracing", default-features = false, features = ["attributes"] } +tracing-attributes-49367297afd278d2 = { package = "tracing-attributes", git = "https://github.com/tokio-rs/tracing", default-features = false } +tracing-attributes-c65f7effa3be6d31 = { package = "tracing-attributes", version = "0.1", default-features = false } +tracing-c65f7effa3be6d31 = { package = "tracing", version = "0.1", features = ["log"] } +tracing-core-49367297afd278d2 = { package = "tracing-core", git = "https://github.com/tokio-rs/tracing", default-features = false } +tracing-core-c65f7effa3be6d31 = { package = "tracing-core", version = "0.1" } +tracing-log = { version = "0.1", default-features = false, features = ["log-tracer", "std"] } +tracing-serde-structured = { git = "https://github.com/hawkw/tracing-serde-structured", branch = "eliza/span-fields" } +tracing-subscriber = { version = "0.3", features = ["env-filter"] } +trunk = { version = "0.17", default-features = false } +try-lock = { version = "0.2", default-features = false } +tungstenite = { version = "0.19", default-features = false, features = ["handshake"] } +twox-hash = { version = "1", default-features = false } +typed-arena = { version = "2" } +typenum = { version = "1", default-features = false } +unicase = { version = "2", default-features = false } +unicode-bidi = { version = "0.3", default-features = false, features = ["hardcoded-data", "std"] } +unicode-ident = { version = "1", default-features = false } +unicode-linebreak = { version = "0.1", default-features = false } +unicode-normalization = { version = "0.1" } +unicode-segmentation = { version = "1", default-features = false } +unicode-width = { version = "0.1" } +unicode-xid = { version = "0.2" } +untrusted = { version = "0.7", default-features = false } +update-informer = { version = "1" } +ureq = { version = "2", default-features = false, features = ["gzip", "json", "tls"] } +url = { version = "2" } +urlencoding = { version = "2", default-features = false } +utf-8 = { version = "0.7", default-features = false } +utf8parse = { version = "0.2" } +uuid-dff4ba8e3ae991db = { package = "uuid", version = "1", features = ["serde", "v4"] } +vec_map = { version = "0.8", default-features = false } +vergen = { version = "8", features = ["cargo", "git", "gitcl", "rustc"] } +version_check = { version = "0.9", default-features = false } +volatile = { version = "0.4", default-features = false, features = ["unstable"] } +vte = { version = "0.10" } +vte_generate_state_changes = { version = "0.1", default-features = false } +waker-fn = { version = "1", default-features = false } +walkdir = { version = "2", default-features = false } +want = { version = "0.3", default-features = false } +wasm-bindgen-backend = { version = "0.2", default-features = false, features = ["spans"] } +wasm-bindgen-macro = { version = "0.2", default-features = false, features = ["spans"] } +wasm-bindgen-macro-support = { version = "0.2", default-features = false, features = ["spans"] } +wasm-bindgen-shared = { version = "0.2", default-features = false } +webpki-roots-2b5c6dc72f624058 = { package = "webpki-roots", version = "0.23", default-features = false } +which = { version = "4", default-features = false } +winnow = { version = "0.5" } +wyz = { version = "0.5", default-features = false } +xmas-elf = { version = "0.9", default-features = false } +zero = { version = "0.1", default-features = false } +zeroize = { version = "1" } +zip = { version = "0.6" } +zstd-5ef9efb8ec2df382 = { package = "zstd", version = "0.12", features = ["zstdmt"] } +zstd-a6292c17cd707f01 = { package = "zstd", version = "0.11" } +zstd-safe-a490c3000a992113 = { package = "zstd-safe", version = "6", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder", "zstdmt"] } +zstd-safe-cdf1610d3e1514e9 = { package = "zstd-safe", version = "5", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] } +zstd-sys = { version = "2", default-features = false, features = ["legacy", "std", "zdict_builder", "zstdmt"] } + +[target.armv6k-nintendo-3ds.dependencies] +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2" } +async-io = { version = "1", default-features = false } +async-process = { version = "1", default-features = false } +async-task = { version = "4" } +atomic-waker = { version = "1", default-features = false } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } +blocking = { version = "1", default-features = false } +errno = { version = "0.3", default-features = false } +flate2 = { version = "1", default-features = false, features = ["zlib"] } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +futures-lite = { version = "1" } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more"] } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +libc = { version = "0.2", default-features = false, features = ["extra_traits"] } +memoffset-3b31131e45eafb45 = { package = "memoffset", version = "0.6" } +mio = { version = "0.8" } +nix-2b5c6dc72f624058 = { package = "nix", version = "0.23", default-features = false } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "ioctl", "poll", "signal", "term"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-probe = { version = "0.1", default-features = false } +openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } +parking = { version = "2", default-features = false } +polling = { version = "2" } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["dfa-search"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "termios"] } +signal-hook = { version = "0.3" } +signal-hook-registry = { version = "1", default-features = false } +smallvec = { version = "1", default-features = false, features = ["write"] } +static_assertions = { version = "1", default-features = false } +unicode-bidi = { version = "0.3" } +waker-fn = { version = "1", default-features = false } + +[target.armv6k-nintendo-3ds.build-dependencies] +ahash = { version = "0.8" } +arc-swap = { version = "1", default-features = false } +async-io = { version = "1", default-features = false } +base16ct = { version = "0.2", default-features = false, features = ["alloc"] } +base64ct = { version = "1", default-features = false, features = ["alloc"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } +bitmaps = { version = "2" } +bstr-dff4ba8e3ae991db = { package = "bstr", version = "1", default-features = false, features = ["std", "unicode"] } +btoi = { version = "0.4" } +bytesize = { version = "1" } +cargo = { version = "0.72", default-features = false, features = ["vendored-openssl"] } +cargo-util = { version = "0.2", default-features = false } +clru = { version = "0.6", default-features = false } +concurrent-queue = { version = "2" } +const-oid = { version = "0.9", default-features = false } +crates-io = { version = "0.37", default-features = false } +crypto-bigint = { version = "0.5", default-features = false, features = ["generic-array", "rand_core", "zeroize"] } +ct-codecs = { version = "1", default-features = false } +curl = { version = "0.4", features = ["http2"] } +curl-sys = { version = "0.4", features = ["http2"] } +der = { version = "0.7", default-features = false, features = ["oid", "pem", "std"] } +digest = { version = "0.10", default-features = false, features = ["oid"] } +ecdsa = { version = "0.16", default-features = false, features = ["pem", "signing", "std", "verifying"] } +ed25519-compact = { version = "2", default-features = false, features = ["random"] } +elliptic-curve = { version = "0.13", default-features = false, features = ["ecdh", "hazmat", "pem", "std"] } +encoding_rs = { version = "0.8" } +enum-as-inner = { version = "0.5", default-features = false } +errno = { version = "0.3", default-features = false } +faster-hex = { version = "0.8" } +fastrand-f595c2ba2a3f28df = { package = "fastrand", version = "2" } +ff = { version = "0.13", default-features = false, features = ["alloc"] } +fiat-crypto = { version = "0.1", default-features = false } +flate2 = { version = "1", default-features = false, features = ["zlib"] } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +generic-array = { version = "0.14", default-features = false, features = ["zeroize"] } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js"] } +git2 = { version = "0.17" } +git2-curl = { version = "0.18", default-features = false } +gix = { version = "0.44", default-features = false, features = ["blocking-http-transport-curl", "progress-tree"] } +gix-actor = { version = "0.20", default-features = false } +gix-attributes = { version = "0.12", default-features = false } +gix-bitmap = { version = "0.2", default-features = false } +gix-chunk = { version = "0.4", default-features = false } +gix-command = { version = "0.2", default-features = false } +gix-config = { version = "0.22", default-features = false } +gix-config-value = { version = "0.12", default-features = false } +gix-credentials = { version = "0.14", default-features = false } +gix-date = { version = "0.5", default-features = false } +gix-diff = { version = "0.29", default-features = false } +gix-discover = { version = "0.18", default-features = false } +gix-features = { version = "0.29", features = ["crc32", "io-pipe", "once_cell", "parallel", "progress", "rustsha1", "walkdir", "zlib"] } +gix-fs = { version = "0.1", default-features = false } +gix-glob = { version = "0.7", default-features = false } +gix-hash = { version = "0.11", default-features = false } +gix-hashtable = { version = "0.2", default-features = false } +gix-ignore = { version = "0.2", default-features = false } +gix-index = { version = "0.16", default-features = false } +gix-lock = { version = "5", default-features = false } +gix-mailmap = { version = "0.12", default-features = false } +gix-object = { version = "0.29", default-features = false } +gix-odb = { version = "0.45", default-features = false } +gix-pack = { version = "0.35", default-features = false, features = ["object-cache-dynamic"] } +gix-packetline = { version = "0.16", features = ["blocking-io"] } +gix-path = { version = "0.8", default-features = false } +gix-prompt = { version = "0.5", default-features = false } +gix-protocol = { version = "0.32", default-features = false, features = ["blocking-client"] } +gix-quote = { version = "0.4", default-features = false } +gix-ref = { version = "0.29", default-features = false } +gix-refspec = { version = "0.10", default-features = false } +gix-revision = { version = "0.13", default-features = false } +gix-sec = { version = "0.8", default-features = false } +gix-tempfile = { version = "5", default-features = false, features = ["signals"] } +gix-trace = { version = "0.1" } +gix-transport = { version = "0.31", features = ["http-client-curl"] } +gix-traverse = { version = "0.25", default-features = false } +gix-url = { version = "0.18", default-features = false } +gix-utils = { version = "0.1", default-features = false } +gix-validate = { version = "0.7", default-features = false } +gix-worktree = { version = "0.17", default-features = false } +glob = { version = "0.3", default-features = false } +globset = { version = "0.4" } +group = { version = "0.13", default-features = false, features = ["alloc"] } +h2 = { version = "0.3", default-features = false } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more"] } +hkdf = { version = "0.12", default-features = false } +hostname = { version = "0.3" } +http-auth = { version = "0.1", default-features = false } +hyper-rustls = { version = "0.24", default-features = false } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +idna-6f8ce4dd05d13bba = { package = "idna", version = "0.2", default-features = false } +ignore = { version = "0.4", default-features = false } +im-rc = { version = "15", default-features = false } +imara-diff = { version = "0.1" } +io-close = { version = "0.3", default-features = false } +ipnet = { version = "2" } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" } +kstring = { version = "2" } +lazycell = { version = "1", default-features = false } +libc = { version = "0.2", default-features = false, features = ["extra_traits"] } +libgit2-sys = { version = "0.15", default-features = false, features = ["https", "ssh", "ssh_key_from_memory"] } +libnghttp2-sys = { version = "0.1", default-features = false } +libssh2-sys = { version = "0.3", default-features = false } +libz-sys = { version = "1", default-features = false, features = ["libc"] } +linked-hash-map = { version = "0.5", default-features = false } +lru-cache = { version = "0.1", default-features = false } +match_cfg = { version = "0.1" } +maybe-async = { version = "0.2", features = ["is_sync"] } +mio = { version = "0.8" } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "ioctl", "poll", "signal", "term"] } +num_threads = { version = "0.1", default-features = false } +once_cell = { version = "1", default-features = false, features = ["unstable"] } +opener = { version = "0.5", default-features = false } +openssl = { version = "0.10", features = ["vendored"] } +openssl-macros = { version = "0.1", default-features = false } +openssl-probe = { version = "0.1", default-features = false } +openssl-src = { version = "111" } +openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } +ordered-float = { version = "2" } +orion = { version = "0.17", default-features = false } +os_info = { version = "3" } +p384 = { version = "0.13" } +pasetors = { version = "0.6", features = ["serde", "v3"] } +pem-rfc7468 = { version = "0.7", default-features = false, features = ["alloc"] } +pkcs8 = { version = "0.10", default-features = false, features = ["pem", "std"] } +polling = { version = "2" } +primeorder = { version = "0.13", default-features = false } +prodash = { version = "23", default-features = false, features = ["progress-tree"] } +quick-error = { version = "1", default-features = false } +rand_chacha-6f8ce4dd05d13bba = { package = "rand_chacha", version = "0.2", default-features = false, features = ["std"] } +rand_xoshiro = { version = "0.6", default-features = false } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["dfa-search"] } +resolv-conf = { version = "0.7", default-features = false, features = ["system"] } +rfc6979 = { version = "0.4", default-features = false } +rustfix = { version = "0.6", default-features = false } +rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["termios"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "termios"] } +rustls = { version = "0.21", default-features = false, features = ["dangerous_configuration"] } +rustls-pemfile = { version = "1", default-features = false } +sec1 = { version = "0.7", features = ["pem", "std", "subtle"] } +self_update = { version = "0.37", default-features = false, features = ["rustls"] } +serde-value = { version = "0.7", default-features = false } +sha1_smol = { version = "1", default-features = false } +shell-escape = { version = "0.1", default-features = false } +signal-hook = { version = "0.3" } +signal-hook-mio = { version = "0.2", default-features = false, features = ["support-v0_8"] } +signal-hook-registry = { version = "1", default-features = false } +signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } +sized-chunks = { version = "0.6" } +smallvec = { version = "1", default-features = false, features = ["write"] } +spki = { version = "0.7", default-features = false, features = ["pem", "std"] } +subtle = { version = "2", default-features = false, features = ["i128"] } +syn-dff4ba8e3ae991db = { package = "syn", version = "1", default-features = false, features = ["visit-mut"] } +time-468e82937335b1c9 = { package = "time", version = "0.3", default-features = false, features = ["local-offset", "macros"] } +time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing"] } +tokio-rustls = { version = "0.24" } +trust-dns-proto = { version = "0.22", default-features = false, features = ["tokio-runtime"] } +trust-dns-resolver = { version = "0.22" } +unicode-bidi = { version = "0.3" } +unicode-bom = { version = "2", default-features = false } +vcpkg = { version = "0.2", default-features = false } +webpki-roots-2ffb4c3fe830441c = { package = "webpki-roots", version = "0.25", default-features = false } +xattr = { version = "1" } + +[target.s390x-unknown-linux-musl.dependencies] +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2" } +async-io = { version = "1", default-features = false } +async-process = { version = "1", default-features = false } +async-task = { version = "4" } +atomic-waker = { version = "1", default-features = false } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } +blocking = { version = "1", default-features = false } +errno = { version = "0.3", default-features = false } +flate2 = { version = "1", default-features = false, features = ["zlib"] } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +futures-lite = { version = "1" } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more"] } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +libc = { version = "0.2", default-features = false, features = ["extra_traits"] } +linux-raw-sys-468e82937335b1c9 = { package = "linux-raw-sys", version = "0.3", default-features = false, features = ["general", "ioctl", "no_std"] } +memoffset-3b31131e45eafb45 = { package = "memoffset", version = "0.6" } +mio = { version = "0.8" } +nix-2b5c6dc72f624058 = { package = "nix", version = "0.23", default-features = false } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "ioctl", "poll", "signal", "term"] } +once_cell = { version = "1", default-features = false, features = ["unstable"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-probe = { version = "0.1", default-features = false } +openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } +parking = { version = "2", default-features = false } +polling = { version = "2" } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["dfa-search"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "termios"] } +signal-hook = { version = "0.3" } +signal-hook-registry = { version = "1", default-features = false } +smallvec = { version = "1", default-features = false, features = ["write"] } +static_assertions = { version = "1", default-features = false } +unicode-bidi = { version = "0.3" } +waker-fn = { version = "1", default-features = false } + +[target.s390x-unknown-linux-musl.build-dependencies] +ahash = { version = "0.8" } +arc-swap = { version = "1", default-features = false } +async-io = { version = "1", default-features = false } +base16ct = { version = "0.2", default-features = false, features = ["alloc"] } +base64ct = { version = "1", default-features = false, features = ["alloc"] } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } +bitmaps = { version = "2" } +bstr-dff4ba8e3ae991db = { package = "bstr", version = "1" } +btoi = { version = "0.4" } +bytesize = { version = "1" } +cargo = { version = "0.72", default-features = false, features = ["vendored-openssl"] } +cargo-util = { version = "0.2", default-features = false } +clru = { version = "0.6", default-features = false } +concurrent-queue = { version = "2" } +const-oid = { version = "0.9", default-features = false } +crates-io = { version = "0.37", default-features = false } +crypto-bigint = { version = "0.5", default-features = false, features = ["generic-array", "rand_core", "zeroize"] } +ct-codecs = { version = "1", default-features = false } +curl = { version = "0.4", features = ["http2"] } +curl-sys = { version = "0.4", features = ["http2"] } +der = { version = "0.7", default-features = false, features = ["oid", "pem", "std"] } +digest = { version = "0.10", default-features = false, features = ["oid"] } +ecdsa = { version = "0.16", default-features = false, features = ["pem", "signing", "std", "verifying"] } +ed25519-compact = { version = "2", default-features = false, features = ["random"] } +elliptic-curve = { version = "0.13", default-features = false, features = ["ecdh", "hazmat", "pem", "std"] } +encoding_rs = { version = "0.8" } +enum-as-inner = { version = "0.5", default-features = false } +errno = { version = "0.3", default-features = false } +faster-hex = { version = "0.8" } +fastrand-f595c2ba2a3f28df = { package = "fastrand", version = "2" } +ff = { version = "0.13", default-features = false, features = ["alloc"] } +fiat-crypto = { version = "0.1", default-features = false } +flate2 = { version = "1", default-features = false, features = ["zlib"] } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +generic-array = { version = "0.14", default-features = false, features = ["zeroize"] } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js"] } +git2 = { version = "0.17" } +git2-curl = { version = "0.18", default-features = false } +gix = { version = "0.44", default-features = false, features = ["blocking-http-transport-curl", "progress-tree"] } +gix-actor = { version = "0.20", default-features = false } +gix-attributes = { version = "0.12", default-features = false } +gix-bitmap = { version = "0.2", default-features = false } +gix-chunk = { version = "0.4", default-features = false } +gix-command = { version = "0.2", default-features = false } +gix-config = { version = "0.22", default-features = false } +gix-config-value = { version = "0.12", default-features = false } +gix-credentials = { version = "0.14", default-features = false } +gix-date = { version = "0.5", default-features = false } +gix-diff = { version = "0.29", default-features = false } +gix-discover = { version = "0.18", default-features = false } +gix-features = { version = "0.29", features = ["crc32", "io-pipe", "once_cell", "parallel", "progress", "rustsha1", "walkdir", "zlib"] } +gix-fs = { version = "0.1", default-features = false } +gix-glob = { version = "0.7", default-features = false } +gix-hash = { version = "0.11", default-features = false } +gix-hashtable = { version = "0.2", default-features = false } +gix-ignore = { version = "0.2", default-features = false } +gix-index = { version = "0.16", default-features = false } +gix-lock = { version = "5", default-features = false } +gix-mailmap = { version = "0.12", default-features = false } +gix-object = { version = "0.29", default-features = false } +gix-odb = { version = "0.45", default-features = false } +gix-pack = { version = "0.35", default-features = false, features = ["object-cache-dynamic"] } +gix-packetline = { version = "0.16", features = ["blocking-io"] } +gix-path = { version = "0.8", default-features = false } +gix-prompt = { version = "0.5", default-features = false } +gix-protocol = { version = "0.32", default-features = false, features = ["blocking-client"] } +gix-quote = { version = "0.4", default-features = false } +gix-ref = { version = "0.29", default-features = false } +gix-refspec = { version = "0.10", default-features = false } +gix-revision = { version = "0.13", default-features = false } +gix-sec = { version = "0.8", default-features = false } +gix-tempfile = { version = "5", default-features = false, features = ["signals"] } +gix-trace = { version = "0.1" } +gix-transport = { version = "0.31", features = ["http-client-curl"] } +gix-traverse = { version = "0.25", default-features = false } +gix-url = { version = "0.18", default-features = false } +gix-utils = { version = "0.1", default-features = false } +gix-validate = { version = "0.7", default-features = false } +gix-worktree = { version = "0.17", default-features = false } +glob = { version = "0.3", default-features = false } +globset = { version = "0.4" } +group = { version = "0.13", default-features = false, features = ["alloc"] } +h2 = { version = "0.3", default-features = false } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more"] } +hkdf = { version = "0.12", default-features = false } +hostname = { version = "0.3" } +http-auth = { version = "0.1", default-features = false } +hyper-rustls = { version = "0.24", default-features = false } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +idna-6f8ce4dd05d13bba = { package = "idna", version = "0.2", default-features = false } +ignore = { version = "0.4", default-features = false } +im-rc = { version = "15", default-features = false } +imara-diff = { version = "0.1" } +inotify = { version = "0.9", default-features = false } +inotify-sys = { version = "0.1", default-features = false } +io-close = { version = "0.3", default-features = false } +ipnet = { version = "2" } +is-docker = { version = "0.2", default-features = false } +is-wsl = { version = "0.4", default-features = false } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" } +kstring = { version = "2" } +lazycell = { version = "1", default-features = false } +libc = { version = "0.2", default-features = false, features = ["extra_traits"] } +libgit2-sys = { version = "0.15", default-features = false, features = ["https", "ssh", "ssh_key_from_memory"] } +libnghttp2-sys = { version = "0.1", default-features = false } +libssh2-sys = { version = "0.3", default-features = false } +libz-sys = { version = "1", default-features = false, features = ["libc"] } +linked-hash-map = { version = "0.5", default-features = false } +linux-raw-sys-468e82937335b1c9 = { package = "linux-raw-sys", version = "0.3", default-features = false, features = ["general", "ioctl", "no_std"] } +linux-raw-sys-9fbad63c4bcf4a8f = { package = "linux-raw-sys", version = "0.4", default-features = false, features = ["general", "ioctl", "no_std"] } +lru-cache = { version = "0.1", default-features = false } +match_cfg = { version = "0.1" } +maybe-async = { version = "0.2", features = ["is_sync"] } +mio = { version = "0.8" } +neli = { version = "0.6" } +neli-proc-macros = { version = "0.1", default-features = false } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "ioctl", "poll", "signal", "term"] } +num_threads = { version = "0.1", default-features = false } +once_cell = { version = "1", default-features = false, features = ["unstable"] } +opener = { version = "0.5", default-features = false } +openssl = { version = "0.10", features = ["vendored"] } +openssl-macros = { version = "0.1", default-features = false } +openssl-probe = { version = "0.1", default-features = false } +openssl-src = { version = "111" } +openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } +ordered-float = { version = "2" } +orion = { version = "0.17", default-features = false } +os_info = { version = "3" } +p384 = { version = "0.13" } +pasetors = { version = "0.6", features = ["serde", "v3"] } +pem-rfc7468 = { version = "0.7", default-features = false, features = ["alloc"] } +pkcs8 = { version = "0.10", default-features = false, features = ["pem", "std"] } +polling = { version = "2" } +primeorder = { version = "0.13", default-features = false } +prodash = { version = "23", default-features = false, features = ["progress-tree"] } +quick-error = { version = "1", default-features = false } +rand_chacha-6f8ce4dd05d13bba = { package = "rand_chacha", version = "0.2", default-features = false, features = ["std"] } +rand_xoshiro = { version = "0.6", default-features = false } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["dfa-search"] } +resolv-conf = { version = "0.7", default-features = false, features = ["system"] } +rfc6979 = { version = "0.4", default-features = false } +rustfix = { version = "0.6", default-features = false } +rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["termios"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "termios"] } +rustls = { version = "0.21", default-features = false, features = ["dangerous_configuration"] } +rustls-pemfile = { version = "1", default-features = false } +sec1 = { version = "0.7", features = ["pem", "std", "subtle"] } +self_update = { version = "0.37", default-features = false, features = ["rustls"] } +serde-value = { version = "0.7", default-features = false } +sha1_smol = { version = "1", default-features = false } +shell-escape = { version = "0.1", default-features = false } +signal-hook = { version = "0.3" } +signal-hook-mio = { version = "0.2", default-features = false, features = ["support-v0_8"] } +signal-hook-registry = { version = "1", default-features = false } +signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } +sized-chunks = { version = "0.6" } +smallvec = { version = "1", default-features = false, features = ["write"] } +spki = { version = "0.7", default-features = false, features = ["pem", "std"] } +subtle = { version = "2", default-features = false, features = ["i128"] } +syn-dff4ba8e3ae991db = { package = "syn", version = "1", default-features = false, features = ["visit-mut"] } +time-468e82937335b1c9 = { package = "time", version = "0.3", default-features = false, features = ["local-offset", "macros"] } +time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing"] } +tokio-rustls = { version = "0.24" } +trust-dns-proto = { version = "0.22", default-features = false, features = ["tokio-runtime"] } +trust-dns-resolver = { version = "0.22" } +unicode-bidi = { version = "0.3" } +unicode-bom = { version = "2", default-features = false } +vcpkg = { version = "0.2", default-features = false } +webpki-roots-2ffb4c3fe830441c = { package = "webpki-roots", version = "0.25", default-features = false } +xattr = { version = "1" } + +### END HAKARI SECTION + +# This part of the file should be preserved at the end. diff --git a/fixtures/large/hakari/mnemos_b3b4da9-1.toml b/fixtures/large/hakari/mnemos_b3b4da9-1.toml new file mode 100644 index 00000000000..2a7fce8abfd --- /dev/null +++ b/fixtures/large/hakari/mnemos_b3b4da9-1.toml @@ -0,0 +1,190 @@ +# This file is @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-hakari --fixture mnemos_b3b4da9 + +### BEGIN HAKARI SECTION +# resolver = '1' +# unify-target-host = 'unify-if-both' +# output-single-feature = false +# dep-format-version = '3' +# workspace-hack-line-style = 'full' +# platforms = ['powerpc-unknown-linux-gnuspe'] +# [[traversal-excludes.ids]] +# name = 'riscv-atomic-emulation-trap' +# version = '0.4.0' +# crates-io = true +# +# [final-excludes] + +[dependencies] +addr2line = { version = "0.20" } +axum = { version = "0.6", features = ["ws"] } +backtrace = { version = "0.3", features = ["gimli-symbolize"] } +bitflags = { version = "2", default-features = false, features = ["std"] } +bytemuck = { version = "1", default-features = false, features = ["derive"] } +byteorder = { version = "1" } +clap = { version = "4", features = ["derive", "env", "wrap_help"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } +cobs = { version = "0.2" } +cordyceps = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +critical-section = { version = "1", default-features = false, features = ["restore-state-bool"] } +digest = { version = "0.10", features = ["mac", "oid", "std"] } +either = { version = "1" } +embedded-hal = { version = "0.2", default-features = false, features = ["unproven"] } +flate2 = { version = "1", features = ["zlib"] } +futures = { version = "0.3" } +futures-channel = { version = "0.3", features = ["sink"] } +futures-core = { version = "0.3" } +futures-io = { version = "0.3" } +futures-sink = { version = "0.3" } +futures-task = { version = "0.3", default-features = false, features = ["std"] } +futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] } +getrandom = { version = "0.2", default-features = false, features = ["js", "std"] } +gimli = { version = "0.27", default-features = false, features = ["endian-reader", "std"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more", "raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more", "raw"] } +heapless = { version = "0.7", features = ["defmt-impl", "serde"] } +hex = { version = "0.4", features = ["serde"] } +hyper = { version = "0.14", features = ["full"] } +libz-sys = { version = "1", default-features = false, features = ["libc"] } +linked_list_allocator = { version = "0.10", default-features = false, features = ["const_mut_refs"] } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["tracing-01"] } +memchr = { version = "2", features = ["use_std"] } +miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", features = ["net", "os-ext"] } +nb = { version = "0.1", default-features = false, features = ["unstable"] } +num-traits = { version = "0.2", features = ["i128", "libm"] } +object = { version = "0.31", default-features = false, features = ["compression", "read"] } +once_cell = { version = "1", features = ["unstable"] } +owo-colors = { version = "3", default-features = false, features = ["supports-colors"] } +percent-encoding = { version = "2" } +portable-atomic = { version = "1", features = ["critical-section", "require-cas"] } +postcard = { version = "1", features = ["experimental-derive", "use-std"] } +rand = { version = "0.8", features = ["small_rng"] } +regex = { version = "1" } +regex-automata = { version = "0.3", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } +regex-syntax = { version = "0.7" } +riscv = { version = "0.10", default-features = false, features = ["critical-section-single-hart"] } +scopeguard = { version = "1" } +serde = { version = "1", features = ["alloc", "derive", "rc"] } +serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] } +smallvec = { version = "1", default-features = false, features = ["write"] } +stable_deref_trait = { version = "1" } +strum = { version = "0.25", features = ["derive"] } +subtle = { version = "2", default-features = false, features = ["i128"] } +tokio = { version = "1", features = ["full", "tracing"] } +tokio-stream = { version = "0.1", features = ["fs", "net", "sync"] } +tokio-util = { version = "0.7", features = ["codec", "io"] } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tower = { version = "0.4", default-features = false, features = ["balance", "buffer", "limit", "log", "timeout", "util"] } +tracing = { version = "0.1", features = ["log"] } +tracing-core = { version = "0.1" } +tracing-serde-structured = { git = "https://github.com/hawkw/tracing-serde-structured", branch = "eliza/span-fields" } +tracing-subscriber = { version = "0.3", features = ["env-filter"] } +unicode-bidi = { version = "0.3" } +unicode-normalization = { version = "0.1" } +uuid = { version = "1", features = ["serde", "v4"] } +zeroize = { version = "1" } + +[build-dependencies] +addr2line = { version = "0.20" } +axum = { version = "0.6", features = ["ws"] } +backtrace = { version = "0.3", features = ["gimli-symbolize"] } +bitflags = { version = "2", default-features = false, features = ["std"] } +bitvec = { version = "1" } +bytemuck = { version = "1", default-features = false, features = ["derive"] } +byteorder = { version = "1" } +cc = { version = "1", default-features = false, features = ["parallel"] } +clap = { version = "4", features = ["derive", "env", "wrap_help"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } +cobs = { version = "0.2" } +cordyceps = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +critical-section = { version = "1", default-features = false, features = ["restore-state-bool"] } +digest = { version = "0.10", features = ["mac", "oid", "std"] } +either = { version = "1" } +flate2 = { version = "1", features = ["zlib"] } +futures = { version = "0.3" } +futures-channel = { version = "0.3", features = ["sink"] } +futures-core = { version = "0.3" } +futures-io = { version = "0.3" } +futures-sink = { version = "0.3" } +futures-task = { version = "0.3", default-features = false, features = ["std"] } +futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] } +getrandom = { version = "0.2", default-features = false, features = ["js", "std"] } +gimli = { version = "0.27", default-features = false, features = ["endian-reader", "std"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more", "raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more", "raw"] } +heapless = { version = "0.7", features = ["defmt-impl", "serde"] } +hex = { version = "0.4", features = ["serde"] } +hyper = { version = "0.14", features = ["full"] } +libz-sys = { version = "1", default-features = false, features = ["libc"] } +linked_list_allocator = { version = "0.10", default-features = false, features = ["const_mut_refs"] } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["tracing-01"] } +memchr = { version = "2", features = ["use_std"] } +miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", features = ["net", "os-ext"] } +num-traits = { version = "0.2", features = ["i128", "libm"] } +object = { version = "0.31", default-features = false, features = ["compression", "read"] } +once_cell = { version = "1", features = ["unstable"] } +owo-colors = { version = "3", default-features = false, features = ["supports-colors"] } +percent-encoding = { version = "2" } +portable-atomic = { version = "1", features = ["critical-section", "require-cas"] } +postcard = { version = "1", features = ["experimental-derive", "use-std"] } +rand = { version = "0.8", features = ["small_rng"] } +regex = { version = "1" } +regex-automata = { version = "0.3", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } +regex-syntax = { version = "0.7" } +scopeguard = { version = "1" } +semver = { version = "1", features = ["serde"] } +serde = { version = "1", features = ["alloc", "derive", "rc"] } +serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] } +smallvec = { version = "1", default-features = false, features = ["write"] } +stable_deref_trait = { version = "1" } +strum = { version = "0.25", features = ["derive"] } +subtle = { version = "2", default-features = false, features = ["i128"] } +syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } +syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "full", "visit", "visit-mut"] } +time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing"] } +tokio = { version = "1", features = ["full", "tracing"] } +tokio-stream = { version = "0.1", features = ["fs", "net", "sync"] } +tokio-util = { version = "0.7", features = ["codec", "io"] } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tower = { version = "0.4", default-features = false, features = ["balance", "buffer", "limit", "log", "timeout", "util"] } +tracing = { version = "0.1", features = ["log"] } +tracing-core = { version = "0.1" } +tracing-serde-structured = { git = "https://github.com/hawkw/tracing-serde-structured", branch = "eliza/span-fields" } +tracing-subscriber = { version = "0.3", features = ["env-filter"] } +unicode-bidi = { version = "0.3" } +unicode-normalization = { version = "0.1" } +uuid = { version = "1", features = ["serde", "v4"] } +zeroize = { version = "1" } + +[target.powerpc-unknown-linux-gnuspe.dependencies] +crossbeam-utils = { version = "0.8" } +io-lifetimes = { version = "1" } +libc = { version = "0.2", features = ["extra_traits", "use_std"] } +nix = { version = "0.26", default-features = false, features = ["dir", "ioctl", "poll", "signal", "term"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } +rustix = { version = "0.37", features = ["fs", "termios"] } +signal-hook = { version = "0.3" } + +[target.powerpc-unknown-linux-gnuspe.build-dependencies] +crossbeam-utils = { version = "0.8" } +io-lifetimes = { version = "1" } +itertools = { version = "0.10" } +libc = { version = "0.2", features = ["extra_traits", "use_std"] } +nix = { version = "0.26", default-features = false, features = ["dir", "ioctl", "poll", "signal", "term"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } +rustix = { version = "0.37", features = ["fs", "termios"] } +signal-hook = { version = "0.3" } + +### END HAKARI SECTION + +# This part of the file should be preserved at the end. diff --git a/fixtures/large/hakari/mnemos_b3b4da9-2.toml b/fixtures/large/hakari/mnemos_b3b4da9-2.toml new file mode 100644 index 00000000000..e9665b74f7c --- /dev/null +++ b/fixtures/large/hakari/mnemos_b3b4da9-2.toml @@ -0,0 +1,1388 @@ +# This file is @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-hakari --fixture mnemos_b3b4da9 + +### BEGIN HAKARI SECTION +# resolver = '1' +# unify-target-host = 'replicate-target-on-host' +# output-single-feature = true +# dep-format-version = '2' +# workspace-hack-line-style = 'workspace-dotted' +# platforms = ['mipsel-unknown-linux-musl', 'thumbv4t-none-eabi', 'i686-unknown-linux-gnu'] +# [[traversal-excludes.ids]] +# name = 'cargo_metadata' +# version = '0.14.2' +# crates-io = true +# +# [[traversal-excludes.ids]] +# name = 'cfg-if' +# version = '0.1.10' +# crates-io = true +# [[final-excludes.ids]] +# name = 'hal-core' +# version = '0.1.0' +# source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' + +[dependencies] +acpi = { version = "4", default-features = false } +addr2line = { version = "0.20", features = ["cpp_demangle", "fallible-iterator", "memmap2", "object", "rustc-demangle", "smallvec", "std", "std-object"] } +adler = { version = "1", default-features = false } +adler32 = { version = "1", features = ["std"] } +anstream = { version = "0.5", features = ["auto", "wincon"] } +anstyle = { version = "1", features = ["std"] } +anstyle-parse = { version = "0.2", features = ["utf8"] } +anstyle-query = { version = "1", default-features = false } +anyhow = { version = "1", features = ["std"] } +async-channel = { version = "1", default-features = false } +async-lock = { version = "2", default-features = false } +async-std = { version = "1", features = ["alloc", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "crossbeam-utils", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "unstable", "wasm-bindgen-futures"] } +atty = { version = "0.2", default-features = false } +axum = { version = "0.6", features = ["form", "http1", "json", "matched-path", "original-uri", "query", "tokio", "tower-log", "ws"] } +axum-core = { version = "0.3", default-features = false } +az = { version = "1", default-features = false } +backtrace = { version = "0.3", features = ["gimli-symbolize", "std"] } +backtrace-ext = { version = "0.2", default-features = false } +bare-metal = { version = "1", default-features = false } +base64-594e8ee84c453af0 = { package = "base64", version = "0.13", features = ["std"] } +base64-647d43efb71741da = { package = "base64", version = "0.21", features = ["std"] } +bbq10kbd = { git = "https://github.com/hawkw/bbq10kbd", branch = "eliza/async", default-features = false, features = ["embedded-hal-async"] } +bincode = { version = "1", default-features = false } +bit-set = { version = "0.5", features = ["std"] } +bit-vec = { version = "0.6", default-features = false, features = ["std"] } +bit_field = { version = "0.10", default-features = false } +bitfield = { version = "0.14", default-features = false } +bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } +bootloader_api = { version = "0.11", default-features = false } +bytemuck = { version = "1", default-features = false, features = ["bytemuck_derive", "derive"] } +byteorder = { version = "1", features = ["std"] } +bytes = { version = "1", features = ["std"] } +cfg-if = { version = "1", default-features = false } +chrono = { version = "0.4", features = ["clock", "iana-time-zone", "js-sys", "oldtime", "std", "time", "wasm-bindgen", "wasmbind", "winapi"] } +clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["atty", "clap_derive", "color", "derive", "env", "once_cell", "std", "strsim", "suggestions", "termcolor"] } +clap-164d15cefe24d7eb = { package = "clap", version = "4", features = ["color", "derive", "env", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] } +clap_lex-6f8ce4dd05d13bba = { package = "clap_lex", version = "0.2", default-features = false } +clap_lex-d8f496e17d97b5cb = { package = "clap_lex", version = "0.5", default-features = false } +cobs = { version = "0.2", features = ["use_std"] } +color_quant = { version = "1", default-features = false } +colorchoice = { version = "1", default-features = false } +concurrent-queue = { version = "2", features = ["std"] } +console-api = { version = "0.5", default-features = false, features = ["transport"] } +console-subscriber = { version = "0.1", features = ["env-filter"] } +console_error_panic_hook = { version = "0.1", default-features = false } +const_format = { version = "0.2" } +cordyceps-29129200550082f8 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium", default-features = false } +cordyceps-453ff9c272a9ee45 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +crc32fast = { version = "1", features = ["std"] } +critical-section = { version = "1", default-features = false, features = ["restore-state-bool"] } +crossbeam-channel = { version = "0.5", features = ["crossbeam-utils", "std"] } +crossbeam-deque = { version = "0.8", features = ["crossbeam-epoch", "crossbeam-utils", "std"] } +crossbeam-epoch = { version = "0.9", default-features = false, features = ["alloc", "std"] } +crossbeam-utils = { version = "0.8", features = ["std"] } +d1-pac = { version = "0.0.31", default-features = false } +deflate = { version = "0.8", default-features = false } +defmt = { version = "0.3", default-features = false } +dirs = { version = "4", default-features = false } +dirs-sys-468e82937335b1c9 = { package = "dirs-sys", version = "0.3", default-features = false } +either = { version = "1", features = ["use_std"] } +embedded-dma = { version = "0.2", default-features = false } +embedded-graphics-ca01ad9e24f5d932 = { package = "embedded-graphics", version = "0.7" } +embedded-graphics-c38e5c1d305a1b54 = { package = "embedded-graphics", version = "0.8" } +embedded-graphics-core-468e82937335b1c9 = { package = "embedded-graphics-core", version = "0.3" } +embedded-graphics-core-9fbad63c4bcf4a8f = { package = "embedded-graphics-core", version = "0.4" } +embedded-graphics-simulator = { version = "0.3", features = ["sdl2", "with-sdl"] } +embedded-graphics-web-simulator = { git = "https://github.com/spookyvision/embedded-graphics-web-simulator", default-features = false } +embedded-hal-6f8ce4dd05d13bba = { package = "embedded-hal", version = "0.2", default-features = false, features = ["unproven"] } +embedded-hal-728fa4101789dbbe = { package = "embedded-hal", version = "1.0.0-alpha.11", default-features = false } +embedded-hal-async = { version = "0.2.0-alpha.2", default-features = false } +embedded-io = { version = "0.5", default-features = false } +equivalent = { version = "1", default-features = false } +esp-alloc = { version = "0.3", default-features = false } +esp-backtrace = { version = "0.7", default-features = false, features = ["esp-println", "esp32c3", "exception-handler", "panic-handler", "print-uart"] } +esp-hal-common = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["esp-riscv-rt", "esp32c3", "rv-zero-rtc-bss", "vectored"] } +esp-println = { version = "0.5", features = ["colors", "critical-section", "esp32c3", "uart"] } +esp-riscv-rt = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["zero-rtc-fast-bss"] } +esp32c3 = { version = "0.16", features = ["critical-section"] } +esp32c3-hal = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", features = ["rt", "vectored"] } +event-listener = { version = "2", default-features = false } +fastrand-dff4ba8e3ae991db = { package = "fastrand", version = "1", default-features = false } +flate2 = { version = "1", features = ["any_zlib", "libz-sys", "miniz_oxide", "rust_backend", "zlib"] } +float-cmp-c38e5c1d305a1b54 = { package = "float-cmp", version = "0.8", features = ["num-traits", "ratio"] } +float-cmp-274715c4dabd11b0 = { package = "float-cmp", version = "0.9", features = ["num-traits", "ratio"] } +fnv = { version = "1", features = ["std"] } +form_urlencoded = { version = "1", features = ["alloc", "std"] } +fugit = { version = "0.3", default-features = false } +futures = { version = "0.3", features = ["alloc", "async-await", "executor", "futures-executor", "std"] } +futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] } +futures-core = { version = "0.3", features = ["alloc", "std"] } +futures-executor = { version = "0.3", default-features = false, features = ["std"] } +futures-io = { version = "0.3", features = ["std"] } +futures-sink = { version = "0.3", features = ["alloc", "std"] } +futures-task = { version = "0.3", default-features = false, features = ["alloc", "std"] } +futures-util = { version = "0.3", features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std"] } +gcd = { version = "2", default-features = false } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "js-sys", "std", "wasm-bindgen"] } +gif = { version = "0.11", features = ["raii_no_panic", "std"] } +gimli = { version = "0.27", default-features = false, features = ["endian-reader", "fallible-iterator", "read", "read-core", "stable_deref_trait", "std"] } +gloo = { version = "0.9", features = ["console", "dialogs", "events", "file", "futures", "gloo-console", "gloo-dialogs", "gloo-events", "gloo-file", "gloo-history", "gloo-net", "gloo-render", "gloo-storage", "gloo-timers", "gloo-utils", "gloo-worker", "history", "net", "render", "storage", "timers", "utils", "worker"] } +gloo-console = { version = "0.2", default-features = false } +gloo-dialogs = { version = "0.1", default-features = false } +gloo-events = { version = "0.1", default-features = false } +gloo-file = { version = "0.2", features = ["futures", "futures-channel"] } +gloo-history = { version = "0.1", features = ["query", "serde_urlencoded", "thiserror"] } +gloo-net = { version = "0.3", features = ["eventsource", "futures-channel", "futures-core", "futures-sink", "http", "json", "pin-project", "serde", "serde_json", "websocket"] } +gloo-render = { version = "0.1", default-features = false } +gloo-storage = { version = "0.2", default-features = false } +gloo-timers = { version = "0.2", features = ["futures", "futures-channel", "futures-core"] } +gloo-utils-c65f7effa3be6d31 = { package = "gloo-utils", version = "0.1", features = ["serde"] } +gloo-utils-6f8ce4dd05d13bba = { package = "gloo-utils", version = "0.2", features = ["serde"] } +gloo-worker = { version = "0.3", features = ["futures"] } +h2 = { version = "0.3", default-features = false } +hal-x86_64 = { git = "https://github.com/hawkw/mycelium", features = ["alloc"] } +hash32-6f8ce4dd05d13bba = { package = "hash32", version = "0.2", default-features = false } +hash32-468e82937335b1c9 = { package = "hash32", version = "0.3", default-features = false } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more", "raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more", "raw"] } +hdrhistogram = { version = "7", default-features = false, features = ["base64", "flate2", "nom", "serialization"] } +heapless = { version = "0.7", features = ["atomic-polyfill", "cas", "defmt", "defmt-impl", "serde"] } +hex = { version = "0.4", features = ["alloc", "serde", "std"] } +http = { version = "0.2", default-features = false } +http-body = { version = "0.4", default-features = false } +httparse = { version = "1", features = ["std"] } +httpdate = { version = "1", default-features = false } +humantime = { version = "2", default-features = false } +hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } +hyper-timeout = { version = "0.4", default-features = false } +idna-9fbad63c4bcf4a8f = { package = "idna", version = "0.4", features = ["alloc", "std"] } +image = { version = "0.23", features = ["bmp", "dds", "dxt", "farbfeld", "gif", "hdr", "ico", "jpeg", "jpeg_rayon", "png", "pnm", "scoped_threadpool", "tga", "tiff", "webp"] } +indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1", default-features = false, features = ["std"] } +indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2", features = ["std"] } +input-mgr = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033", default-features = false } +io-lifetimes = { version = "1", features = ["close", "hermit-abi", "libc", "windows-sys"] } +is-terminal = { version = "0.4", default-features = false } +is_ci = { version = "1", default-features = false } +itoa-dff4ba8e3ae991db = { package = "itoa", version = "1", default-features = false } +jpeg-decoder = { version = "0.1", default-features = false, features = ["rayon"] } +js-sys = { version = "0.3", default-features = false } +kv-log-macro = { version = "1", default-features = false } +lazy_static = { version = "1", default-features = false } +libc = { version = "0.2", features = ["extra_traits", "std"] } +libm = { version = "0.2" } +linked_list_allocator = { version = "0.10", default-features = false, features = ["const_mut_refs"] } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std", "value-bag"] } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc", "tracing-01"] } +matchers = { version = "0.1", default-features = false } +matchit = { version = "0.7" } +memchr = { version = "2", features = ["std", "use_std"] } +memoffset-274715c4dabd11b0 = { package = "memoffset", version = "0.9" } +micromath-dff4ba8e3ae991db = { package = "micromath", version = "1", default-features = false } +micromath-f595c2ba2a3f28df = { package = "micromath", version = "2", default-features = false } +miette = { version = "5", features = ["backtrace", "backtrace-ext", "fancy", "fancy-no-backtrace", "is-terminal", "owo-colors", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"] } +mime = { version = "0.3", default-features = false } +minicbor = { version = "0.13", default-features = false, features = ["alloc", "derive", "minicbor-derive", "std"] } +minimal-lexical = { version = "0.2", default-features = false, features = ["std"] } +miniz_oxide-468e82937335b1c9 = { package = "miniz_oxide", version = "0.3", default-features = false } +miniz_oxide-9fbad63c4bcf4a8f = { package = "miniz_oxide", version = "0.4", default-features = false, features = ["no_extern_crate_alloc"] } +miniz_oxide-ca01ad9e24f5d932 = { package = "miniz_oxide", version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", features = ["log", "net", "os-ext", "os-poll"] } +modality-ingest-client = { version = "0.1", default-features = false } +mycelium-alloc = { git = "https://github.com/hawkw/mycelium", default-features = false, features = ["buddy", "bump", "hal-core", "mycelium-util", "tracing"] } +mycelium-bitfield-8c33345d9971b90c = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium", default-features = false } +mycelium-bitfield-863e1bb9b8a06b29 = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", default-features = false } +mycelium-trace = { git = "https://github.com/hawkw/mycelium", features = ["embedded-graphics"] } +mycelium-util-8c33345d9971b90c = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium" } +mycelium-util-863e1bb9b8a06b29 = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064" } +mycotest = { git = "https://github.com/hawkw/mycelium", default-features = false } +native-tls = { version = "0.2", default-features = false } +nb-c65f7effa3be6d31 = { package = "nb", version = "0.1", default-features = false, features = ["unstable"] } +nb-dff4ba8e3ae991db = { package = "nb", version = "1", default-features = false } +nom = { version = "7", features = ["alloc", "std"] } +nu-ansi-term = { version = "0.46", default-features = false } +num = { version = "0.1", default-features = false } +num-integer = { version = "0.1", features = ["i128", "std"] } +num-iter = { version = "0.1", features = ["std"] } +num-rational = { version = "0.3", default-features = false } +num-traits = { version = "0.2", features = ["i128", "libm", "std"] } +num_cpus = { version = "1", default-features = false } +object = { version = "0.31", default-features = false, features = ["archive", "coff", "compression", "elf", "flate2", "macho", "pe", "read", "read_core", "ruzstd", "std", "unaligned", "xcoff"] } +once_cell = { version = "1", features = ["alloc", "race", "std", "unstable"] } +os_str_bytes = { version = "6", default-features = false, features = ["raw_os_str"] } +overload = { version = "0.1", default-features = false } +ovmf-prebuilt = { version = "0.1.0-alpha.1", default-features = false } +owo-colors = { version = "3", default-features = false, features = ["supports-color", "supports-colors"] } +percent-encoding = { version = "2", features = ["alloc", "std"] } +pin-project = { version = "1", default-features = false } +pin-project-lite = { version = "0.2", default-features = false } +pin-utils = { version = "0.1", default-features = false } +pinned = { version = "0.1", default-features = false } +png = { version = "0.16", features = ["deflate", "png-encoding"] } +portable-atomic = { version = "1", features = ["critical-section", "fallback", "require-cas"] } +postcard-ca01ad9e24f5d932 = { package = "postcard", version = "0.7", features = ["heapless", "heapless-cas", "use-std"] } +postcard-dff4ba8e3ae991db = { package = "postcard", version = "1", features = ["alloc", "const_format", "experimental-derive", "heapless", "heapless-cas", "postcard-derive", "use-std"] } +postcard-cobs = { version = "0.1.5-pre", default-features = false } +ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } +profont = { version = "0.6", default-features = false } +proptest = { version = "1", features = ["bit-set", "break-dead-code", "fork", "lazy_static", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout"] } +prost = { version = "0.11", features = ["prost-derive", "std"] } +prost-types = { version = "0.11", features = ["std"] } +quick-error = { version = "1", default-features = false } +r0 = { version = "1", default-features = false } +rand-3b31131e45eafb45 = { package = "rand", version = "0.6", features = ["alloc", "rand_os", "std"] } +rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "small_rng", "std", "std_rng"] } +rand_chacha-c65f7effa3be6d31 = { package = "rand_chacha", version = "0.1", default-features = false } +rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3", default-features = false, features = ["std"] } +rand_core-468e82937335b1c9 = { package = "rand_core", version = "0.3", default-features = false } +rand_core-9fbad63c4bcf4a8f = { package = "rand_core", version = "0.4", default-features = false, features = ["alloc", "std"] } +rand_core-3b31131e45eafb45 = { package = "rand_core", version = "0.6", default-features = false, features = ["alloc", "getrandom", "std"] } +rand_hc = { version = "0.1", default-features = false } +rand_isaac = { version = "0.1", default-features = false } +rand_jitter = { version = "0.1", default-features = false, features = ["std"] } +rand_os = { version = "0.1", default-features = false } +rand_pcg-c65f7effa3be6d31 = { package = "rand_pcg", version = "0.1", default-features = false } +rand_xorshift-c65f7effa3be6d31 = { package = "rand_xorshift", version = "0.1", default-features = false } +rand_xorshift-468e82937335b1c9 = { package = "rand_xorshift", version = "0.3", default-features = false } +raw-cpuid = { version = "10", default-features = false } +rayon = { version = "1", default-features = false } +rayon-core = { version = "1", default-features = false } +regex = { version = "1", features = ["perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } +regex-automata-c65f7effa3be6d31 = { package = "regex-automata", version = "0.1", features = ["regex-syntax", "std"] } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["alloc", "dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"] } +regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } +regex-syntax-ca01ad9e24f5d932 = { package = "regex-syntax", version = "0.7", features = ["std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } +ring-drawer = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033" } +riscv = { version = "0.10", default-features = false, features = ["critical-section-single-hart"] } +riscv-rt = { version = "0.11", default-features = false } +rsdp = { version = "2", default-features = false } +rustc-demangle = { version = "0.1", default-features = false } +rusty-fork = { version = "0.3", default-features = false, features = ["timeout", "wait-timeout"] } +ryu = { version = "1", default-features = false } +scoped_threadpool = { version = "0.1", default-features = false } +scopeguard = { version = "1", features = ["use_std"] } +sdl2 = { version = "0.32" } +sdl2-sys = { version = "0.32" } +serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] } +serde-wasm-bindgen = { version = "0.5", default-features = false } +serde_json = { version = "1", features = ["raw_value", "std", "unbounded_depth"] } +serde_spanned = { version = "0.6", default-features = false, features = ["serde"] } +serde_urlencoded = { version = "0.7", default-features = false } +serialport-ddd52cfaddcf02fb = { package = "serialport", git = "https://github.com/metta-systems/serialport-rs", rev = "7fec572529ec35b82bd4e3636d897fe2f1c2233f", features = ["libudev"] } +serialport-164d15cefe24d7eb = { package = "serialport", version = "4", features = ["libudev"] } +sharded-slab = { version = "0.1", default-features = false } +slab = { version = "0.4", features = ["std"] } +smallvec = { version = "1", default-features = false, features = ["write"] } +smawk = { version = "0.3", default-features = false } +socket2 = { version = "0.4", default-features = false, features = ["all"] } +stable_deref_trait = { version = "1", features = ["alloc", "std"] } +strsim-93f6ce9d446188ac = { package = "strsim", version = "0.10", default-features = false } +strum-2ffb4c3fe830441c = { package = "strum", version = "0.25", features = ["derive", "std", "strum_macros"] } +supports-color-dff4ba8e3ae991db = { package = "supports-color", version = "1", default-features = false } +supports-color-f595c2ba2a3f28df = { package = "supports-color", version = "2", default-features = false } +supports-hyperlinks = { version = "2", default-features = false } +supports-unicode = { version = "2", default-features = false } +sync_wrapper = { version = "0.1", default-features = false } +tempfile = { version = "3", default-features = false } +termcolor = { version = "1", default-features = false } +terminal_size-c65f7effa3be6d31 = { package = "terminal_size", version = "0.1", default-features = false } +textwrap-3575ec1268b04181 = { package = "textwrap", version = "0.15", features = ["smawk", "unicode-linebreak", "unicode-width"] } +textwrap-986da7b5efc2b80e = { package = "textwrap", version = "0.16", default-features = false } +thiserror = { version = "1", default-features = false } +thread_local = { version = "1", default-features = false } +tiff = { version = "0.6", default-features = false } +time-c65f7effa3be6d31 = { package = "time", version = "0.1", default-features = false } +tinyvec = { version = "1", features = ["alloc", "tinyvec_macros"] } +tinyvec_macros = { version = "0.1", default-features = false } +tokio = { version = "1", features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros", "tracing", "windows-sys"] } +tokio-io-timeout = { version = "1", default-features = false } +tokio-native-tls = { version = "0.3", default-features = false } +tokio-stream = { version = "0.1", features = ["fs", "net", "sync", "time", "tokio-util"] } +tokio-util = { version = "0.7", features = ["codec", "io", "tracing"] } +toml-ca01ad9e24f5d932 = { package = "toml", version = "0.7", features = ["display", "parse"] } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tonic = { version = "0.9", features = ["channel", "codegen", "prost", "transport"] } +tower = { version = "0.4", default-features = false, features = ["__common", "balance", "buffer", "discover", "futures-core", "futures-util", "indexmap", "limit", "load", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "slab", "timeout", "tokio", "tokio-util", "tracing", "util"] } +tower-layer = { version = "0.3", default-features = false } +tower-service = { version = "0.3", default-features = false } +tracing-c65f7effa3be6d31 = { package = "tracing", version = "0.1", features = ["attributes", "log", "std", "tracing-attributes"] } +tracing-49367297afd278d2 = { package = "tracing", git = "https://github.com/tokio-rs/tracing", default-features = false, features = ["attributes", "tracing-attributes"] } +tracing-core-c65f7effa3be6d31 = { package = "tracing-core", version = "0.1", features = ["once_cell", "std", "valuable"] } +tracing-core-49367297afd278d2 = { package = "tracing-core", git = "https://github.com/tokio-rs/tracing", default-features = false } +tracing-log = { version = "0.1", default-features = false, features = ["log-tracer", "std"] } +tracing-modality = { git = "https://github.com/auxoncorp/modality-tracing-rs", rev = "9c23c188466357e7ad0c618b4edfe9514e9bf764", default-features = false } +tracing-serde-structured = { git = "https://github.com/hawkw/tracing-serde-structured", branch = "eliza/span-fields", features = ["std"] } +tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "env-filter", "fmt", "matchers", "nu-ansi-term", "once_cell", "regex", "registry", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log"] } +tracing-wasm = { version = "0.2", default-features = false } +try-lock = { version = "0.2", default-features = false } +unarray = { version = "0.1", default-features = false } +unicode-bidi = { version = "0.3", features = ["hardcoded-data", "std"] } +unicode-linebreak = { version = "0.1", default-features = false } +unicode-normalization = { version = "0.1", features = ["std"] } +unicode-width = { version = "0.1" } +url = { version = "2" } +utf8parse = { version = "0.2" } +uuid-c38e5c1d305a1b54 = { package = "uuid", version = "0.8", features = ["getrandom", "std", "v4"] } +uuid-dff4ba8e3ae991db = { package = "uuid", version = "1", features = ["getrandom", "rng", "serde", "std", "v4"] } +value-bag = { version = "1", default-features = false } +vcell = { version = "0.1", default-features = false } +void = { version = "1", default-features = false } +volatile = { version = "0.4", default-features = false, features = ["unstable"] } +wait-timeout = { version = "0.2", default-features = false } +want = { version = "0.3", default-features = false } +wasm-bindgen = { version = "0.2", features = ["spans", "std"] } +wasm-bindgen-futures = { version = "0.4", default-features = false } +web-sys = { version = "0.3", default-features = false, features = ["AbortSignal", "AddEventListenerOptions", "BinaryType", "Blob", "BlobPropertyBag", "CanvasRenderingContext2d", "CloseEvent", "CloseEventInit", "DedicatedWorkerGlobalScope", "Document", "DomException", "Element", "ErrorEvent", "Event", "EventSource", "EventTarget", "File", "FileList", "FilePropertyBag", "FileReader", "FormData", "Headers", "History", "HtmlCanvasElement", "HtmlElement", "HtmlHeadElement", "HtmlInputElement", "ImageData", "KeyboardEvent", "Location", "MessageEvent", "Node", "ObserverCallback", "ProgressEvent", "ReadableStream", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "ResponseInit", "ResponseType", "Storage", "UiEvent", "Url", "UrlSearchParams", "WebSocket", "Window", "Worker", "WorkerGlobalScope", "WorkerOptions", "console"] } +weezl = { version = "0.1", features = ["alloc", "std"] } +winnow = { version = "0.5", features = ["alloc", "std"] } + +[build-dependencies] +acpi = { version = "4", default-features = false } +addr2line = { version = "0.20", features = ["cpp_demangle", "fallible-iterator", "memmap2", "object", "rustc-demangle", "smallvec", "std", "std-object"] } +adler = { version = "1", default-features = false } +adler32 = { version = "1", features = ["std"] } +aes = { version = "0.8", default-features = false } +aho-corasick = { version = "1", features = ["perf-literal", "std"] } +ansi_term = { version = "0.12", default-features = false } +anstream = { version = "0.5", features = ["auto", "wincon"] } +anstyle = { version = "1", features = ["std"] } +anstyle-parse = { version = "0.2", features = ["utf8"] } +anstyle-query = { version = "1", default-features = false } +anyhow = { version = "1", features = ["std"] } +arrayvec = { version = "0.5", default-features = false } +async-channel = { version = "1", default-features = false } +async-lock = { version = "2", default-features = false } +async-process = { version = "1", default-features = false } +async-scoped = { version = "0.7", default-features = false, features = ["tokio", "use-tokio"] } +async-std = { version = "1", features = ["alloc", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "crossbeam-utils", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "unstable", "wasm-bindgen-futures"] } +async-trait = { version = "0.1", default-features = false } +atomicwrites = { version = "0.4", default-features = false } +atty = { version = "0.2", default-features = false } +autocfg-c65f7effa3be6d31 = { package = "autocfg", version = "0.1", default-features = false } +autocfg-dff4ba8e3ae991db = { package = "autocfg", version = "1", default-features = false } +axum = { version = "0.6", features = ["form", "http1", "json", "matched-path", "original-uri", "query", "tokio", "tower-log", "ws"] } +axum-core = { version = "0.3", default-features = false } +az = { version = "1", default-features = false } +backtrace = { version = "0.3", features = ["gimli-symbolize", "std"] } +backtrace-ext = { version = "0.2", default-features = false } +bare-metal = { version = "1", default-features = false } +base64-594e8ee84c453af0 = { package = "base64", version = "0.13", features = ["std"] } +base64-647d43efb71741da = { package = "base64", version = "0.21", features = ["std"] } +base64ct = { version = "1", default-features = false, features = ["alloc"] } +basic-toml = { version = "0.1", default-features = false } +bbq10kbd = { git = "https://github.com/hawkw/bbq10kbd", branch = "eliza/async", default-features = false, features = ["embedded-hal-async"] } +bincode = { version = "1", default-features = false } +binread = { version = "2", features = ["std"] } +binread_derive = { version = "2", default-features = false } +bit-set = { version = "0.5", features = ["std"] } +bit-vec = { version = "0.6", default-features = false, features = ["std"] } +bit_field = { version = "0.10", default-features = false } +bitfield = { version = "0.14", default-features = false } +bitflags-dff4ba8e3ae991db = { package = "bitflags", version = "1" } +bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2", default-features = false, features = ["std"] } +bitvec = { version = "1", features = ["alloc", "atomic", "std"] } +block-buffer = { version = "0.10", default-features = false } +bootloader = { version = "0.11", features = ["bios", "uefi"] } +bootloader-boot-config = { version = "0.11", default-features = false } +bootloader_api = { version = "0.11", default-features = false } +bstr-6f8ce4dd05d13bba = { package = "bstr", version = "0.2", default-features = false, features = ["lazy_static", "regex-automata", "unicode"] } +bumpalo = { version = "3" } +bytecount = { version = "0.6", default-features = false } +bytemuck = { version = "1", default-features = false, features = ["bytemuck_derive", "derive"] } +bytemuck_derive = { version = "1", default-features = false } +byteorder = { version = "1", features = ["std"] } +bytes = { version = "1", features = ["std"] } +bzip2 = { version = "0.4", default-features = false } +bzip2-sys = { version = "0.1", default-features = false } +camino = { version = "1", default-features = false, features = ["serde", "serde1"] } +camino-tempfile = { version = "1", default-features = false } +cargo-binutils = { version = "0.3", default-features = false } +cargo-espflash = { version = "2", default-features = false } +cargo-lock = { version = "9", default-features = false } +cargo-nextest = { version = "0.9", features = ["default-no-update", "self-update"] } +cargo-platform = { version = "0.1", default-features = false } +cargo_metadata-3575ec1268b04181 = { package = "cargo_metadata", version = "0.15" } +cargo_metadata-9067fe90e8c1f593 = { package = "cargo_metadata", version = "0.17" } +cc = { version = "1", default-features = false, features = ["jobserver", "parallel"] } +cfg-expr = { version = "0.15", features = ["target-lexicon", "targets"] } +cfg-if = { version = "1", default-features = false } +chrono = { version = "0.4", features = ["clock", "iana-time-zone", "js-sys", "oldtime", "std", "time", "wasm-bindgen", "wasmbind", "winapi"] } +cipher = { version = "0.4", default-features = false } +clap-f595c2ba2a3f28df = { package = "clap", version = "2", features = ["ansi_term", "atty", "color", "strsim", "suggestions", "term_size", "vec_map", "wrap_help"] } +clap-7b89eefb6aaa9bf3 = { package = "clap", version = "3", features = ["atty", "clap_derive", "color", "derive", "env", "once_cell", "std", "strsim", "suggestions", "termcolor"] } +clap-164d15cefe24d7eb = { package = "clap", version = "4", features = ["color", "derive", "env", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "error-context", "help", "std", "suggestions", "usage", "wrap_help"] } +clap_complete = { version = "4" } +clap_derive-7b89eefb6aaa9bf3 = { package = "clap_derive", version = "3" } +clap_derive-164d15cefe24d7eb = { package = "clap_derive", version = "4" } +clap_lex-6f8ce4dd05d13bba = { package = "clap_lex", version = "0.2", default-features = false } +clap_lex-d8f496e17d97b5cb = { package = "clap_lex", version = "0.5", default-features = false } +cobs = { version = "0.2", features = ["use_std"] } +color-eyre = { version = "0.6", default-features = false } +color_quant = { version = "1", default-features = false } +colorchoice = { version = "1", default-features = false } +comfy-table = { version = "7", features = ["crossterm", "tty"] } +concurrent-queue = { version = "2", features = ["std"] } +config = { version = "0.13", default-features = false, features = ["toml"] } +console = { version = "0.15", features = ["ansi-parsing", "unicode-width"] } +console-api = { version = "0.5", default-features = false, features = ["transport"] } +console-subscriber = { version = "0.1", features = ["env-filter"] } +console_error_panic_hook = { version = "0.1", default-features = false } +const-oid = { version = "0.9", default-features = false } +const_format = { version = "0.2" } +const_format_proc_macros = { version = "0.2" } +constant_time_eq = { version = "0.1", default-features = false } +convert_case = { version = "0.4", default-features = false } +cordyceps-29129200550082f8 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium", default-features = false } +cordyceps-453ff9c272a9ee45 = { package = "cordyceps", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +cpp_demangle = { version = "0.4", default-features = false, features = ["alloc"] } +crc = { version = "3", default-features = false } +crc-catalog = { version = "2", default-features = false } +crc32fast = { version = "1", features = ["std"] } +critical-section = { version = "1", default-features = false, features = ["restore-state-bool"] } +crossbeam-channel = { version = "0.5", features = ["crossbeam-utils", "std"] } +crossbeam-deque = { version = "0.8", features = ["crossbeam-epoch", "crossbeam-utils", "std"] } +crossbeam-epoch = { version = "0.9", default-features = false, features = ["alloc", "std"] } +crossbeam-utils = { version = "0.8", features = ["std"] } +crossterm-2ffb4c3fe830441c = { package = "crossterm", version = "0.25", features = ["bracketed-paste"] } +crossterm-2f80eeee3b1b6c7e = { package = "crossterm", version = "0.26", default-features = false } +crypto-common = { version = "0.1", default-features = false, features = ["std"] } +cssparser = { version = "0.27", default-features = false } +cssparser-macros = { version = "0.6", default-features = false } +csv = { version = "1", default-features = false } +csv-core = { version = "0.1" } +ctrlc = { version = "3", default-features = false, features = ["termination"] } +cvt = { version = "0.1", default-features = false } +d1-pac = { version = "0.0.31", default-features = false } +darling-582f2526e08bb6a0 = { package = "darling", version = "0.14", features = ["suggestions"] } +darling-56bd22fc3884b12 = { package = "darling", version = "0.20", features = ["suggestions"] } +darling_core-582f2526e08bb6a0 = { package = "darling_core", version = "0.14", default-features = false, features = ["strsim", "suggestions"] } +darling_core-56bd22fc3884b12 = { package = "darling_core", version = "0.20", default-features = false, features = ["strsim", "suggestions"] } +darling_macro-582f2526e08bb6a0 = { package = "darling_macro", version = "0.14", default-features = false } +darling_macro-56bd22fc3884b12 = { package = "darling_macro", version = "0.20", default-features = false } +data-encoding = { version = "2", features = ["alloc", "std"] } +debug-ignore = { version = "1", default-features = false } +deflate = { version = "0.8", default-features = false } +defmt = { version = "0.3", default-features = false } +defmt-macros = { version = "0.3", default-features = false } +defmt-parser = { version = "0.3", default-features = false, features = ["unstable"] } +deku = { version = "0.16", features = ["alloc", "const_generics", "std"] } +deku_derive = { version = "0.16", default-features = false, features = ["proc-macro-crate", "std"] } +derivative = { version = "2", default-features = false } +derive_more = { version = "0.99", features = ["add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "deref", "deref_mut", "display", "error", "from", "from_str", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "not", "rustc_version", "sum", "try_into", "unwrap"] } +dialoguer = { version = "0.10", features = ["editor", "password", "tempfile", "zeroize"] } +digest = { version = "0.10", features = ["alloc", "block-buffer", "const-oid", "core-api", "mac", "oid", "std", "subtle"] } +directories = { version = "5", default-features = false } +dirs = { version = "4", default-features = false } +dirs-sys-468e82937335b1c9 = { package = "dirs-sys", version = "0.3", default-features = false } +dirs-sys-9fbad63c4bcf4a8f = { package = "dirs-sys", version = "0.4", default-features = false } +doc-comment = { version = "0.3", default-features = false } +dotenvy = { version = "0.15", default-features = false } +dtoa = { version = "1", default-features = false } +dtoa-short = { version = "0.3", default-features = false } +duct = { version = "0.13", default-features = false } +dunce = { version = "1", default-features = false } +edit-distance = { version = "2", default-features = false } +either = { version = "1", features = ["use_std"] } +embedded-dma = { version = "0.2", default-features = false } +embedded-graphics-ca01ad9e24f5d932 = { package = "embedded-graphics", version = "0.7" } +embedded-graphics-c38e5c1d305a1b54 = { package = "embedded-graphics", version = "0.8" } +embedded-graphics-core-468e82937335b1c9 = { package = "embedded-graphics-core", version = "0.3" } +embedded-graphics-core-9fbad63c4bcf4a8f = { package = "embedded-graphics-core", version = "0.4" } +embedded-graphics-simulator = { version = "0.3", features = ["sdl2", "with-sdl"] } +embedded-graphics-web-simulator = { git = "https://github.com/spookyvision/embedded-graphics-web-simulator", default-features = false } +embedded-hal-6f8ce4dd05d13bba = { package = "embedded-hal", version = "0.2", default-features = false, features = ["unproven"] } +embedded-hal-728fa4101789dbbe = { package = "embedded-hal", version = "1.0.0-alpha.11", default-features = false } +embedded-hal-async = { version = "0.2.0-alpha.2", default-features = false } +embedded-io = { version = "0.5", default-features = false } +enable-ansi-support = { version = "0.2", default-features = false } +env_logger = { version = "0.10", features = ["auto-color", "color", "humantime", "regex"] } +envy = { version = "0.4", default-features = false } +equivalent = { version = "1", default-features = false } +esp-alloc = { version = "0.3", default-features = false } +esp-backtrace = { version = "0.7", default-features = false, features = ["esp-println", "esp32c3", "exception-handler", "panic-handler", "print-uart"] } +esp-hal-common = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["esp-riscv-rt", "esp32c3", "rv-zero-rtc-bss", "vectored"] } +esp-hal-procmacros = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["interrupt"] } +esp-idf-part = { version = "0.4", features = ["csv", "deku", "parse_int", "regex", "std", "thiserror"] } +esp-println = { version = "0.5", features = ["colors", "critical-section", "esp32c3", "uart"] } +esp-riscv-rt = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", default-features = false, features = ["zero-rtc-fast-bss"] } +esp32c3 = { version = "0.16", features = ["critical-section"] } +esp32c3-hal = { git = "https://github.com/esp-rs/esp-hal", rev = "5a8be302b4049a6ebc17bd712d97c85a9fd83f76", features = ["rt", "vectored"] } +espflash = { version = "2", features = ["cli"] } +event-listener = { version = "2", default-features = false } +eyre = { version = "0.6", features = ["auto-install", "track-caller"] } +failure = { version = "0.1", features = ["backtrace", "derive", "failure_derive", "std"] } +failure_derive = { version = "0.1", default-features = false } +fallible-iterator = { version = "0.2", default-features = false, features = ["std"] } +fastrand-dff4ba8e3ae991db = { package = "fastrand", version = "1", default-features = false } +fatfs = { version = "0.3", default-features = false, features = ["alloc", "std"] } +file-id = { version = "0.2", default-features = false } +filetime = { version = "0.2", default-features = false } +fixedbitset = { version = "0.4", default-features = false } +flate2 = { version = "1", features = ["any_zlib", "libz-sys", "miniz_oxide", "rust_backend", "zlib"] } +float-cmp-c38e5c1d305a1b54 = { package = "float-cmp", version = "0.8", features = ["num-traits", "ratio"] } +float-cmp-274715c4dabd11b0 = { package = "float-cmp", version = "0.9", features = ["num-traits", "ratio"] } +fnv = { version = "1", features = ["std"] } +form_urlencoded = { version = "1", features = ["alloc", "std"] } +fs_at = { version = "0.1" } +fs_extra = { version = "1", default-features = false } +fugit = { version = "0.3", default-features = false } +funty = { version = "2", default-features = false } +futf = { version = "0.1", default-features = false } +future-queue = { version = "0.3", default-features = false } +futures = { version = "0.3", features = ["alloc", "async-await", "executor", "futures-executor", "std"] } +futures-channel = { version = "0.3", features = ["alloc", "futures-sink", "sink", "std"] } +futures-concurrency = { version = "7", default-features = false } +futures-core = { version = "0.3", features = ["alloc", "std"] } +futures-executor = { version = "0.3", default-features = false, features = ["std"] } +futures-io = { version = "0.3", features = ["std"] } +futures-lite = { version = "1", features = ["alloc", "fastrand", "futures-io", "memchr", "parking", "std", "waker-fn"] } +futures-macro = { version = "0.3", default-features = false } +futures-sink = { version = "0.3", features = ["alloc", "std"] } +futures-task = { version = "0.3", default-features = false, features = ["alloc", "std"] } +futures-util = { version = "0.3", features = ["alloc", "async-await", "async-await-macro", "channel", "futures-channel", "futures-io", "futures-macro", "futures-sink", "io", "memchr", "sink", "slab", "std"] } +fxhash = { version = "0.2", default-features = false } +gcd = { version = "2", default-features = false } +generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] } +getrandom-c65f7effa3be6d31 = { package = "getrandom", version = "0.1", default-features = false, features = ["std"] } +getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "js-sys", "std", "wasm-bindgen"] } +gif = { version = "0.11", features = ["raii_no_panic", "std"] } +gimli = { version = "0.27", default-features = false, features = ["endian-reader", "fallible-iterator", "read", "read-core", "stable_deref_trait", "std"] } +gloo = { version = "0.9", features = ["console", "dialogs", "events", "file", "futures", "gloo-console", "gloo-dialogs", "gloo-events", "gloo-file", "gloo-history", "gloo-net", "gloo-render", "gloo-storage", "gloo-timers", "gloo-utils", "gloo-worker", "history", "net", "render", "storage", "timers", "utils", "worker"] } +gloo-console = { version = "0.2", default-features = false } +gloo-dialogs = { version = "0.1", default-features = false } +gloo-events = { version = "0.1", default-features = false } +gloo-file = { version = "0.2", features = ["futures", "futures-channel"] } +gloo-history = { version = "0.1", features = ["query", "serde_urlencoded", "thiserror"] } +gloo-net = { version = "0.3", features = ["eventsource", "futures-channel", "futures-core", "futures-sink", "http", "json", "pin-project", "serde", "serde_json", "websocket"] } +gloo-render = { version = "0.1", default-features = false } +gloo-storage = { version = "0.2", default-features = false } +gloo-timers = { version = "0.2", features = ["futures", "futures-channel", "futures-core"] } +gloo-utils-c65f7effa3be6d31 = { package = "gloo-utils", version = "0.1", features = ["serde"] } +gloo-utils-6f8ce4dd05d13bba = { package = "gloo-utils", version = "0.2", features = ["serde"] } +gloo-worker = { version = "0.3", features = ["futures"] } +gloo-worker-macros = { version = "0.1", default-features = false } +gpt = { version = "3", default-features = false } +guppy = { version = "0.17", default-features = false } +guppy-workspace-hack = { version = "0.1", default-features = false } +h2 = { version = "0.3", default-features = false } +hal-x86_64 = { git = "https://github.com/hawkw/mycelium", features = ["alloc"] } +hash32-6f8ce4dd05d13bba = { package = "hash32", version = "0.2", default-features = false } +hash32-468e82937335b1c9 = { package = "hash32", version = "0.3", default-features = false } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more", "raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more", "raw"] } +hdrhistogram = { version = "7", default-features = false, features = ["base64", "flate2", "nom", "serialization"] } +heapless = { version = "0.7", features = ["atomic-polyfill", "cas", "defmt", "defmt-impl", "serde"] } +heck = { version = "0.4" } +hex = { version = "0.4", features = ["alloc", "serde", "std"] } +hmac = { version = "0.12", default-features = false, features = ["reset"] } +home = { version = "0.5", default-features = false } +html5ever = { version = "0.25", default-features = false } +http = { version = "0.2", default-features = false } +http-body = { version = "0.4", default-features = false } +http-range-header = { version = "0.3", default-features = false } +httparse = { version = "1", features = ["std"] } +httpdate = { version = "1", default-features = false } +humantime = { version = "2", default-features = false } +humantime-serde = { version = "1", default-features = false } +hyper = { version = "0.14", features = ["client", "full", "h2", "http1", "http2", "runtime", "server", "socket2", "stream", "tcp"] } +hyper-timeout = { version = "0.4", default-features = false } +ident_case = { version = "1", default-features = false } +idna-9fbad63c4bcf4a8f = { package = "idna", version = "0.4", features = ["alloc", "std"] } +image = { version = "0.23", features = ["bmp", "dds", "dxt", "farbfeld", "gif", "hdr", "ico", "jpeg", "jpeg_rayon", "png", "pnm", "scoped_threadpool", "tga", "tiff", "webp"] } +indent_write = { version = "2", features = ["std"] } +indenter = { version = "0.3" } +indexmap-dff4ba8e3ae991db = { package = "indexmap", version = "1", default-features = false, features = ["std"] } +indexmap-f595c2ba2a3f28df = { package = "indexmap", version = "2", features = ["std"] } +indicatif = { version = "0.17", features = ["unicode-width"] } +inout = { version = "0.1", default-features = false } +input-mgr = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033", default-features = false } +io-lifetimes = { version = "1", features = ["close", "hermit-abi", "libc", "windows-sys"] } +is-terminal = { version = "0.4", default-features = false } +is_ci = { version = "1", default-features = false } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10", default-features = false, features = ["use_alloc"] } +itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11", features = ["use_alloc", "use_std"] } +itoa-9fbad63c4bcf4a8f = { package = "itoa", version = "0.4", features = ["std"] } +itoa-dff4ba8e3ae991db = { package = "itoa", version = "1", default-features = false } +jobserver = { version = "0.1", default-features = false } +jpeg-decoder = { version = "0.1", default-features = false, features = ["rayon"] } +js-sys = { version = "0.3", default-features = false } +just = { version = "1" } +kv-log-macro = { version = "1", default-features = false } +lazy_static = { version = "1", default-features = false } +lexiclean = { version = "0.0.1", default-features = false } +libc = { version = "0.2", features = ["extra_traits", "std"] } +libm = { version = "0.2" } +libz-sys = { version = "1", default-features = false, features = ["libc"] } +linked_list_allocator = { version = "0.10", default-features = false, features = ["const_mut_refs"] } +llvm-tools = { version = "0.1", default-features = false } +local-ip-address = { version = "0.5", default-features = false } +lock_api = { version = "0.4", features = ["atomic_usize"] } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std", "value-bag"] } +mac = { version = "0.1", default-features = false } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc", "tracing-01"] } +markup5ever = { version = "0.10", default-features = false } +matchers = { version = "0.1", default-features = false } +matches = { version = "0.1", default-features = false } +matchit = { version = "0.7" } +mbrman = { version = "0.5", default-features = false } +md5 = { version = "0.7", default-features = false, features = ["std"] } +memchr = { version = "2", features = ["std", "use_std"] } +memmap2 = { version = "0.5", default-features = false } +memoffset-274715c4dabd11b0 = { package = "memoffset", version = "0.9" } +micromath-dff4ba8e3ae991db = { package = "micromath", version = "1", default-features = false } +micromath-f595c2ba2a3f28df = { package = "micromath", version = "2", default-features = false } +miette = { version = "5", features = ["backtrace", "backtrace-ext", "fancy", "fancy-no-backtrace", "is-terminal", "owo-colors", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"] } +miette-derive = { version = "5", default-features = false } +mime = { version = "0.3", default-features = false } +mime_guess = { version = "2", default-features = false } +minicbor = { version = "0.13", default-features = false, features = ["alloc", "derive", "minicbor-derive", "std"] } +minicbor-derive = { version = "0.8", default-features = false } +minimal-lexical = { version = "0.2", default-features = false, features = ["std"] } +miniz_oxide-468e82937335b1c9 = { package = "miniz_oxide", version = "0.3", default-features = false } +miniz_oxide-9fbad63c4bcf4a8f = { package = "miniz_oxide", version = "0.4", default-features = false, features = ["no_extern_crate_alloc"] } +miniz_oxide-ca01ad9e24f5d932 = { package = "miniz_oxide", version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", features = ["log", "net", "os-ext", "os-poll"] } +modality-ingest-client = { version = "0.1", default-features = false } +mukti-metadata = { version = "0.1", default-features = false } +mycelium-alloc = { git = "https://github.com/hawkw/mycelium", default-features = false, features = ["buddy", "bump", "hal-core", "mycelium-util", "tracing"] } +mycelium-bitfield-8c33345d9971b90c = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium", default-features = false } +mycelium-bitfield-863e1bb9b8a06b29 = { package = "mycelium-bitfield", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", default-features = false } +mycelium-trace = { git = "https://github.com/hawkw/mycelium", features = ["embedded-graphics"] } +mycelium-util-8c33345d9971b90c = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium" } +mycelium-util-863e1bb9b8a06b29 = { package = "mycelium-util", git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064" } +mycotest = { git = "https://github.com/hawkw/mycelium", default-features = false } +native-tls = { version = "0.2", default-features = false } +nb-c65f7effa3be6d31 = { package = "nb", version = "0.1", default-features = false, features = ["unstable"] } +nb-dff4ba8e3ae991db = { package = "nb", version = "1", default-features = false } +nested = { version = "0.1", default-features = false } +new_debug_unreachable = { version = "1", default-features = false } +nextest-filtering = { version = "0.5" } +nextest-metadata = { version = "0.9", default-features = false } +nextest-runner = { version = "0.45", default-features = false, features = ["mukti-metadata", "self-update", "self_update"] } +nextest-workspace-hack = { version = "0.1", default-features = false } +nipper = { version = "0.1", default-features = false } +nodrop = { version = "0.1", features = ["std"] } +nom = { version = "7", features = ["alloc", "std"] } +nom-tracable = { version = "0.9" } +nom-tracable-macros = { version = "0.9", default-features = false } +nom_locate = { version = "4", features = ["alloc", "std"] } +normpath = { version = "1", default-features = false } +notify = { version = "6", features = ["crossbeam-channel", "fsevent-sys", "macos_fsevent"] } +notify-debouncer-full = { version = "0.3", features = ["crossbeam", "crossbeam-channel"] } +nu-ansi-term = { version = "0.46", default-features = false } +num = { version = "0.1", default-features = false } +num-integer = { version = "0.1", features = ["i128", "std"] } +num-iter = { version = "0.1", features = ["std"] } +num-rational = { version = "0.3", default-features = false } +num-traits = { version = "0.2", features = ["i128", "libm", "std"] } +num_cpus = { version = "1", default-features = false } +number_prefix = { version = "0.4", features = ["std"] } +object = { version = "0.31", default-features = false, features = ["archive", "coff", "compression", "elf", "flate2", "macho", "pe", "read", "read_core", "ruzstd", "std", "unaligned", "xcoff"] } +once_cell = { version = "1", features = ["alloc", "race", "std", "unstable"] } +open = { version = "5", default-features = false } +option-ext = { version = "0.2", default-features = false } +os_pipe = { version = "1", default-features = false } +os_str_bytes = { version = "6", default-features = false, features = ["raw_os_str"] } +overload = { version = "0.1", default-features = false } +ovmf-prebuilt = { version = "0.1.0-alpha.1", default-features = false } +owo-colors = { version = "3", default-features = false, features = ["supports-color", "supports-colors"] } +parking = { version = "2", default-features = false } +parking_lot = { version = "0.12" } +parking_lot_core = { version = "0.9", default-features = false } +parse_int = { version = "0.6" } +password-hash = { version = "0.4", default-features = false, features = ["rand_core"] } +paste = { version = "1", default-features = false } +pathdiff = { version = "0.2", default-features = false, features = ["camino"] } +pbkdf2 = { version = "0.11", features = ["hmac", "password-hash", "sha2", "simple"] } +percent-encoding = { version = "2", features = ["alloc", "std"] } +petgraph = { version = "0.6", default-features = false } +phf = { version = "0.8", features = ["macros", "phf_macros", "proc-macro-hack", "std"] } +phf_codegen = { version = "0.8", default-features = false } +phf_generator-93f6ce9d446188ac = { package = "phf_generator", version = "0.10", default-features = false } +phf_generator-c38e5c1d305a1b54 = { package = "phf_generator", version = "0.8", default-features = false } +phf_macros = { version = "0.8", default-features = false } +phf_shared-93f6ce9d446188ac = { package = "phf_shared", version = "0.10", features = ["std"] } +phf_shared-c38e5c1d305a1b54 = { package = "phf_shared", version = "0.8", features = ["std"] } +pin-project = { version = "1", default-features = false } +pin-project-internal = { version = "1", default-features = false } +pin-project-lite = { version = "0.2", default-features = false } +pin-utils = { version = "0.1", default-features = false } +pinned = { version = "0.1", default-features = false } +pkg-config = { version = "0.3", default-features = false } +png = { version = "0.16", features = ["deflate", "png-encoding"] } +portable-atomic = { version = "1", features = ["critical-section", "fallback", "require-cas"] } +postcard-ca01ad9e24f5d932 = { package = "postcard", version = "0.7", features = ["heapless", "heapless-cas", "use-std"] } +postcard-dff4ba8e3ae991db = { package = "postcard", version = "1", features = ["alloc", "const_format", "experimental-derive", "heapless", "heapless-cas", "postcard-derive", "use-std"] } +postcard-cobs = { version = "0.1.5-pre", default-features = false } +postcard-derive = { version = "0.1", default-features = false } +ppv-lite86 = { version = "0.2", default-features = false, features = ["simd", "std"] } +precomputed-hash = { version = "0.1", default-features = false } +proc-macro-crate = { version = "1", default-features = false } +proc-macro-error = { version = "1", features = ["syn", "syn-error"] } +proc-macro-error-attr = { version = "1", default-features = false } +proc-macro-hack = { version = "0.5", default-features = false } +proc-macro2 = { version = "1", features = ["proc-macro"] } +profont = { version = "0.6", default-features = false } +proptest = { version = "1", features = ["bit-set", "break-dead-code", "fork", "lazy_static", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout"] } +proptest-derive = { version = "0.4", default-features = false } +prost = { version = "0.11", features = ["prost-derive", "std"] } +prost-derive = { version = "0.11", default-features = false } +prost-types = { version = "0.11", features = ["std"] } +quick-error = { version = "1", default-features = false } +quick-junit = { version = "0.3", default-features = false } +quick-xml-2b5c6dc72f624058 = { package = "quick-xml", version = "0.23" } +quick-xml-b73a96c0a5f6a7d9 = { package = "quick-xml", version = "0.29" } +quote = { version = "1", features = ["proc-macro"] } +r0 = { version = "1", default-features = false } +radium = { version = "0.7", default-features = false } +rand-3b31131e45eafb45 = { package = "rand", version = "0.6", features = ["alloc", "rand_os", "std"] } +rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7", features = ["alloc", "getrandom", "getrandom_package", "libc", "rand_pcg", "small_rng", "std"] } +rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["alloc", "getrandom", "libc", "rand_chacha", "small_rng", "std", "std_rng"] } +rand_chacha-c65f7effa3be6d31 = { package = "rand_chacha", version = "0.1", default-features = false } +rand_chacha-468e82937335b1c9 = { package = "rand_chacha", version = "0.3", default-features = false, features = ["std"] } +rand_core-468e82937335b1c9 = { package = "rand_core", version = "0.3", default-features = false } +rand_core-9fbad63c4bcf4a8f = { package = "rand_core", version = "0.4", default-features = false, features = ["alloc", "std"] } +rand_core-d8f496e17d97b5cb = { package = "rand_core", version = "0.5", default-features = false, features = ["alloc", "getrandom", "std"] } +rand_core-3b31131e45eafb45 = { package = "rand_core", version = "0.6", default-features = false, features = ["alloc", "getrandom", "std"] } +rand_hc = { version = "0.1", default-features = false } +rand_isaac = { version = "0.1", default-features = false } +rand_jitter = { version = "0.1", default-features = false, features = ["std"] } +rand_os = { version = "0.1", default-features = false } +rand_pcg-c65f7effa3be6d31 = { package = "rand_pcg", version = "0.1", default-features = false } +rand_pcg-6f8ce4dd05d13bba = { package = "rand_pcg", version = "0.2", default-features = false } +rand_xorshift-c65f7effa3be6d31 = { package = "rand_xorshift", version = "0.1", default-features = false } +rand_xorshift-468e82937335b1c9 = { package = "rand_xorshift", version = "0.3", default-features = false } +raw-cpuid = { version = "10", default-features = false } +rayon = { version = "1", default-features = false } +rayon-core = { version = "1", default-features = false } +recursion = { version = "0.4" } +regex = { version = "1", features = ["perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } +regex-automata-c65f7effa3be6d31 = { package = "regex-automata", version = "0.1", features = ["regex-syntax", "std"] } +regex-automata-468e82937335b1c9 = { package = "regex-automata", version = "0.3", default-features = false, features = ["alloc", "dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"] } +regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6", features = ["unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } +regex-syntax-ca01ad9e24f5d932 = { package = "regex-syntax", version = "0.7", features = ["std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"] } +remove_dir_all = { version = "0.8" } +reqwest = { version = "0.11", default-features = false, features = ["__rustls", "__tls", "blocking", "default-tls", "hyper-rustls", "hyper-tls", "json", "native-tls-crate", "rustls", "rustls-pemfile", "rustls-tls", "rustls-tls-webpki-roots", "serde_json", "stream", "tokio-native-tls", "tokio-rustls", "tokio-util", "trust-dns", "trust-dns-resolver", "wasm-streams", "webpki-roots"] } +ring = { version = "0.16", features = ["alloc", "dev_urandom_fallback", "once_cell"] } +ring-drawer = { git = "https://github.com/tosc-rs/teletype/", rev = "de95e610cc79db6d59ad6b40eb2d82adebb4e033" } +riscv = { version = "0.10", default-features = false, features = ["critical-section-single-hart"] } +riscv-rt = { version = "0.11", default-features = false } +riscv-rt-macros = { version = "0.2", default-features = false } +riscv-target = { version = "0.1", default-features = false } +rsdp = { version = "2", default-features = false } +rustc-cfg = { version = "0.4", default-features = false } +rustc-demangle = { version = "0.1", default-features = false } +rustc_version = { version = "0.4", default-features = false } +rustls = { version = "0.21", features = ["dangerous_configuration", "log", "logging", "tls12"] } +rustls-webpki-1f4c5ed5f1f8932d = { package = "rustls-webpki", version = "0.100", features = ["alloc", "std"] } +rustls-webpki-26f2e2773eea2a46 = { package = "rustls-webpki", version = "0.101", features = ["alloc", "std"] } +rustversion = { version = "1", default-features = false } +rusty-fork = { version = "0.3", default-features = false, features = ["timeout", "wait-timeout"] } +ruzstd = { version = "0.3", default-features = false } +ryu = { version = "1", default-features = false } +same-file = { version = "1", default-features = false } +scoped_threadpool = { version = "0.1", default-features = false } +scopeguard = { version = "1", features = ["use_std"] } +sct = { version = "0.7", default-features = false } +sdl2 = { version = "0.32" } +sdl2-sys = { version = "0.32" } +seahash = { version = "4" } +selectors = { version = "0.22", default-features = false } +self_update = { version = "0.37", features = ["archive-tar", "compression-flate2", "either", "flate2", "rustls", "tar"] } +semver = { version = "1", features = ["serde", "std"] } +serde = { version = "1", features = ["alloc", "derive", "rc", "serde_derive", "std"] } +serde-big-array = { version = "0.4", default-features = false } +serde-wasm-bindgen = { version = "0.5", default-features = false } +serde_derive = { version = "1" } +serde_ignored = { version = "0.1", default-features = false } +serde_json = { version = "1", features = ["raw_value", "std", "unbounded_depth"] } +serde_path_to_error = { version = "0.1", default-features = false } +serde_plain = { version = "1", default-features = false } +serde_spanned = { version = "0.6", default-features = false, features = ["serde"] } +serde_urlencoded = { version = "0.7", default-features = false } +serialport-ddd52cfaddcf02fb = { package = "serialport", git = "https://github.com/metta-systems/serialport-rs", rev = "7fec572529ec35b82bd4e3636d897fe2f1c2233f", features = ["libudev"] } +serialport-164d15cefe24d7eb = { package = "serialport", version = "4", features = ["libudev"] } +servo_arc = { version = "0.1", default-features = false } +sha1 = { version = "0.10", features = ["std"] } +sha2 = { version = "0.10", features = ["std"] } +sharded-slab = { version = "0.1", default-features = false } +shared_child = { version = "1", default-features = false } +shell-words = { version = "1", features = ["std"] } +similar = { version = "2", features = ["bstr", "text", "unicode", "unicode-segmentation"] } +siphasher = { version = "0.3", features = ["std"] } +slab = { version = "0.4", features = ["std"] } +slip-codec = { version = "0.3" } +smallvec = { version = "1", default-features = false, features = ["write"] } +smawk = { version = "0.3", default-features = false } +smol_str = { version = "0.2", features = ["serde", "std"] } +snafu = { version = "0.7", features = ["rust_1_39", "rust_1_46", "std"] } +snafu-derive = { version = "0.7", default-features = false, features = ["rust_1_39", "rust_1_46"] } +socket2 = { version = "0.4", default-features = false, features = ["all"] } +stable_deref_trait = { version = "1", features = ["alloc", "std"] } +static_assertions = { version = "1", default-features = false } +string_cache = { version = "0.8", features = ["serde", "serde_support"] } +string_cache_codegen = { version = "0.5", default-features = false } +strip-ansi-escapes = { version = "0.1", default-features = false } +strsim-93f6ce9d446188ac = { package = "strsim", version = "0.10", default-features = false } +strsim-c38e5c1d305a1b54 = { package = "strsim", version = "0.8", default-features = false } +strum-adf3d7031871b0af = { package = "strum", version = "0.24", features = ["derive", "std", "strum_macros"] } +strum-2ffb4c3fe830441c = { package = "strum", version = "0.25", features = ["derive", "std", "strum_macros"] } +strum_macros-adf3d7031871b0af = { package = "strum_macros", version = "0.24", default-features = false } +strum_macros-2ffb4c3fe830441c = { package = "strum_macros", version = "0.25", default-features = false } +subtle = { version = "2", default-features = false, features = ["i128"] } +supports-color-dff4ba8e3ae991db = { package = "supports-color", version = "1", default-features = false } +supports-color-f595c2ba2a3f28df = { package = "supports-color", version = "2", default-features = false } +supports-hyperlinks = { version = "2", default-features = false } +supports-unicode = { version = "2", default-features = false } +syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["clone-impls", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] } +syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["clone-impls", "derive", "extra-traits", "full", "parsing", "printing", "proc-macro", "quote", "visit", "visit-mut"] } +sync_wrapper = { version = "0.1", default-features = false } +synstructure = { version = "0.12", features = ["proc-macro"] } +tap = { version = "1", default-features = false } +tar = { version = "0.4", features = ["xattr"] } +target = { version = "2", default-features = false } +target-lexicon = { version = "0.12", features = ["std"] } +target-spec = { version = "3", default-features = false, features = ["custom", "summaries"] } +target-spec-miette = { version = "0.3", default-features = false } +tempfile = { version = "3", default-features = false } +tendril = { version = "0.4", default-features = false } +term_size = { version = "0.3" } +termcolor = { version = "1", default-features = false } +terminal_size-c65f7effa3be6d31 = { package = "terminal_size", version = "0.1", default-features = false } +terminal_size-6f8ce4dd05d13bba = { package = "terminal_size", version = "0.2", default-features = false } +textwrap-a6292c17cd707f01 = { package = "textwrap", version = "0.11", default-features = false, features = ["term_size"] } +textwrap-3575ec1268b04181 = { package = "textwrap", version = "0.15", features = ["smawk", "unicode-linebreak", "unicode-width"] } +textwrap-986da7b5efc2b80e = { package = "textwrap", version = "0.16", default-features = false } +thin-slice = { version = "0.1", default-features = false } +thiserror = { version = "1", default-features = false } +thiserror-impl = { version = "1", default-features = false } +thread_local = { version = "1", default-features = false } +tiff = { version = "0.6", default-features = false } +time-c65f7effa3be6d31 = { package = "time", version = "0.1", default-features = false } +time-468e82937335b1c9 = { package = "time", version = "0.3", features = ["alloc", "formatting", "local-offset", "macros", "parsing", "std"] } +time-core = { version = "0.1", default-features = false } +time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing"] } +tinyvec = { version = "1", features = ["alloc", "tinyvec_macros"] } +tinyvec_macros = { version = "0.1", default-features = false } +tokio = { version = "1", features = ["bytes", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "time", "tokio-macros", "tracing", "windows-sys"] } +tokio-io-timeout = { version = "1", default-features = false } +tokio-macros = { version = "2", default-features = false } +tokio-native-tls = { version = "0.3", default-features = false } +tokio-stream = { version = "0.1", features = ["fs", "net", "sync", "time", "tokio-util"] } +tokio-tungstenite = { version = "0.19", features = ["connect", "handshake", "stream"] } +tokio-util = { version = "0.7", features = ["codec", "io", "tracing"] } +toml-d8f496e17d97b5cb = { package = "toml", version = "0.5" } +toml-ca01ad9e24f5d932 = { package = "toml", version = "0.7", features = ["display", "parse"] } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tonic = { version = "0.9", features = ["channel", "codegen", "prost", "transport"] } +tower = { version = "0.4", default-features = false, features = ["__common", "balance", "buffer", "discover", "futures-core", "futures-util", "indexmap", "limit", "load", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "slab", "timeout", "tokio", "tokio-util", "tracing", "util"] } +tower-http = { version = "0.4", features = ["fs", "httpdate", "mime", "mime_guess", "percent-encoding", "set-status", "tokio", "tokio-util", "trace", "tracing"] } +tower-layer = { version = "0.3", default-features = false } +tower-service = { version = "0.3", default-features = false } +tracing-c65f7effa3be6d31 = { package = "tracing", version = "0.1", features = ["attributes", "log", "std", "tracing-attributes"] } +tracing-49367297afd278d2 = { package = "tracing", git = "https://github.com/tokio-rs/tracing", default-features = false, features = ["attributes", "tracing-attributes"] } +tracing-attributes-c65f7effa3be6d31 = { package = "tracing-attributes", version = "0.1", default-features = false } +tracing-attributes-49367297afd278d2 = { package = "tracing-attributes", git = "https://github.com/tokio-rs/tracing", default-features = false } +tracing-core-c65f7effa3be6d31 = { package = "tracing-core", version = "0.1", features = ["once_cell", "std", "valuable"] } +tracing-core-49367297afd278d2 = { package = "tracing-core", git = "https://github.com/tokio-rs/tracing", default-features = false } +tracing-log = { version = "0.1", default-features = false, features = ["log-tracer", "std"] } +tracing-modality = { git = "https://github.com/auxoncorp/modality-tracing-rs", rev = "9c23c188466357e7ad0c618b4edfe9514e9bf764", default-features = false } +tracing-serde-structured = { git = "https://github.com/hawkw/tracing-serde-structured", branch = "eliza/span-fields", features = ["std"] } +tracing-subscriber = { version = "0.3", features = ["alloc", "ansi", "env-filter", "fmt", "matchers", "nu-ansi-term", "once_cell", "regex", "registry", "sharded-slab", "smallvec", "std", "thread_local", "tracing", "tracing-log"] } +tracing-wasm = { version = "0.2", default-features = false } +trunk = { version = "0.17", default-features = false } +try-lock = { version = "0.2", default-features = false } +tungstenite = { version = "0.19", default-features = false, features = ["data-encoding", "handshake", "http", "httparse", "sha1", "url"] } +twox-hash = { version = "1", default-features = false } +typed-arena = { version = "2", features = ["std"] } +typenum = { version = "1", default-features = false } +unarray = { version = "0.1", default-features = false } +unicase = { version = "2", default-features = false } +unicode-bidi = { version = "0.3", features = ["hardcoded-data", "std"] } +unicode-ident = { version = "1", default-features = false } +unicode-linebreak = { version = "0.1", default-features = false } +unicode-normalization = { version = "0.1", features = ["std"] } +unicode-segmentation = { version = "1", default-features = false } +unicode-width = { version = "0.1" } +unicode-xid = { version = "0.2" } +untrusted = { version = "0.7", default-features = false } +update-informer = { version = "1", features = ["crates", "rustls-tls", "ureq"] } +ureq = { version = "2", default-features = false, features = ["flate2", "gzip", "json", "rustls", "serde", "serde_json", "tls", "webpki", "webpki-roots"] } +url = { version = "2" } +urlencoding = { version = "2", default-features = false } +utf-8 = { version = "0.7", default-features = false } +utf8parse = { version = "0.2" } +uuid-c38e5c1d305a1b54 = { package = "uuid", version = "0.8", features = ["getrandom", "std", "v4"] } +uuid-dff4ba8e3ae991db = { package = "uuid", version = "1", features = ["getrandom", "rng", "serde", "std", "v4"] } +value-bag = { version = "1", default-features = false } +vcell = { version = "0.1", default-features = false } +vcpkg = { version = "0.2", default-features = false } +vec_map = { version = "0.8", default-features = false } +vergen = { version = "8", features = ["cargo", "git", "gitcl", "rustc", "rustc_version", "time"] } +version_check = { version = "0.9", default-features = false } +void = { version = "1", default-features = false } +volatile = { version = "0.4", default-features = false, features = ["unstable"] } +vte = { version = "0.10", features = ["arrayvec", "no_std"] } +vte_generate_state_changes = { version = "0.1", default-features = false } +wait-timeout = { version = "0.2", default-features = false } +waker-fn = { version = "1", default-features = false } +walkdir = { version = "2", default-features = false } +want = { version = "0.3", default-features = false } +wasm-bindgen = { version = "0.2", features = ["spans", "std"] } +wasm-bindgen-backend = { version = "0.2", default-features = false, features = ["spans"] } +wasm-bindgen-futures = { version = "0.4", default-features = false } +wasm-bindgen-macro = { version = "0.2", default-features = false, features = ["spans"] } +wasm-bindgen-macro-support = { version = "0.2", default-features = false, features = ["spans"] } +wasm-bindgen-shared = { version = "0.2", default-features = false } +web-sys = { version = "0.3", default-features = false, features = ["AbortSignal", "AddEventListenerOptions", "BinaryType", "Blob", "BlobPropertyBag", "CanvasRenderingContext2d", "CloseEvent", "CloseEventInit", "DedicatedWorkerGlobalScope", "Document", "DomException", "Element", "ErrorEvent", "Event", "EventSource", "EventTarget", "File", "FileList", "FilePropertyBag", "FileReader", "FormData", "Headers", "History", "HtmlCanvasElement", "HtmlElement", "HtmlHeadElement", "HtmlInputElement", "ImageData", "KeyboardEvent", "Location", "MessageEvent", "Node", "ObserverCallback", "ProgressEvent", "ReadableStream", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "ResponseInit", "ResponseType", "Storage", "UiEvent", "Url", "UrlSearchParams", "WebSocket", "Window", "Worker", "WorkerGlobalScope", "WorkerOptions", "console"] } +webpki-roots-2b5c6dc72f624058 = { package = "webpki-roots", version = "0.23", default-features = false } +weezl = { version = "0.1", features = ["alloc", "std"] } +which = { version = "4", default-features = false } +winnow = { version = "0.5", features = ["alloc", "std"] } +wyz = { version = "0.5", default-features = false } +xmas-elf = { version = "0.9", default-features = false } +zero = { version = "0.1", default-features = false } +zeroize = { version = "1", features = ["alloc"] } +zip = { version = "0.6", features = ["aes", "aes-crypto", "bzip2", "constant_time_eq", "deflate", "flate2", "hmac", "pbkdf2", "sha1", "time", "zstd"] } +zstd-a6292c17cd707f01 = { package = "zstd", version = "0.11", features = ["arrays", "legacy", "zdict_builder"] } +zstd-5ef9efb8ec2df382 = { package = "zstd", version = "0.12", features = ["arrays", "legacy", "zdict_builder", "zstdmt"] } +zstd-safe-cdf1610d3e1514e9 = { package = "zstd-safe", version = "5", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder"] } +zstd-safe-a490c3000a992113 = { package = "zstd-safe", version = "6", default-features = false, features = ["arrays", "legacy", "std", "zdict_builder", "zstdmt"] } +zstd-sys = { version = "2", default-features = false, features = ["legacy", "std", "zdict_builder", "zstdmt"] } + +[target.mipsel-unknown-linux-musl.dependencies] +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2", features = ["async-io"] } +async-io = { version = "1", default-features = false } +async-process = { version = "1", default-features = false } +async-task = { version = "4", features = ["std"] } +atomic-waker = { version = "1", default-features = false } +blocking = { version = "1", default-features = false } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +futures-lite = { version = "1", features = ["alloc", "fastrand", "futures-io", "memchr", "parking", "std", "waker-fn"] } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +libc = { version = "0.2", default-features = false, features = ["use_std"] } +linux-raw-sys-468e82937335b1c9 = { package = "linux-raw-sys", version = "0.3", default-features = false, features = ["errno", "general", "ioctl", "no_std"] } +memoffset-3b31131e45eafb45 = { package = "memoffset", version = "0.6" } +nix-2b5c6dc72f624058 = { package = "nix", version = "0.23", default-features = false } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "fs", "ioctl", "poll", "process", "signal", "term"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-probe = { version = "0.1", default-features = false } +openssl-sys = { version = "0.9", default-features = false, features = ["openssl-src", "vendored"] } +parking = { version = "2", default-features = false } +polling = { version = "2", features = ["std"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "io-lifetimes", "libc", "std", "termios", "use-libc-auxv"] } +signal-hook = { version = "0.3", features = ["channel", "iterator"] } +signal-hook-registry = { version = "1", default-features = false } +static_assertions = { version = "1", default-features = false } +waker-fn = { version = "1", default-features = false } + +[target.mipsel-unknown-linux-musl.build-dependencies] +ahash = { version = "0.8", features = ["getrandom", "runtime-rng", "std"] } +arc-swap = { version = "1", default-features = false } +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2", features = ["async-io"] } +async-io = { version = "1", default-features = false } +async-task = { version = "4", features = ["std"] } +atomic-waker = { version = "1", default-features = false } +base16ct = { version = "0.2", default-features = false, features = ["alloc"] } +bitmaps = { version = "2", features = ["std"] } +blocking = { version = "1", default-features = false } +bstr-dff4ba8e3ae991db = { package = "bstr", version = "1", features = ["alloc", "std", "unicode"] } +btoi = { version = "0.4", features = ["std"] } +bytesize = { version = "1" } +cargo = { version = "0.72", default-features = false, features = ["openssl", "vendored-openssl"] } +cargo-util = { version = "0.2", default-features = false } +clru = { version = "0.6", default-features = false } +crates-io = { version = "0.37", default-features = false } +crypto-bigint = { version = "0.5", default-features = false, features = ["generic-array", "rand_core", "zeroize"] } +ct-codecs = { version = "1", default-features = false } +curl = { version = "0.4", features = ["http2", "openssl-probe", "openssl-sys", "ssl"] } +curl-sys = { version = "0.4", features = ["http2", "libnghttp2-sys", "openssl-sys", "ssl"] } +der = { version = "0.7", default-features = false, features = ["alloc", "oid", "pem", "std", "zeroize"] } +ecdsa = { version = "0.16", default-features = false, features = ["alloc", "arithmetic", "der", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "signing", "spki", "std", "verifying"] } +ed25519-compact = { version = "2", default-features = false, features = ["getrandom", "random"] } +elliptic-curve = { version = "0.13", default-features = false, features = ["alloc", "arithmetic", "digest", "ecdh", "ff", "group", "hazmat", "pem", "pkcs8", "sec1", "std"] } +encoding_rs = { version = "0.8", features = ["alloc"] } +enum-as-inner = { version = "0.5", default-features = false } +errno = { version = "0.3", default-features = false } +faster-hex = { version = "0.8", features = ["alloc", "serde", "std"] } +fastrand-f595c2ba2a3f28df = { package = "fastrand", version = "2", features = ["alloc", "std"] } +ff = { version = "0.13", default-features = false, features = ["alloc"] } +fiat-crypto = { version = "0.1", default-features = false } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +git2 = { version = "0.17", features = ["https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory"] } +git2-curl = { version = "0.18", default-features = false } +gix = { version = "0.44", default-features = false, features = ["blocking-http-transport-curl", "blocking-network-client", "gix-protocol", "gix-transport", "prodash", "progress-tree"] } +gix-actor = { version = "0.20", default-features = false } +gix-attributes = { version = "0.12", default-features = false } +gix-bitmap = { version = "0.2", default-features = false } +gix-chunk = { version = "0.4", default-features = false } +gix-command = { version = "0.2", default-features = false } +gix-config = { version = "0.22", default-features = false } +gix-config-value = { version = "0.12", default-features = false } +gix-credentials = { version = "0.14", default-features = false } +gix-date = { version = "0.5", default-features = false } +gix-diff = { version = "0.29", default-features = false } +gix-discover = { version = "0.18", default-features = false } +gix-features = { version = "0.29", features = ["crc32", "io-pipe", "once_cell", "parallel", "progress", "rustsha1", "walkdir", "zlib"] } +gix-fs = { version = "0.1", default-features = false } +gix-glob = { version = "0.7", default-features = false } +gix-hash = { version = "0.11", default-features = false } +gix-hashtable = { version = "0.2", default-features = false } +gix-ignore = { version = "0.2", default-features = false } +gix-index = { version = "0.16", default-features = false } +gix-lock = { version = "5", default-features = false } +gix-mailmap = { version = "0.12", default-features = false } +gix-object = { version = "0.29", default-features = false } +gix-odb = { version = "0.45", default-features = false } +gix-pack = { version = "0.35", default-features = false, features = ["object-cache-dynamic"] } +gix-packetline = { version = "0.16", features = ["blocking-io"] } +gix-path = { version = "0.8", default-features = false } +gix-prompt = { version = "0.5", default-features = false } +gix-protocol = { version = "0.32", default-features = false, features = ["blocking-client"] } +gix-quote = { version = "0.4", default-features = false } +gix-ref = { version = "0.29", default-features = false } +gix-refspec = { version = "0.10", default-features = false } +gix-revision = { version = "0.13", default-features = false } +gix-sec = { version = "0.8", default-features = false } +gix-tempfile = { version = "5", default-features = false, features = ["signals"] } +gix-trace = { version = "0.1" } +gix-transport = { version = "0.31", features = ["base64", "blocking-client", "curl", "gix-credentials", "http-client", "http-client-curl"] } +gix-traverse = { version = "0.25", default-features = false } +gix-url = { version = "0.18", default-features = false } +gix-utils = { version = "0.1", default-features = false } +gix-validate = { version = "0.7", default-features = false } +gix-worktree = { version = "0.17", default-features = false } +glob = { version = "0.3", default-features = false } +globset = { version = "0.4", features = ["log"] } +group = { version = "0.13", default-features = false, features = ["alloc"] } +hkdf = { version = "0.12", default-features = false } +hostname = { version = "0.3" } +http-auth = { version = "0.1", default-features = false } +hyper-rustls = { version = "0.24", default-features = false } +hyper-tls = { version = "0.5", default-features = false } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +idna-6f8ce4dd05d13bba = { package = "idna", version = "0.2", default-features = false } +ignore = { version = "0.4", default-features = false } +im-rc = { version = "15", default-features = false } +imara-diff = { version = "0.1", features = ["unified_diff"] } +inotify = { version = "0.9", default-features = false } +inotify-sys = { version = "0.1", default-features = false } +io-close = { version = "0.3", default-features = false } +ipnet = { version = "2", features = ["std"] } +is-docker = { version = "0.2", default-features = false } +is-wsl = { version = "0.4", default-features = false } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10", features = ["use_std"] } +kstring = { version = "2", features = ["std", "unsafe"] } +lazycell = { version = "1", default-features = false } +libc = { version = "0.2", default-features = false, features = ["use_std"] } +libgit2-sys = { version = "0.15", default-features = false, features = ["https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory"] } +libnghttp2-sys = { version = "0.1", default-features = false } +libssh2-sys = { version = "0.3", default-features = false } +linked-hash-map = { version = "0.5", default-features = false } +linux-raw-sys-468e82937335b1c9 = { package = "linux-raw-sys", version = "0.3", default-features = false, features = ["errno", "general", "ioctl", "no_std"] } +linux-raw-sys-9fbad63c4bcf4a8f = { package = "linux-raw-sys", version = "0.4", default-features = false, features = ["errno", "general", "ioctl", "no_std"] } +lru-cache = { version = "0.1", default-features = false } +match_cfg = { version = "0.1", features = ["use_core"] } +maybe-async = { version = "0.2", features = ["is_sync"] } +memoffset-3b31131e45eafb45 = { package = "memoffset", version = "0.6" } +neli = { version = "0.6" } +neli-proc-macros = { version = "0.1", default-features = false } +nix-2b5c6dc72f624058 = { package = "nix", version = "0.23", default-features = false } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "fs", "ioctl", "poll", "process", "signal", "term"] } +num_threads = { version = "0.1", default-features = false } +opener = { version = "0.5", default-features = false } +openssl = { version = "0.10", features = ["vendored"] } +openssl-macros = { version = "0.1", default-features = false } +openssl-probe = { version = "0.1", default-features = false } +openssl-src = { version = "111" } +openssl-sys = { version = "0.9", default-features = false, features = ["openssl-src", "vendored"] } +ordered-float = { version = "2", features = ["std"] } +orion = { version = "0.17", default-features = false } +os_info = { version = "3", features = ["serde"] } +p384 = { version = "0.13", features = ["alloc", "arithmetic", "digest", "ecdh", "ecdsa", "ecdsa-core", "pem", "pkcs8", "sha2", "sha384", "std"] } +pasetors = { version = "0.6", features = ["ed25519-compact", "orion", "p384", "paserk", "rand_core", "regex", "serde", "serde_json", "sha2", "std", "time", "v3", "v4"] } +pem-rfc7468 = { version = "0.7", default-features = false, features = ["alloc"] } +pkcs8 = { version = "0.10", default-features = false, features = ["alloc", "pem", "std"] } +polling = { version = "2", features = ["std"] } +primeorder = { version = "0.13", default-features = false } +prodash = { version = "23", default-features = false, features = ["parking_lot", "progress-tree"] } +rand_chacha-6f8ce4dd05d13bba = { package = "rand_chacha", version = "0.2", default-features = false, features = ["std"] } +rand_xoshiro = { version = "0.6", default-features = false } +resolv-conf = { version = "0.7", default-features = false, features = ["hostname", "system"] } +rfc6979 = { version = "0.4", default-features = false } +rustfix = { version = "0.6", default-features = false } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "io-lifetimes", "libc", "std", "termios", "use-libc-auxv"] } +rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["std", "termios", "use-libc-auxv"] } +rustls-pemfile = { version = "1", default-features = false } +sec1 = { version = "0.7", features = ["alloc", "der", "pem", "pkcs8", "point", "std", "subtle", "zeroize"] } +serde-value = { version = "0.7", default-features = false } +sha1_smol = { version = "1", default-features = false } +shell-escape = { version = "0.1", default-features = false } +signal-hook = { version = "0.3", features = ["channel", "iterator"] } +signal-hook-mio = { version = "0.2", default-features = false, features = ["mio-0_8", "support-v0_8"] } +signal-hook-registry = { version = "1", default-features = false } +signature = { version = "2", default-features = false, features = ["alloc", "digest", "rand_core", "std"] } +sized-chunks = { version = "0.6", features = ["std"] } +spki = { version = "0.7", default-features = false, features = ["alloc", "pem", "std"] } +tokio-rustls = { version = "0.24", features = ["logging", "tls12"] } +trust-dns-proto = { version = "0.22", default-features = false, features = ["tokio", "tokio-runtime"] } +trust-dns-resolver = { version = "0.22", features = ["ipconfig", "resolv-conf", "system-config", "tokio", "tokio-runtime"] } +unicode-bom = { version = "2", default-features = false } +webpki-roots-2ffb4c3fe830441c = { package = "webpki-roots", version = "0.25", default-features = false } +xattr = { version = "1", features = ["unsupported"] } + +[target.thumbv4t-none-eabi.dependencies] +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2", features = ["async-io"] } +async-io = { version = "1", default-features = false } +async-process = { version = "1", default-features = false } +async-task = { version = "4", features = ["std"] } +atomic-waker = { version = "1", default-features = false } +blocking = { version = "1", default-features = false } +errno = { version = "0.3", default-features = false } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +futures-lite = { version = "1", features = ["alloc", "fastrand", "futures-io", "memchr", "parking", "std", "waker-fn"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-probe = { version = "0.1", default-features = false } +openssl-sys = { version = "0.9", default-features = false, features = ["openssl-src", "vendored"] } +parking = { version = "2", default-features = false } +polling = { version = "2", features = ["std"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "io-lifetimes", "libc", "std", "termios", "use-libc-auxv"] } +waker-fn = { version = "1", default-features = false } + +[target.thumbv4t-none-eabi.build-dependencies] +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2", features = ["async-io"] } +async-io = { version = "1", default-features = false } +async-task = { version = "4", features = ["std"] } +atomic-waker = { version = "1", default-features = false } +blocking = { version = "1", default-features = false } +encoding_rs = { version = "0.8", features = ["alloc"] } +enum-as-inner = { version = "0.5", default-features = false } +errno = { version = "0.3", default-features = false } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +hostname = { version = "0.3" } +hyper-rustls = { version = "0.24", default-features = false } +hyper-tls = { version = "0.5", default-features = false } +idna-6f8ce4dd05d13bba = { package = "idna", version = "0.2", default-features = false } +ipnet = { version = "2", features = ["std"] } +linked-hash-map = { version = "0.5", default-features = false } +lru-cache = { version = "0.1", default-features = false } +match_cfg = { version = "0.1", features = ["use_core"] } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "fs", "ioctl", "poll", "process", "signal", "term"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-macros = { version = "0.1", default-features = false } +openssl-probe = { version = "0.1", default-features = false } +openssl-src = { version = "111" } +openssl-sys = { version = "0.9", default-features = false, features = ["openssl-src", "vendored"] } +polling = { version = "2", features = ["std"] } +rand_chacha-6f8ce4dd05d13bba = { package = "rand_chacha", version = "0.2", default-features = false, features = ["std"] } +resolv-conf = { version = "0.7", default-features = false, features = ["hostname", "system"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "io-lifetimes", "libc", "std", "termios", "use-libc-auxv"] } +rustls-pemfile = { version = "1", default-features = false } +tokio-rustls = { version = "0.24", features = ["logging", "tls12"] } +trust-dns-proto = { version = "0.22", default-features = false, features = ["tokio", "tokio-runtime"] } +trust-dns-resolver = { version = "0.22", features = ["ipconfig", "resolv-conf", "system-config", "tokio", "tokio-runtime"] } +webpki-roots-2ffb4c3fe830441c = { package = "webpki-roots", version = "0.25", default-features = false } + +[target.i686-unknown-linux-gnu.dependencies] +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2", features = ["async-io"] } +async-io = { version = "1", default-features = false } +async-process = { version = "1", default-features = false } +async-task = { version = "4", features = ["std"] } +atomic-waker = { version = "1", default-features = false } +blocking = { version = "1", default-features = false } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +futures-lite = { version = "1", features = ["alloc", "fastrand", "futures-io", "memchr", "parking", "std", "waker-fn"] } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +libc = { version = "0.2", default-features = false, features = ["use_std"] } +libudev-6f8ce4dd05d13bba = { package = "libudev", version = "0.2", default-features = false } +libudev-468e82937335b1c9 = { package = "libudev", version = "0.3", default-features = false } +libudev-sys = { version = "0.1", default-features = false } +linux-raw-sys-468e82937335b1c9 = { package = "linux-raw-sys", version = "0.3", default-features = false, features = ["errno", "general", "ioctl", "no_std"] } +memoffset-3b31131e45eafb45 = { package = "memoffset", version = "0.6" } +nix-2b5c6dc72f624058 = { package = "nix", version = "0.23", default-features = false } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "fs", "ioctl", "poll", "process", "signal", "term"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-probe = { version = "0.1", default-features = false } +openssl-sys = { version = "0.9", default-features = false, features = ["openssl-src", "vendored"] } +parking = { version = "2", default-features = false } +polling = { version = "2", features = ["std"] } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "io-lifetimes", "libc", "std", "termios", "use-libc-auxv"] } +signal-hook = { version = "0.3", features = ["channel", "iterator"] } +signal-hook-registry = { version = "1", default-features = false } +static_assertions = { version = "1", default-features = false } +waker-fn = { version = "1", default-features = false } + +[target.i686-unknown-linux-gnu.build-dependencies] +ahash = { version = "0.8", features = ["getrandom", "runtime-rng", "std"] } +arc-swap = { version = "1", default-features = false } +async-executor = { version = "1", default-features = false } +async-global-executor = { version = "2", features = ["async-io"] } +async-io = { version = "1", default-features = false } +async-task = { version = "4", features = ["std"] } +atomic-waker = { version = "1", default-features = false } +base16ct = { version = "0.2", default-features = false, features = ["alloc"] } +bitmaps = { version = "2", features = ["std"] } +blocking = { version = "1", default-features = false } +bstr-dff4ba8e3ae991db = { package = "bstr", version = "1", features = ["alloc", "std", "unicode"] } +btoi = { version = "0.4", features = ["std"] } +bytesize = { version = "1" } +cargo = { version = "0.72", default-features = false, features = ["openssl", "vendored-openssl"] } +cargo-util = { version = "0.2", default-features = false } +clru = { version = "0.6", default-features = false } +cpufeatures = { version = "0.2", default-features = false } +crates-io = { version = "0.37", default-features = false } +crypto-bigint = { version = "0.5", default-features = false, features = ["generic-array", "rand_core", "zeroize"] } +ct-codecs = { version = "1", default-features = false } +curl = { version = "0.4", features = ["http2", "openssl-probe", "openssl-sys", "ssl"] } +curl-sys = { version = "0.4", features = ["http2", "libnghttp2-sys", "openssl-sys", "ssl"] } +der = { version = "0.7", default-features = false, features = ["alloc", "oid", "pem", "std", "zeroize"] } +ecdsa = { version = "0.16", default-features = false, features = ["alloc", "arithmetic", "der", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "signing", "spki", "std", "verifying"] } +ed25519-compact = { version = "2", default-features = false, features = ["getrandom", "random"] } +elliptic-curve = { version = "0.13", default-features = false, features = ["alloc", "arithmetic", "digest", "ecdh", "ff", "group", "hazmat", "pem", "pkcs8", "sec1", "std"] } +encoding_rs = { version = "0.8", features = ["alloc"] } +enum-as-inner = { version = "0.5", default-features = false } +faster-hex = { version = "0.8", features = ["alloc", "serde", "std"] } +fastrand-f595c2ba2a3f28df = { package = "fastrand", version = "2", features = ["alloc", "std"] } +ff = { version = "0.13", default-features = false, features = ["alloc"] } +fiat-crypto = { version = "0.1", default-features = false } +foreign-types = { version = "0.3", default-features = false } +foreign-types-shared = { version = "0.1", default-features = false } +git2 = { version = "0.17", features = ["https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory"] } +git2-curl = { version = "0.18", default-features = false } +gix = { version = "0.44", default-features = false, features = ["blocking-http-transport-curl", "blocking-network-client", "gix-protocol", "gix-transport", "prodash", "progress-tree"] } +gix-actor = { version = "0.20", default-features = false } +gix-attributes = { version = "0.12", default-features = false } +gix-bitmap = { version = "0.2", default-features = false } +gix-chunk = { version = "0.4", default-features = false } +gix-command = { version = "0.2", default-features = false } +gix-config = { version = "0.22", default-features = false } +gix-config-value = { version = "0.12", default-features = false } +gix-credentials = { version = "0.14", default-features = false } +gix-date = { version = "0.5", default-features = false } +gix-diff = { version = "0.29", default-features = false } +gix-discover = { version = "0.18", default-features = false } +gix-features = { version = "0.29", features = ["crc32", "io-pipe", "once_cell", "parallel", "progress", "rustsha1", "walkdir", "zlib"] } +gix-fs = { version = "0.1", default-features = false } +gix-glob = { version = "0.7", default-features = false } +gix-hash = { version = "0.11", default-features = false } +gix-hashtable = { version = "0.2", default-features = false } +gix-ignore = { version = "0.2", default-features = false } +gix-index = { version = "0.16", default-features = false } +gix-lock = { version = "5", default-features = false } +gix-mailmap = { version = "0.12", default-features = false } +gix-object = { version = "0.29", default-features = false } +gix-odb = { version = "0.45", default-features = false } +gix-pack = { version = "0.35", default-features = false, features = ["object-cache-dynamic"] } +gix-packetline = { version = "0.16", features = ["blocking-io"] } +gix-path = { version = "0.8", default-features = false } +gix-prompt = { version = "0.5", default-features = false } +gix-protocol = { version = "0.32", default-features = false, features = ["blocking-client"] } +gix-quote = { version = "0.4", default-features = false } +gix-ref = { version = "0.29", default-features = false } +gix-refspec = { version = "0.10", default-features = false } +gix-revision = { version = "0.13", default-features = false } +gix-sec = { version = "0.8", default-features = false } +gix-tempfile = { version = "5", default-features = false, features = ["signals"] } +gix-trace = { version = "0.1" } +gix-transport = { version = "0.31", features = ["base64", "blocking-client", "curl", "gix-credentials", "http-client", "http-client-curl"] } +gix-traverse = { version = "0.25", default-features = false } +gix-url = { version = "0.18", default-features = false } +gix-utils = { version = "0.1", default-features = false } +gix-validate = { version = "0.7", default-features = false } +gix-worktree = { version = "0.17", default-features = false } +glob = { version = "0.3", default-features = false } +globset = { version = "0.4", features = ["log"] } +group = { version = "0.13", default-features = false, features = ["alloc"] } +hkdf = { version = "0.12", default-features = false } +hostname = { version = "0.3" } +http-auth = { version = "0.1", default-features = false } +hyper-rustls = { version = "0.24", default-features = false } +hyper-tls = { version = "0.5", default-features = false } +iana-time-zone = { version = "0.1", default-features = false, features = ["fallback"] } +idna-6f8ce4dd05d13bba = { package = "idna", version = "0.2", default-features = false } +ignore = { version = "0.4", default-features = false } +im-rc = { version = "15", default-features = false } +imara-diff = { version = "0.1", features = ["unified_diff"] } +inotify = { version = "0.9", default-features = false } +inotify-sys = { version = "0.1", default-features = false } +io-close = { version = "0.3", default-features = false } +ipnet = { version = "2", features = ["std"] } +is-docker = { version = "0.2", default-features = false } +is-wsl = { version = "0.4", default-features = false } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10", features = ["use_std"] } +kstring = { version = "2", features = ["std", "unsafe"] } +lazycell = { version = "1", default-features = false } +libc = { version = "0.2", default-features = false, features = ["use_std"] } +libgit2-sys = { version = "0.15", default-features = false, features = ["https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory"] } +libnghttp2-sys = { version = "0.1", default-features = false } +libssh2-sys = { version = "0.3", default-features = false } +libudev-6f8ce4dd05d13bba = { package = "libudev", version = "0.2", default-features = false } +libudev-468e82937335b1c9 = { package = "libudev", version = "0.3", default-features = false } +libudev-sys = { version = "0.1", default-features = false } +linked-hash-map = { version = "0.5", default-features = false } +linux-raw-sys-468e82937335b1c9 = { package = "linux-raw-sys", version = "0.3", default-features = false, features = ["errno", "general", "ioctl", "no_std"] } +linux-raw-sys-9fbad63c4bcf4a8f = { package = "linux-raw-sys", version = "0.4", default-features = false, features = ["errno", "general", "ioctl", "no_std"] } +lru-cache = { version = "0.1", default-features = false } +match_cfg = { version = "0.1", features = ["use_core"] } +maybe-async = { version = "0.2", features = ["is_sync"] } +memoffset-3b31131e45eafb45 = { package = "memoffset", version = "0.6" } +neli = { version = "0.6" } +neli-proc-macros = { version = "0.1", default-features = false } +nix-2b5c6dc72f624058 = { package = "nix", version = "0.23", default-features = false } +nix-2f80eeee3b1b6c7e = { package = "nix", version = "0.26", default-features = false, features = ["dir", "fs", "ioctl", "poll", "process", "signal", "term"] } +num_threads = { version = "0.1", default-features = false } +opener = { version = "0.5", default-features = false } +openssl = { version = "0.10", features = ["vendored"] } +openssl-macros = { version = "0.1", default-features = false } +openssl-probe = { version = "0.1", default-features = false } +openssl-src = { version = "111" } +openssl-sys = { version = "0.9", default-features = false, features = ["openssl-src", "vendored"] } +ordered-float = { version = "2", features = ["std"] } +orion = { version = "0.17", default-features = false } +os_info = { version = "3", features = ["serde"] } +p384 = { version = "0.13", features = ["alloc", "arithmetic", "digest", "ecdh", "ecdsa", "ecdsa-core", "pem", "pkcs8", "sha2", "sha384", "std"] } +pasetors = { version = "0.6", features = ["ed25519-compact", "orion", "p384", "paserk", "rand_core", "regex", "serde", "serde_json", "sha2", "std", "time", "v3", "v4"] } +pem-rfc7468 = { version = "0.7", default-features = false, features = ["alloc"] } +pkcs8 = { version = "0.10", default-features = false, features = ["alloc", "pem", "std"] } +polling = { version = "2", features = ["std"] } +primeorder = { version = "0.13", default-features = false } +prodash = { version = "23", default-features = false, features = ["parking_lot", "progress-tree"] } +rand_chacha-6f8ce4dd05d13bba = { package = "rand_chacha", version = "0.2", default-features = false, features = ["std"] } +rand_xoshiro = { version = "0.6", default-features = false } +resolv-conf = { version = "0.7", default-features = false, features = ["hostname", "system"] } +rfc6979 = { version = "0.4", default-features = false } +rustfix = { version = "0.6", default-features = false } +rustix-d736d0ac4424f0f1 = { package = "rustix", version = "0.37", features = ["fs", "io-lifetimes", "libc", "std", "termios", "use-libc-auxv"] } +rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["std", "termios", "use-libc-auxv"] } +rustls-pemfile = { version = "1", default-features = false } +sec1 = { version = "0.7", features = ["alloc", "der", "pem", "pkcs8", "point", "std", "subtle", "zeroize"] } +serde-value = { version = "0.7", default-features = false } +sha1_smol = { version = "1", default-features = false } +shell-escape = { version = "0.1", default-features = false } +signal-hook = { version = "0.3", features = ["channel", "iterator"] } +signal-hook-mio = { version = "0.2", default-features = false, features = ["mio-0_8", "support-v0_8"] } +signal-hook-registry = { version = "1", default-features = false } +signature = { version = "2", default-features = false, features = ["alloc", "digest", "rand_core", "std"] } +sized-chunks = { version = "0.6", features = ["std"] } +spin = { version = "0.5", default-features = false } +spki = { version = "0.7", default-features = false, features = ["alloc", "pem", "std"] } +tokio-rustls = { version = "0.24", features = ["logging", "tls12"] } +trust-dns-proto = { version = "0.22", default-features = false, features = ["tokio", "tokio-runtime"] } +trust-dns-resolver = { version = "0.22", features = ["ipconfig", "resolv-conf", "system-config", "tokio", "tokio-runtime"] } +unicode-bom = { version = "2", default-features = false } +webpki-roots-2ffb4c3fe830441c = { package = "webpki-roots", version = "0.25", default-features = false } +xattr = { version = "1", features = ["unsupported"] } + +### END HAKARI SECTION + +# This part of the file should be preserved at the end. diff --git a/fixtures/large/hakari/mnemos_b3b4da9-3.toml b/fixtures/large/hakari/mnemos_b3b4da9-3.toml new file mode 100644 index 00000000000..b87307d94e9 --- /dev/null +++ b/fixtures/large/hakari/mnemos_b3b4da9-3.toml @@ -0,0 +1,218 @@ +# This file is @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-hakari --fixture mnemos_b3b4da9 + +### BEGIN HAKARI SECTION +# resolver = 'install' +# unify-target-host = 'none' +# output-single-feature = false +# dep-format-version = '3' +# workspace-hack-line-style = 'full' +# platforms = ['s390x-unknown-linux-gnu'] +# [[traversal-excludes.ids]] +# name = 'bootloader_api' +# version = '0.11.4' +# crates-io = true +# +# [[traversal-excludes.ids]] +# name = 'constant_time_eq' +# version = '0.1.5' +# crates-io = true +# +# [[traversal-excludes.ids]] +# name = 'embedded-dma' +# version = '0.2.0' +# crates-io = true +# +# [[traversal-excludes.ids]] +# name = 'mnemos-x86_64-bootloader' +# version = '0.1.0' +# workspace-path = 'platforms/x86_64/bootloader' +# +# [[traversal-excludes.ids]] +# name = 'phf_generator' +# version = '0.10.0' +# crates-io = true +# +# [[traversal-excludes.ids]] +# name = 'tinyvec' +# version = '1.6.0' +# crates-io = true +# [[final-excludes.ids]] +# name = 'anstream' +# version = '0.5.0' +# crates-io = true +# +# [[final-excludes.ids]] +# name = 'anstyle-query' +# version = '1.0.0' +# crates-io = true +# +# [[final-excludes.ids]] +# name = 'mnemos-bitslab' +# version = '0.1.0' +# workspace-path = 'source/bitslab' +# +# [[final-excludes.ids]] +# name = 'quick-error' +# version = '1.2.3' +# crates-io = true +# +# [[final-excludes.ids]] +# name = 'unicode-width' +# version = '0.1.10' +# crates-io = true + +[dependencies] +backtrace = { version = "0.3" } +byteorder = { version = "1" } +clap = { version = "4", features = ["derive", "env"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] } +cobs = { version = "0.2" } +cordyceps = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +critical-section = { version = "1", default-features = false, features = ["restore-state-bool"] } +embedded-hal = { version = "0.2", default-features = false, features = ["unproven"] } +flate2 = { version = "1" } +futures = { version = "0.3" } +futures-channel = { version = "0.3", features = ["sink"] } +futures-core = { version = "0.3" } +futures-io = { version = "0.3" } +futures-sink = { version = "0.3" } +futures-task = { version = "0.3", default-features = false, features = ["std"] } +futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +getrandom = { version = "0.2", default-features = false, features = ["std"] } +gimli = { version = "0.27", default-features = false, features = ["read"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["raw"] } +heapless = { version = "0.7", features = ["defmt-impl", "serde"] } +hex = { version = "0.4" } +hyper = { version = "0.14", features = ["full"] } +libc = { version = "0.2", features = ["extra_traits"] } +linked_list_allocator = { version = "0.10", default-features = false, features = ["const_mut_refs"] } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["tracing-01"] } +memchr = { version = "2" } +miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", default-features = false, features = ["net", "os-ext"] } +nb = { version = "0.1", default-features = false, features = ["unstable"] } +num-traits = { version = "0.2", features = ["i128", "libm"] } +object = { version = "0.31", default-features = false, features = ["archive", "elf", "macho", "pe", "read_core", "unaligned"] } +once_cell = { version = "1" } +owo-colors = { version = "3", default-features = false, features = ["supports-colors"] } +percent-encoding = { version = "2" } +portable-atomic = { version = "1", features = ["critical-section", "require-cas"] } +postcard = { version = "1", features = ["experimental-derive", "use-std"] } +rand = { version = "0.8", features = ["small_rng"] } +regex = { version = "1", default-features = false, features = ["std", "unicode-case", "unicode-perl"] } +regex-automata = { version = "0.3", default-features = false, features = ["meta", "std", "unicode-case", "unicode-perl", "unicode-word-boundary"] } +regex-syntax = { version = "0.7", default-features = false, features = ["std", "unicode-case", "unicode-perl"] } +riscv = { version = "0.10", default-features = false, features = ["critical-section-single-hart"] } +scopeguard = { version = "1" } +serde = { version = "1", features = ["alloc", "derive"] } +serde_json = { version = "1" } +strum = { version = "0.25", default-features = false, features = ["derive"] } +tokio = { version = "1", features = ["io-std", "io-util", "macros", "net", "rt", "sync", "time", "tracing"] } +tokio-stream = { version = "0.1", features = ["net"] } +tokio-util = { version = "0.7", features = ["codec"] } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tower = { version = "0.4", default-features = false, features = ["balance", "buffer", "limit", "timeout", "util"] } +tracing = { version = "0.1" } +tracing-core = { version = "0.1" } +tracing-serde-structured = { git = "https://github.com/hawkw/tracing-serde-structured", branch = "eliza/span-fields" } +tracing-subscriber = { version = "0.3", features = ["env-filter"] } +unicode-bidi = { version = "0.3", default-features = false, features = ["hardcoded-data", "std"] } +unicode-normalization = { version = "0.1", default-features = false, features = ["std"] } +uuid = { version = "1", features = ["serde", "v4"] } + +[build-dependencies] +addr2line = { version = "0.20" } +axum = { version = "0.6", features = ["ws"] } +backtrace = { version = "0.3", features = ["gimli-symbolize"] } +bitflags = { version = "2", default-features = false, features = ["std"] } +bytemuck = { version = "1", default-features = false, features = ["derive"] } +byteorder = { version = "1" } +cc = { version = "1", default-features = false, features = ["parallel"] } +clap = { version = "4", features = ["derive", "env", "wrap_help"] } +clap_builder = { version = "4", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] } +cordyceps = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["alloc"] } +digest = { version = "0.10", features = ["mac", "oid", "std"] } +either = { version = "1" } +flate2 = { version = "1", features = ["zlib"] } +futures = { version = "0.3" } +futures-channel = { version = "0.3", features = ["sink"] } +futures-core = { version = "0.3" } +futures-io = { version = "0.3", default-features = false, features = ["std"] } +futures-sink = { version = "0.3" } +futures-task = { version = "0.3", default-features = false, features = ["std"] } +futures-util = { version = "0.3", features = ["channel", "io", "sink"] } +generic-array = { version = "0.14", default-features = false, features = ["more_lengths", "zeroize"] } +getrandom = { version = "0.2", default-features = false, features = ["js", "std"] } +gimli = { version = "0.27", default-features = false, features = ["endian-reader", "std"] } +hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", default-features = false, features = ["inline-more", "raw"] } +hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", default-features = false, features = ["inline-more", "raw"] } +heapless = { version = "0.7", features = ["defmt-impl", "serde"] } +hex = { version = "0.4", features = ["serde"] } +hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } +libc = { version = "0.2", features = ["extra_traits"] } +libz-sys = { version = "1", default-features = false, features = ["libc"] } +log = { version = "0.4", default-features = false, features = ["kv_unstable", "std"] } +maitake = { git = "https://github.com/hawkw/mycelium.git", rev = "101a4abaa19afdd131b334a16d92c9fb4909c064", features = ["tracing-01"] } +memchr = { version = "2", features = ["use_std"] } +miniz_oxide = { version = "0.7", default-features = false, features = ["with-alloc"] } +mio = { version = "0.8", features = ["net", "os-ext"] } +num-traits = { version = "0.2", features = ["i128"] } +object = { version = "0.31", default-features = false, features = ["compression", "read"] } +once_cell = { version = "1", features = ["unstable"] } +owo-colors = { version = "3", default-features = false, features = ["supports-colors"] } +percent-encoding = { version = "2" } +portable-atomic = { version = "1", features = ["require-cas"] } +postcard = { version = "1", features = ["experimental-derive", "use-std"] } +rand = { version = "0.8" } +regex = { version = "1" } +regex-automata = { version = "0.3", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] } +regex-syntax = { version = "0.7" } +scopeguard = { version = "1" } +semver = { version = "1", features = ["serde"] } +serde = { version = "1", features = ["alloc", "derive", "rc"] } +serde_json = { version = "1", features = ["raw_value", "unbounded_depth"] } +smallvec = { version = "1", default-features = false, features = ["write"] } +stable_deref_trait = { version = "1" } +strum = { version = "0.25", features = ["derive"] } +subtle = { version = "2", default-features = false, features = ["i128"] } +syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] } +syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "full", "visit", "visit-mut"] } +time = { version = "0.3", features = ["formatting", "local-offset", "macros", "parsing"] } +tokio = { version = "1", features = ["full"] } +tokio-stream = { version = "0.1", default-features = false, features = ["fs", "sync"] } +tokio-util = { version = "0.7", features = ["codec", "io"] } +toml_datetime = { version = "0.6", default-features = false, features = ["serde"] } +toml_edit = { version = "0.19", features = ["serde"] } +tower = { version = "0.4", default-features = false, features = ["log", "make", "util"] } +tracing = { version = "0.1", features = ["log"] } +tracing-core = { version = "0.1" } +tracing-subscriber = { version = "0.3", features = ["env-filter"] } +unicode-bidi = { version = "0.3" } +unicode-normalization = { version = "0.1" } +uuid = { version = "1", features = ["serde", "v4"] } +zeroize = { version = "1" } + +[target.s390x-unknown-linux-gnu.dependencies] +io-lifetimes = { version = "1" } +libc = { version = "0.2", default-features = false, features = ["use_std"] } +nix = { version = "0.26", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] } +openssl = { version = "0.10" } +rustix = { version = "0.37", features = ["fs", "termios"] } +signal-hook = { version = "0.3", default-features = false, features = ["iterator"] } + +[target.s390x-unknown-linux-gnu.build-dependencies] +io-lifetimes = { version = "1" } +itertools = { version = "0.10" } +nix = { version = "0.26", default-features = false, features = ["dir", "ioctl", "poll", "signal", "term"] } +openssl = { version = "0.10", features = ["vendored"] } +openssl-sys = { version = "0.9", default-features = false, features = ["vendored"] } +rustix = { version = "0.37", features = ["fs", "termios"] } +signal-hook = { version = "0.3" } + +### END HAKARI SECTION + +# This part of the file should be preserved at the end. diff --git a/fixtures/large/mnemos_b3b4da9.json b/fixtures/large/mnemos_b3b4da9.json new file mode 100644 index 00000000000..0db0baf6877 --- /dev/null +++ b/fixtures/large/mnemos_b3b4da9.json @@ -0,0 +1,212870 @@ +{ + "packages": [ + { + "name": "CoreFoundation-sys", + "version": "0.1.4", + "id": "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "FFI bindings for CoreFoundation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mach", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "CoreFoundation-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/CoreFoundation-sys-0.1.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/CoreFoundation-sys-0.1.4/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/CoreFoundation-sys-0.1.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "David Cuddeback " + ], + "categories": [], + "keywords": [ + "corefoundation", + "system", + "bindings" + ], + "readme": "README.md", + "repository": "https://github.com/dcuddeback/core-foundation-sys", + "homepage": "https://github.com/dcuddeback/core-foundation-sys", + "documentation": null, + "edition": "2015", + "links": "CoreFoundation", + "default_run": null, + "rust_version": null + }, + { + "name": "IOKit-sys", + "version": "0.1.5", + "id": "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "FFI bindings for IOKit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "CoreFoundation-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mach", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "IOKit-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/IOKit-sys-0.1.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list_serial_ports", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/IOKit-sys-0.1.5/examples/list_serial_ports.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/IOKit-sys-0.1.5/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/IOKit-sys-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "David Cuddeback " + ], + "categories": [], + "keywords": [ + "iokit", + "system", + "bindings", + "hardware" + ], + "readme": "README.md", + "repository": "https://github.com/dcuddeback/iokit-sys", + "homepage": "https://github.com/dcuddeback/iokit-sys", + "documentation": null, + "edition": "2015", + "links": "IOKit", + "default_run": null, + "rust_version": null + }, + { + "name": "acpi", + "version": "4.1.1", + "id": "acpi 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Library for parsing ACPI tables", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bit_field", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rsdp", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "acpi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/acpi-4.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/acpi-4.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Isaac Woods" + ], + "categories": [ + "hardware-support", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-osdev/acpi", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "addr2line", + "version": "0.20.0", + "id": "addr2line 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A cross-platform symbolication library written in Rust, using `gimli`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cpp_demangle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "fallible-iterator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gimli", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.27.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "read" + ], + "target": null, + "registry": null + }, + { + "name": "memmap2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.31.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "read" + ], + "target": null, + "registry": null + }, + { + "name": "rustc-demangle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "findshlibs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libtest-mimic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typed-arena", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "addr2line", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.20.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "addr2line", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.20.0/examples/addr2line.rs", + "edition": "2018", + "required-features": [ + "default" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "output_equivalence", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.20.0/tests/output_equivalence.rs", + "edition": "2018", + "required-features": [ + "default" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "correctness", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.20.0/tests/correctness.rs", + "edition": "2018", + "required-features": [ + "default" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.20.0/tests/parse.rs", + "edition": "2018", + "required-features": [ + "std-object" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "dep:alloc" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "cpp_demangle": [ + "dep:cpp_demangle" + ], + "default": [ + "rustc-demangle", + "cpp_demangle", + "std-object", + "fallible-iterator", + "smallvec", + "memmap2" + ], + "fallible-iterator": [ + "dep:fallible-iterator" + ], + "memmap2": [ + "dep:memmap2" + ], + "object": [ + "dep:object" + ], + "rustc-demangle": [ + "dep:rustc-demangle" + ], + "rustc-dep-of-std": [ + "core", + "alloc", + "compiler_builtins", + "gimli/rustc-dep-of-std" + ], + "smallvec": [ + "dep:smallvec" + ], + "std": [ + "gimli/std" + ], + "std-object": [ + "std", + "object", + "object/std", + "object/compression", + "gimli/endian-reader" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.20.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "development-tools::debugging" + ], + "keywords": [ + "DWARF", + "debug", + "elf", + "symbolicate", + "atos" + ], + "readme": "./README.md", + "repository": "https://github.com/gimli-rs/addr2line", + "homepage": null, + "documentation": "https://docs.rs/addr2line", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "adler", + "version": "1.0.2", + "id": "adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "0BSD OR MIT OR Apache-2.0", + "license_file": null, + "description": "A simple clean-room implementation of the Adler-32 checksum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "adler", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-1.0.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg=docsrs" + ] + } + }, + "release": { + "no-dev-version": true, + "pre-release-commit-message": "Release {{version}}", + "tag-message": "{{version}}", + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "replace": "## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/adler/releases/tag/v{{version}})\n", + "search": "## Unreleased\n" + }, + { + "file": "README.md", + "replace": "adler = \"{{version}}\"", + "search": "adler = \"[a-z0-9\\\\.-]+\"" + }, + { + "file": "src/lib.rs", + "replace": "https://docs.rs/adler/{{version}}", + "search": "https://docs.rs/adler/[a-z0-9\\.-]+" + } + ] + } + }, + "publish": null, + "authors": [ + "Jonas Schievink " + ], + "categories": [ + "algorithms" + ], + "keywords": [ + "checksum", + "integrity", + "hash", + "adler32", + "zlib" + ], + "readme": "README.md", + "repository": "https://github.com/jonas-schievink/adler.git", + "homepage": null, + "documentation": "https://docs.rs/adler/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "adler32", + "version": "1.2.0", + "id": "adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Zlib", + "license_file": null, + "description": "Minimal Adler32 implementation for Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wasm-bindgen" + ], + "target": null, + "registry": null + }, + { + "name": "humansize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.63", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "adler32", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/adler32-1.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/adler32-1.2.0/src/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/adler32-1.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Remi Rampin " + ], + "categories": [], + "keywords": [ + "adler32", + "hash", + "rolling" + ], + "readme": "README.md", + "repository": "https://github.com/remram44/adler32-rs", + "homepage": null, + "documentation": "https://docs.rs/adler32/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "aes", + "version": "0.8.3", + "id": "aes 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cipher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cipher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "dev" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "aarch64" + ], + "target": "cfg(all(aes_armv8, target_arch = \"aarch64\"))", + "registry": null + }, + { + "name": "cpufeatures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))", + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(not(all(aes_armv8, target_arch = \"aarch64\")))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "aes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hazmat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/tests/hazmat.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/tests/mod.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/benches/mod.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "hazmat": [], + "zeroize": [ + "dep:zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-0.8.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "aes", + "rijndael", + "block-cipher" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/block-ciphers", + "homepage": null, + "documentation": "https://docs.rs/aes", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "ahash", + "version": "0.8.3", + "id": "ahash 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A non-cryptographic hash function using AES-NI for high performance", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "atomic-polyfill", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "const-random", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.117", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "html_reports" + ], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fxhash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hashbrown", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "no-panic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "seahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.59", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version_check", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.4", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "unstable", + "alloc" + ], + "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ahash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/tests/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "map_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/tests/map_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "nopanic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/tests/nopanic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "ahash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/tests/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/tests/map_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/./build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "atomic-polyfill": [ + "dep:atomic-polyfill", + "once_cell/atomic-polyfill" + ], + "compile-time-rng": [ + "const-random" + ], + "const-random": [ + "dep:const-random" + ], + "default": [ + "std", + "runtime-rng" + ], + "getrandom": [ + "dep:getrandom" + ], + "no-rng": [], + "runtime-rng": [ + "getrandom" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ], + "rustc-args": [ + "-C", + "target-feature=+aes" + ], + "rustdoc-args": [ + "-C", + "target-feature=+aes" + ] + } + } + }, + "publish": null, + "authors": [ + "Tom Kaitchuck " + ], + "categories": [ + "algorithms", + "data-structures", + "no-std" + ], + "keywords": [ + "hash", + "hasher", + "hashmap", + "aes", + "no-std" + ], + "readme": "README.md", + "repository": "https://github.com/tkaitchuck/ahash", + "homepage": null, + "documentation": "https://docs.rs/ahash", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "aho-corasick", + "version": "1.0.2", + "id": "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense OR MIT", + "license_file": null, + "description": "Fast multiple substring searching.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "aho_corasick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std", + "perf-literal" + ], + "logging": [ + "dep:log" + ], + "perf-literal": [ + "dep:memchr" + ], + "std": [ + "memchr?/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.0.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "text-processing" + ], + "keywords": [ + "string", + "search", + "text", + "pattern", + "multi" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/aho-corasick", + "homepage": "https://github.com/BurntSushi/aho-corasick", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "aligned", + "version": "0.4.1", + "id": "aligned 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A newtype with alignment of at least `A` bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "as-slice", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "aligned", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aligned-0.4.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/aligned-0.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "embedded", + "memory-management", + "no-std" + ], + "keywords": [ + "alignment", + "aligned", + "array", + "static" + ], + "readme": "README.md", + "repository": "https://github.com/japaric/aligned", + "homepage": null, + "documentation": "https://docs.rs/aligned", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "android-tzdata", + "version": "0.1.1", + "id": "android-tzdata 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parser for the Android-specific tzdata file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "zip", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "android-tzdata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/android-tzdata-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "RumovZ" + ], + "categories": [ + "date-and-time" + ], + "keywords": [ + "parser", + "android", + "timezone" + ], + "readme": "README.md", + "repository": "https://github.com/RumovZ/android-tzdata", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "android_system_properties", + "version": "0.1.5", + "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Minimal Android system properties wrapper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.126", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "android_system_properties", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "time_zone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/examples/time_zone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/android_system_properties-0.1.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "arm-linux-androideabi", + "armv7-linux-androideabi", + "aarch64-linux-android", + "i686-linux-android", + "x86_64-linux-android", + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Nicolas Silva " + ], + "categories": [], + "keywords": [ + "android" + ], + "readme": "README.md", + "repository": "https://github.com/nical/android_system_properties", + "homepage": "https://github.com/nical/android_system_properties", + "documentation": "https://docs.rs/android_system_properties", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ansi_term", + "version": "0.12.1", + "id": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Library for ANSI terminal colours and styles (bold, underline)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.90", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.39", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "processenv" + ], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ansi_term", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "256_colours", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/examples/256_colours.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "basic_colours", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/examples/basic_colours.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rgb_colours", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/examples/rgb_colours.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "derive_serde_style": [ + "serde" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ansi_term-0.12.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "ogham@bsago.me", + "Ryan Scheel (Havvy) ", + "Josh Triplett " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/ogham/rust-ansi-term", + "homepage": "https://github.com/ogham/rust-ansi-term", + "documentation": "https://docs.rs/ansi_term", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "anstream", + "version": "0.5.0", + "id": "anstream 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A simple cross platform library for writing colored text to a terminal.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anstyle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anstyle-parse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anstyle-query", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "colorchoice", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "utf8parse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "owo-colors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strip-ansi-escapes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anstyle-wincon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "anstream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "strip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/benches/strip.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "wincon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/benches/wincon.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/benches/stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "auto": [ + "dep:anstyle-query", + "dep:colorchoice" + ], + "default": [ + "auto", + "wincon" + ], + "wincon": [ + "dep:anstyle-wincon" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.5.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "ansi", + "terminal", + "color", + "strip", + "wincon" + ], + "readme": "README.md", + "repository": "https://github.com/rust-cli/anstyle.git", + "homepage": "https://github.com/rust-cli/anstyle", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.70.0" + }, + { + "name": "anstyle", + "version": "1.0.1", + "id": "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "ANSI text styling", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lexopt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "anstyle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dump", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.1/examples/dump.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-1.0.1/Cargo.toml", + "metadata": { + "release": { + "tag-prefix": "", + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "ansi", + "terminal", + "color", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/rust-cli/anstyle.git", + "homepage": "https://github.com/rust-cli/anstyle", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "anstyle-parse", + "version": "0.2.1", + "id": "anstyle-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parse ANSI Style Escapes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "utf8parse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "codegenrs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "path" + ], + "target": null, + "registry": null + }, + { + "name": "vte_generate_state_changes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "anstyle-parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "parselog", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/examples/parselog.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/benches/parse.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "core": [ + "dep:arrayvec" + ], + "default": [ + "utf8" + ], + "utf8": [ + "dep:utf8parse" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.1/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "ansi", + "terminal", + "color", + "vte" + ], + "readme": "README.md", + "repository": "https://github.com/rust-cli/anstyle.git", + "homepage": "https://github.com/rust-cli/anstyle", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "anstyle-query", + "version": "1.0.0", + "id": "anstyle-query 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Look up colored console capabilities", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_System_Console", + "Win32_Foundation" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "anstyle-query", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "report", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/examples/report.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.0.0/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "cli", + "color", + "no-std", + "terminal", + "ansi" + ], + "readme": "README.md", + "repository": "https://github.com/rust-cli/anstyle", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "anstyle-wincon", + "version": "2.1.0", + "id": "anstyle-wincon 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Styling legacy Windows terminals", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anstyle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lexopt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_System_Console", + "Win32_Foundation" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "anstyle-wincon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-2.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dump", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-2.1.0/examples/dump.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-2.1.0/examples/set.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-wincon-2.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [], + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "x86_64-pc-windows-msvc" + ] + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "ansi", + "terminal", + "color", + "windows" + ], + "readme": "README.md", + "repository": "https://github.com/rust-cli/anstyle.git", + "homepage": "https://github.com/rust-cli/anstyle", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.70.0" + }, + { + "name": "anyhow", + "version": "1.0.71", + "id": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Flexible concrete Error type built on std::error::Error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.51", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.66", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "anyhow", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_autotrait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_autotrait.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_backtrace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_backtrace.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_boxed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_boxed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_chain", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_chain.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_context", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_context.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_convert", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_convert.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_downcast", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_downcast.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_ensure", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_ensure.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_ffi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_ffi.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_fmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_fmt.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_repr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_repr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_source", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/tests/test_source.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "backtrace": [ + "dep:backtrace" + ], + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.71/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "rust-patterns", + "no-std" + ], + "keywords": [ + "error", + "error-handling" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/anyhow", + "homepage": null, + "documentation": "https://docs.rs/anyhow", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.39" + }, + { + "name": "arc-swap", + "version": "1.6.0", + "id": "arc-swap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Atomically swappable Arc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "rc" + ], + "target": null, + "registry": null + }, + { + "name": "adaptive-barrier", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.12", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.130", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.130", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "arc-swap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "random", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/tests/random.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stress", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/tests/stress.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "background", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/benches/background.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "int-access", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/benches/int-access.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "track", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/benches/track.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "experimental-strategies": [], + "internal-test-strategies": [], + "serde": [ + "dep:serde" + ], + "weak": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.6.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Michal 'vorner' Vaner " + ], + "categories": [ + "data-structures", + "memory-management" + ], + "keywords": [ + "atomic", + "Arc" + ], + "readme": "README.md", + "repository": "https://github.com/vorner/arc-swap", + "homepage": null, + "documentation": "https://docs.rs/arc-swap", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "arrayvec", + "version": "0.5.2", + "id": "arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "arrayvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.5.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.5.2/tests/serde.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.5.2/tests/tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "extend", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.5.2/benches/extend.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "arraystring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.5.2/benches/arraystring.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "array-sizes-129-255": [], + "array-sizes-33-128": [], + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [], + "unstable-const-fn": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-0.5.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde" + ] + } + }, + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "publish": null, + "authors": [ + "bluss" + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "stack", + "vector", + "array", + "data-structure", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/bluss/arrayvec", + "homepage": null, + "documentation": "https://docs.rs/arrayvec/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "as-slice", + "version": "0.2.1", + "id": "as-slice 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "`AsSlice` and `AsMutSlice` traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "stable_deref_trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "as-slice", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/as-slice-0.2.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/as-slice-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio ", + "Emil Fresk " + ], + "categories": [ + "no-std" + ], + "keywords": [ + "conversion", + "slice", + "array" + ], + "readme": "README.md", + "repository": "https://github.com/japaric/as-slice", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "async-channel", + "version": "1.9.0", + "id": "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Async multi-producer multi-consumer channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "concurrent-queue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "event-listener", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "easy-parallel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-channel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bounded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/tests/bounded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unbounded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/tests/unbounded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "mpmc", + "mpsc", + "spmc", + "chan", + "futures" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/async-channel", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.45" + }, + { + "name": "async-executor", + "version": "1.5.1", + "id": "async-executor 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Async executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-task", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "concurrent-queue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "cargo_bench_support" + ], + "target": null, + "registry": null + }, + { + "name": "easy-parallel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.16.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-executor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "priority", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.1/examples/priority.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.1/tests/drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "executor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.1/benches/executor.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.5.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "asynchronous", + "executor", + "single", + "multi", + "spawn" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/async-executor", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "async-global-executor", + "version": "2.3.1", + "id": "async-global-executor 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A global executor built on top of async-executor and async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "blocking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "tokio-crate", + "optional": true, + "uses_default_features": false, + "features": [ + "rt", + "rt-multi-thread" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": "tokio02-crate", + "optional": true, + "uses_default_features": false, + "features": [ + "rt-core" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": "tokio03-crate", + "optional": true, + "uses_default_features": false, + "features": [ + "rt", + "rt-multi-thread" + ], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-global-executor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.3.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "async-io": [ + "dep:async-io" + ], + "default": [ + "async-io" + ], + "tokio": [ + "tokio-crate" + ], + "tokio-crate": [ + "dep:tokio-crate" + ], + "tokio02": [ + "tokio02-crate" + ], + "tokio02-crate": [ + "dep:tokio02-crate" + ], + "tokio03": [ + "tokio03-crate" + ], + "tokio03-crate": [ + "dep:tokio03-crate" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Marc-Antoine Perennou " + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "async", + "await", + "future", + "executor" + ], + "readme": "README.md", + "repository": "https://github.com/Keruspe/async-global-executor", + "homepage": "https://github.com/Keruspe/async-global-executor", + "documentation": "https://docs.rs/async-global-executor", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "async-io", + "version": "1.13.0", + "id": "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Async I/O and timers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "concurrent-queue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "polling", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "fs" + ], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "all" + ], + "target": null, + "registry": null + }, + { + "name": "waker-fn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-net", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "blocking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "cargo_bench_support" + ], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "inotify", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(target_os = \"linux\")", + "registry": null + }, + { + "name": "timerfd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"linux\")", + "registry": null + }, + { + "name": "uds_windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-io", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "linux-inotify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-inotify.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "linux-timerfd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/linux-timerfd.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "unix-signal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/unix-signal.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "windows-uds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/examples/windows-uds.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/async.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "timer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/tests/timer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "io", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/io.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "timer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/benches/timer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-1.13.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "network-programming", + "os" + ], + "keywords": [ + "mio", + "epoll", + "kqueue", + "iocp" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/async-io", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "async-lock", + "version": "2.7.0", + "id": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Async synchronization primitives", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "event-listener", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.5.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-lock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.7.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "barrier", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.7.0/tests/barrier.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.7.0/tests/mutex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rwlock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.7.0/tests/rwlock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "semaphore", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.7.0/tests/semaphore.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-2.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "lock", + "mutex", + "rwlock", + "semaphore", + "barrier" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/async-lock", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "async-process", + "version": "1.7.0", + "id": "async-process 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Async interface for working with processes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "event-listener", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "rustix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "fs" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "iterator" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "blocking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "Win32_Foundation", + "Win32_System_Threading" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-process", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.7.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.7.0/examples/timeout.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.7.0/tests/std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.7.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-1.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "os" + ], + "keywords": [ + "process", + "spawn", + "command", + "subprocess", + "child" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/async-process", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "async-scoped", + "version": "0.7.1", + "id": "async-scoped 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Spawn scoped (non 'static) asynchronous futures for async_std and tokio runtimes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "rt-multi-thread", + "macros", + "sync" + ], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "femme", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "kv_unstable" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-scoped", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-scoped-0.7.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "async-std": [ + "dep:async-std" + ], + "tokio": [ + "dep:tokio" + ], + "use-async-std": [ + "async-std" + ], + "use-tokio": [ + "tokio" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-scoped-0.7.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "use-async-std", + "use-tokio" + ] + } + } + }, + "publish": null, + "authors": [ + "Rajsekar Manokaran " + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "async", + "async-std", + "tokio", + "scoped", + "spawn" + ], + "readme": "README.md", + "repository": "https://github.com/rmanoka/async-scoped", + "homepage": "https://github.com/rmanoka/async-scoped", + "documentation": "https://docs.rs/async-scoped", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "async-std", + "version": "1.12.0", + "id": "async-std 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Async version of the Rust standard library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-attributes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "kv-log-macro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "kv_unstable" + ], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0-alpha.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "surf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "femme", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-global-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "async-io" + ], + "target": "cfg(not(target_os = \"unknown\"))", + "registry": null + }, + { + "name": "async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"unknown\"))", + "registry": null + }, + { + "name": "async-process", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"unknown\"))", + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"unknown\"))", + "registry": null + }, + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "gloo-timers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "futures" + ], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "js" + ], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tcp-ipv4-and-6-echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/tcp-ipv4-and-6-echo.rs", + "edition": "2018", + "required-features": [ + "unstable" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "surf-web", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/surf-web.rs", + "edition": "2018", + "required-features": [ + "surf" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "a-chat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/a-chat/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hello-world", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/hello-world.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "line-count", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/line-count.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list-dir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/list-dir.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "logging", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/logging.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "print-file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/print-file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "socket-timeouts", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/socket-timeouts.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stdin-echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/stdin-echo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stdin-timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/stdin-timeout.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "task-local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/task-local.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "task-name", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/task-name.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tcp-client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/tcp-client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tcp-echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/tcp-echo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "udp-client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/udp-client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "udp-echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/examples/udp-echo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/stream.rs", + "edition": "2018", + "required-features": [ + "unstable" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "addr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/addr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "block_on", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/block_on.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "buf_writer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/buf_writer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "channel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/channel.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "collect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/collect.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "condvar", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/condvar.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/io_timeout.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/mutex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rwlock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/rwlock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/task_local.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/tcp.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/timeout.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "udp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/udp.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/uds.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "verbose_errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/tests/verbose_errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/benches/mutex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "task", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/benches/task.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "task_local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/benches/task_local.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "futures-core/alloc", + "pin-project-lite" + ], + "async-attributes": [ + "dep:async-attributes" + ], + "async-channel": [ + "dep:async-channel" + ], + "async-global-executor": [ + "dep:async-global-executor" + ], + "async-io": [ + "dep:async-io" + ], + "async-lock": [ + "dep:async-lock" + ], + "async-process": [ + "dep:async-process" + ], + "attributes": [ + "async-attributes" + ], + "crossbeam-utils": [ + "dep:crossbeam-utils" + ], + "default": [ + "std", + "async-global-executor", + "async-io", + "futures-lite", + "kv-log-macro", + "log", + "pin-project-lite", + "gloo-timers" + ], + "docs": [ + "attributes", + "unstable", + "default" + ], + "futures-channel": [ + "dep:futures-channel" + ], + "futures-core": [ + "dep:futures-core" + ], + "futures-io": [ + "dep:futures-io" + ], + "futures-lite": [ + "dep:futures-lite" + ], + "gloo-timers": [ + "dep:gloo-timers" + ], + "kv-log-macro": [ + "dep:kv-log-macro" + ], + "log": [ + "dep:log" + ], + "memchr": [ + "dep:memchr" + ], + "once_cell": [ + "dep:once_cell" + ], + "pin-project-lite": [ + "dep:pin-project-lite" + ], + "pin-utils": [ + "dep:pin-utils" + ], + "slab": [ + "dep:slab" + ], + "std": [ + "alloc", + "crossbeam-utils", + "futures-core/std", + "futures-io", + "memchr", + "once_cell", + "pin-utils", + "slab", + "wasm-bindgen-futures", + "futures-channel", + "async-channel", + "async-lock" + ], + "surf": [ + "dep:surf" + ], + "tokio02": [ + "async-global-executor/tokio02" + ], + "tokio03": [ + "async-global-executor/tokio03" + ], + "tokio1": [ + "async-global-executor/tokio" + ], + "unstable": [ + "std", + "async-io", + "async-process" + ], + "wasm-bindgen-futures": [ + "dep:wasm-bindgen-futures" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.12.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "docs" + ], + "rustdoc-args": [ + "--cfg", + "feature=\"docs\"" + ] + } + } + }, + "publish": null, + "authors": [ + "Stjepan Glavina ", + "Yoshua Wuyts ", + "Friedel Ziegelmayer ", + "Contributors to async-std" + ], + "categories": [ + "asynchronous", + "concurrency", + "network-programming" + ], + "keywords": [ + "async", + "await", + "future", + "std", + "task" + ], + "readme": "README.md", + "repository": "https://github.com/async-rs/async-std", + "homepage": "https://async.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "async-task", + "version": "4.4.0", + "id": "async-task 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Task abstraction for building executors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "atomic-waker", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "easy-parallel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flaky_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flume", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smol", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "async-task", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spawn-local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/examples/spawn-local.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spawn-on-thread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/examples/spawn-on-thread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spawn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/examples/spawn.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cancel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/cancel.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/join.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "metadata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/metadata.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/panic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ready", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/ready.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "waker_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/waker_panic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "waker_pending", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/waker_pending.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "waker_ready", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/tests/waker_ready.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "spawn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/benches/spawn.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "concurrency", + "no-std" + ], + "keywords": [ + "futures", + "task", + "executor", + "spawn" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/async-task", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.47" + }, + { + "name": "async-trait", + "version": "0.1.72", + "id": "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Type erasure for async trait methods", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.63", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.29", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.23", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "visit-mut" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-attributes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.26", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.81", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "async-trait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.72/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.72/tests/compiletest.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.72/tests/test.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.72/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.72/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "asynchronous", + "no-std" + ], + "keywords": [ + "async" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/async-trait", + "homepage": null, + "documentation": "https://docs.rs/async-trait", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "atomic-polyfill", + "version": "0.1.11", + "id": "atomic-polyfill 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Atomic polyfills, for targets where they're not available.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "atomic-polyfill", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-polyfill-0.1.11/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-polyfill-0.1.11/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-polyfill-0.1.11/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dario Nieuwenhuis " + ], + "categories": [ + "embedded", + "no-std", + "concurrency" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/embassy-rs/atomic-polyfill", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "atomic-waker", + "version": "1.1.1", + "id": "atomic-waker 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A synchronization primitive for task wakeup", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "atomic-waker", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "portable-atomic": [ + "dep:portable-atomic" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomic-waker-1.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina ", + "Contributors to futures-rs" + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "waker", + "notify", + "wake", + "futures", + "async" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/atomic-waker", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "atomicwrites", + "version": "0.4.1", + "id": "atomicwrites 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Atomic file-writes.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fs" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "atomicwrites", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.1/tests/lib.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-0.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Markus Unterwaditzer " + ], + "categories": [], + "keywords": [ + "filesystem", + "posix" + ], + "readme": "README.md", + "repository": "https://github.com/untitaker/rust-atomicwrites", + "homepage": "https://github.com/untitaker/rust-atomicwrites", + "documentation": "https://docs.rs/crate/atomicwrites", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "atty", + "version": "0.2.14", + "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A simple interface for querying atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hermit-abi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"hermit\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "consoleapi", + "processenv", + "minwinbase", + "minwindef", + "winbase" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "atty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "atty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/examples/atty.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/atty-0.2.14/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "softprops " + ], + "categories": [], + "keywords": [ + "terminal", + "tty", + "isatty" + ], + "readme": "README.md", + "repository": "https://github.com/softprops/atty", + "homepage": "https://github.com/softprops/atty", + "documentation": "http://softprops.github.io/atty", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "autocfg", + "version": "0.1.8", + "id": "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Automatic cfg for Rust compiler features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "autocfg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-0.1.8/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-0.1.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Josh Stone " + ], + "categories": [ + "development-tools::build-utils" + ], + "keywords": [ + "rustc", + "build", + "autoconf" + ], + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "autocfg", + "version": "1.1.0", + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Automatic cfg for Rust compiler features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "autocfg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "integers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/integers.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "paths", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/paths.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "traits", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/traits.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "versions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/examples/versions.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustflags", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/tests/rustflags.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Josh Stone " + ], + "categories": [ + "development-tools::build-utils" + ], + "keywords": [ + "rustc", + "build", + "autoconf" + ], + "readme": "README.md", + "repository": "https://github.com/cuviper/autocfg", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "axum", + "version": "0.6.19", + "id": "axum 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Web framework that focuses on ergonomics and modularity", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.67", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "axum-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "axum-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "headers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http-body", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.24", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "stream" + ], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "matchit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.16", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "multer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "raw_value" + ], + "target": null, + "registry": null + }, + { + "name": "serde_path_to_error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_urlencoded", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sync_wrapper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.25.0", + "kind": null, + "rename": "tokio", + "optional": true, + "uses_default_features": true, + "features": [ + "time" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-tungstenite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "util" + ], + "target": null, + "registry": null + }, + { + "name": "tower-http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "add-extension", + "auth", + "catch-panic", + "compression-br", + "compression-deflate", + "compression-gzip", + "cors", + "decompression-br", + "decompression-deflate", + "decompression-gzip", + "follow-redirect", + "fs", + "limit", + "map-request-body", + "map-response-body", + "metrics", + "normalize-path", + "propagate-header", + "redirect", + "request-id", + "sensitive-headers", + "set-header", + "set-status", + "timeout", + "trace", + "util", + "validate-request" + ], + "target": null, + "registry": null + }, + { + "name": "tower-layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "axum-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "__private" + ], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "json", + "stream", + "multipart" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde-human-readable" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.25.0", + "kind": "dev", + "rename": "tokio", + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt", + "rt-multi-thread", + "net", + "test-util" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.10", + "kind": "dev", + "rename": "tower", + "optional": false, + "uses_default_features": true, + "features": [ + "util", + "timeout", + "limit", + "load-shed", + "steer", + "filter" + ], + "target": null, + "registry": null + }, + { + "name": "tower-http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "add-extension", + "auth", + "catch-panic", + "compression-br", + "compression-deflate", + "compression-gzip", + "cors", + "decompression-br", + "decompression-deflate", + "decompression-gzip", + "follow-redirect", + "fs", + "limit", + "map-request-body", + "map-response-body", + "metrics", + "normalize-path", + "propagate-header", + "redirect", + "request-id", + "sensitive-headers", + "set-header", + "set-status", + "timeout", + "trace", + "util", + "validate-request" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "json" + ], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde", + "v4" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "axum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-0.6.19/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-0.6.19/benches/benches.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-0.6.19/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__private_docs": [ + "tower/full", + "dep:tower-http" + ], + "default": [ + "form", + "http1", + "json", + "matched-path", + "original-uri", + "query", + "tokio", + "tower-log" + ], + "form": [ + "dep:serde_urlencoded" + ], + "headers": [ + "dep:headers" + ], + "http1": [ + "hyper/http1" + ], + "http2": [ + "hyper/http2" + ], + "json": [ + "dep:serde_json", + "dep:serde_path_to_error" + ], + "macros": [ + "dep:axum-macros" + ], + "matched-path": [], + "multipart": [ + "dep:multer" + ], + "original-uri": [], + "query": [ + "dep:serde_urlencoded" + ], + "tokio": [ + "dep:tokio", + "hyper/server", + "hyper/tcp", + "hyper/runtime", + "tower/make" + ], + "tower-log": [ + "tower/log" + ], + "tracing": [ + "dep:tracing", + "axum-core/tracing" + ], + "ws": [ + "tokio", + "dep:tokio-tungstenite", + "dep:sha1", + "dep:base64" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-0.6.19/Cargo.toml", + "metadata": { + "cargo-public-api-crates": { + "allowed": [ + "async_trait", + "axum_core", + "axum_macros", + "bytes", + "futures_core", + "futures_sink", + "futures_util", + "headers", + "headers_core", + "http", + "http_body", + "hyper", + "serde", + "serde_json", + "tower_layer", + "tower_service" + ] + }, + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "http1", + "http2", + "json", + "multipart", + "ws" + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "asynchronous", + "network-programming", + "web-programming::http-server" + ], + "keywords": [ + "http", + "web", + "framework" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/axum", + "homepage": "https://github.com/tokio-rs/axum", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.63" + }, + { + "name": "axum-core", + "version": "0.3.4", + "id": "axum-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Core types and traits for axum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.67", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http-body", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.16", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "limit" + ], + "target": null, + "registry": null + }, + { + "name": "tower-layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "axum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "headers" + ], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.24", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.25.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "tower-http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "limit" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "axum-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.3.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.3.4/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__private_docs": [ + "dep:tower-http" + ], + "tracing": [ + "dep:tracing" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/axum-core-0.3.4/Cargo.toml", + "metadata": { + "cargo-public-api-crates": { + "allowed": [ + "futures_core", + "http", + "bytes", + "http_body", + "tower_layer" + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "asynchronous", + "network-programming", + "web-programming" + ], + "keywords": [ + "http", + "web", + "framework" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/axum", + "homepage": "https://github.com/tokio-rs/axum", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "az", + "version": "1.2.1", + "id": "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Casts and checked casts", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "az", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/az-1.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/az-1.2.1/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "fail-on-warnings": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/az-1.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "no-std" + ], + "keywords": [ + "cast", + "checked", + "integer", + "float" + ], + "readme": "README.md", + "repository": "https://gitlab.com/tspiteri/az", + "homepage": null, + "documentation": "https://docs.rs/az", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "backtrace", + "version": "0.3.68", + "id": "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "addr2line", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cpp_demangle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.146", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miniz_oxide", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.31.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "read_core", + "elf", + "macho", + "pe", + "unaligned", + "archive" + ], + "target": null, + "registry": null + }, + { + "name": "rustc-demangle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-serialize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "libloading", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.67", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "backtrace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "backtrace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/examples/backtrace.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "raw", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/examples/raw.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "skip_inner_frames", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/tests/skip_inner_frames.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "long_fn_name", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/tests/long_fn_name.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/tests/smoke.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "accuracy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/tests/accuracy/main.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "concurrent-panics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/tests/concurrent-panics.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "current-exe-mismatch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/tests/current-exe-mismatch.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmarks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/benches/benchmarks.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "coresymbolication": [], + "cpp_demangle": [ + "dep:cpp_demangle" + ], + "dbghelp": [], + "default": [ + "std" + ], + "dladdr": [], + "gimli-symbolize": [], + "kernel32": [], + "libbacktrace": [], + "libunwind": [], + "rustc-serialize": [ + "dep:rustc-serialize" + ], + "serde": [ + "dep:serde" + ], + "serialize-rustc": [ + "rustc-serialize" + ], + "serialize-serde": [ + "serde" + ], + "std": [], + "unix-backtrace": [], + "verify-winapi": [ + "winapi/dbghelp", + "winapi/handleapi", + "winapi/libloaderapi", + "winapi/memoryapi", + "winapi/minwindef", + "winapi/processthreadsapi", + "winapi/synchapi", + "winapi/tlhelp32", + "winapi/winbase", + "winapi/winnt" + ], + "winapi": [ + "dep:winapi" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/backtrace-rs", + "homepage": "https://github.com/rust-lang/backtrace-rs", + "documentation": "https://docs.rs/backtrace", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "backtrace-ext", + "version": "0.2.1", + "id": "backtrace-ext 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "minor conveniences on top of the backtrace crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.61", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.6.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fancy" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.40", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "backtrace-ext", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-ext-0.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "miette", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-ext-0.2.1/examples/miette.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-ext-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/gankra/backtrace-ext", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "bare-metal", + "version": "1.0.0", + "id": "bare-metal 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Abstractions common to bare metal systems", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bare-metal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bare-metal-1.0.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bare-metal-1.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "bare-metal", + "register", + "peripheral", + "interrupt" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/bare-metal", + "homepage": null, + "documentation": "https://docs.rs/bare-metal", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "base16ct", + "version": "0.2.0", + "id": "base16ct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of Base16 a.k.a hexadecimal (RFC 4648) which avoids\nany usages of data-dependent branches/LUTs and thereby provides portable\n\"best effort\" constant-time operation and embedded-friendly no_std support\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "base16ct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/benches/mod.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base16ct-0.2.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "crypto", + "hex", + "hexadecimal" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/base16ct", + "homepage": null, + "documentation": "https://docs.rs/base16ct", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "base64", + "version": "0.13.1", + "id": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "encodes and decodes base64 as bytes or utf8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "structopt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "base64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "base64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/examples/base64.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "make_tables", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/examples/make_tables.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/decode.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/encode.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "helpers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/helpers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/tests/tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmarks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/benches/benchmarks.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alice Maz ", + "Marshall Pierce " + ], + "categories": [ + "encoding" + ], + "keywords": [ + "base64", + "utf8", + "encode", + "decode", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/marshallpierce/rust-base64", + "homepage": null, + "documentation": "https://docs.rs/base64", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "base64", + "version": "0.21.2", + "id": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "encodes and decodes base64 as bytes or utf8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "rstest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rstest_reuse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "structopt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.26", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "base64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "base64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.2/examples/base64.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.2/tests/encode.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.2/tests/tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmarks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.2/benches/benchmarks.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.21.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alice Maz ", + "Marshall Pierce " + ], + "categories": [ + "encoding" + ], + "keywords": [ + "base64", + "utf8", + "encode", + "decode", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/marshallpierce/rust-base64", + "homepage": null, + "documentation": "https://docs.rs/base64", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.57.0" + }, + { + "name": "base64ct", + "version": "1.6.0", + "id": "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of\ndata-dependent branches/LUTs and thereby provides portable \"best effort\"\nconstant-time operation and embedded-friendly no_std support\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "base64ct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bcrypt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/bcrypt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "crypt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/crypt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "proptests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/proptests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "shacrypt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/shacrypt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "standard", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/standard.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "url", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/tests/url.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/benches/mod.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "crypto", + "base64", + "pem", + "phc" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/base64ct", + "homepage": null, + "documentation": "https://docs.rs/base64ct", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "basic-toml", + "version": "0.1.4", + "id": "basic-toml 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Minimal TOML library with few dependencies", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.99", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "basic-toml", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/examples/decode.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "datetime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/datetime.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "de-errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/de-errors.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "display-tricky", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/display-tricky.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enum_external_deserialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/enum_external_deserialize.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "float", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/float.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "formatting", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/formatting.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "invalid-misc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/invalid-misc.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "invalid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/invalid.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/parser.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tokens", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/tokens.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "valid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/tests/valid.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/basic-toml-0.1.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Alex Crichton ", + "David Tolnay " + ], + "categories": [ + "config", + "encoding", + "parser-implementations" + ], + "keywords": [ + "toml", + "serde" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/basic-toml", + "homepage": null, + "documentation": "https://docs.rs/basic-toml", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bbq10kbd", + "version": "0.1.0", + "id": "bbq10kbd 0.1.0 (git+https://github.com/hawkw/bbq10kbd?branch=eliza/async#d2365be8726e9320b0e4ab626043c1a8a41246f8)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An Embedded-HAL driver for @arturo182's bbq10kbd PMOD", + "source": "git+https://github.com/hawkw/bbq10kbd?branch=eliza/async#d2365be8726e9320b0e4ab626043c1a8a41246f8", + "dependencies": [ + { + "name": "embedded-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0-alpha.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bbq10kbd", + "src_path": "/opt/cargo/git/checkouts/bbq10kbd-42a0447f03908871/d2365be/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "embedded-hal-async": [ + "dep:embedded-hal-async" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/bbq10kbd-42a0447f03908871/d2365be/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "James Munns " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/jamesmunns/bbq10kbd", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bincode", + "version": "1.3.3", + "id": "bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.63", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.27", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bincode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/tests/test.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "i128": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ty Overby ", + "Francesco Mazzoli ", + "David Tolnay ", + "Zoey Riordan " + ], + "categories": [ + "encoding", + "network-programming" + ], + "keywords": [ + "binary", + "encode", + "decode", + "serialize", + "deserialize" + ], + "readme": "./readme.md", + "repository": "https://github.com/servo/bincode", + "homepage": null, + "documentation": "https://docs.rs/bincode", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "binread", + "version": "2.2.0", + "id": "binread 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A Rust crate for helping read structs from binary data using ✨macro magic✨", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "array-init", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "binread_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "modular-bitfield", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "binread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread-2.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "const_generic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread-2.2.0/tests/const_generic.rs", + "edition": "2018", + "required-features": [ + "const_generics" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "after_parse_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread-2.2.0/tests/after_parse_test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread-2.2.0/tests/derive_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread-2.2.0/tests/lib.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ui", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread-2.2.0/tests/ui.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "array-init": [ + "dep:array-init" + ], + "const_generics": [ + "array-init" + ], + "debug_template": [ + "std", + "lazy_static", + "binread_derive/debug_template" + ], + "default": [ + "std" + ], + "lazy_static": [ + "dep:lazy_static" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread-2.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "jam1garner " + ], + "categories": [], + "keywords": [], + "readme": "../README.md", + "repository": "https://github.com/jam1garner/binread", + "homepage": null, + "documentation": "https://docs.rs/binread", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "binread_derive", + "version": "2.1.0", + "id": "binread_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Derive macro for binread", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra-traits", + "full" + ], + "target": null, + "registry": null + }, + { + "name": "runtime-macros-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "binread_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread_derive-2.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "debug_template": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/binread_derive-2.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "jam1garner " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/jam1garner/binread", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bit-set", + "version": "0.5.3", + "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A set of bits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bit-vec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bit-set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [ + "bit-vec/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-set-0.5.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alexis Beingessner " + ], + "categories": [], + "keywords": [ + "data-structures", + "bitset" + ], + "readme": "README.md", + "repository": "https://github.com/contain-rs/bit-set", + "homepage": "https://github.com/contain-rs/bit-set", + "documentation": "https://contain-rs.github.io/bit-set/bit_set", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bit-vec", + "version": "0.6.3", + "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A vector of bits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bit-vec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "serde_no_std": [ + "serde/alloc" + ], + "serde_std": [ + "std", + "serde/std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit-vec-0.6.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alexis Beingessner " + ], + "categories": [], + "keywords": [ + "data-structures", + "bitvec", + "bitmask", + "bitmap", + "bit" + ], + "readme": "README.md", + "repository": "https://github.com/contain-rs/bit-vec", + "homepage": "https://github.com/contain-rs/bit-vec", + "documentation": "https://contain-rs.github.io/bit-vec/bit_vec", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bit_field", + "version": "0.10.2", + "id": "bit_field 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Simple bit field trait providing get_bit, get_bits, set_bit, and set_bits methods for Rust's integral types.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bit_field", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-0.10.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-0.10.2/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-0.10.2/Cargo.toml", + "metadata": { + "release": { + "dev-version": false, + "pre-release-commit-message": "Release version {{version}}", + "pre-release-replacements": [ + { + "exactly": 1, + "file": "Changelog.md", + "replace": "## Unreleased\n\n# {{version}} – {{date}}", + "search": "## Unreleased" + } + ] + } + }, + "publish": null, + "authors": [ + "Philipp Oppermann " + ], + "categories": [], + "keywords": [ + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/phil-opp/rust-bit-field", + "homepage": null, + "documentation": "https://docs.rs/bit_field", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bitfield", + "version": "0.14.0", + "id": "bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "This crate provides macros to generate bitfield-like struct.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bitfield", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "bits_position", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/examples/bits_position.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ipv4", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/examples/ipv4.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/tests/lib.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Loïc Damien " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/dzamlo/rust-bitfield", + "homepage": null, + "documentation": "https://docs.rs/bitfield", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bitflags", + "version": "1.3.2", + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A macro to generate structures which behave like bitflags.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bitflags", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/tests/compile.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [], + "example_generated": [], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-1.3.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "example_generated" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "readme": "README.md", + "repository": "https://github.com/bitflags/bitflags", + "homepage": "https://github.com/bitflags/bitflags", + "documentation": "https://docs.rs/bitflags", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bitflags", + "version": "2.3.3", + "id": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A macro to generate structures which behave like bitflags.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytemuck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bytemuck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zerocopy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bitflags", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_bits_type", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/examples/custom_bits_type.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/examples/custom_derive.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/examples/fmt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "macro_free", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/examples/macro_free.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/examples/serde.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/benches/parse.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "bytemuck": [ + "dep:bytemuck" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "example_generated": [], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.3.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "example_generated" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "no-std" + ], + "keywords": [ + "bit", + "bitmask", + "bitflags", + "flags" + ], + "readme": "README.md", + "repository": "https://github.com/bitflags/bitflags", + "homepage": "https://github.com/bitflags/bitflags", + "documentation": "https://docs.rs/bitflags", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "bitmaps", + "version": "2.1.0", + "id": "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0+", + "license_file": null, + "description": "Fixed size boolean arrays", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "typenum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bitmaps", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitmaps-2.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitmaps-2.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Bodil Stokke " + ], + "categories": [ + "data-structures" + ], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/bodil/bitmaps", + "homepage": null, + "documentation": "http://docs.rs/bitmaps", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bitvec", + "version": "1.0.1", + "id": "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Addresses memory by bits, for packed collections and bitfields", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "funty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "radium", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wyz", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bitvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "eq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/eq.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/iter.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/macros.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "memcpy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/memcpy.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mut_access", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/mut_access.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "slice", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/benches/slice.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "atomic": [], + "default": [ + "atomic", + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "alloc" + ], + "testing": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bitvec-1.0.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "atomic", + "serde", + "std" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "data-structures", + "embedded", + "no-std", + "rust-patterns" + ], + "keywords": [ + "bitfields", + "bitmap", + "bitstream", + "bitvec", + "bitvector" + ], + "readme": "README.md", + "repository": "https://github.com/bitvecto-rs/bitvec", + "homepage": "https://bitvecto-rs.github.io/bitvec", + "documentation": "https://docs.rs/bitvec/latest/bitvec", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "block-buffer", + "version": "0.10.4", + "id": "block-buffer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Buffer type for block processing of data", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "generic-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "block-buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/tests/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/block-buffer-0.10.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "block", + "buffer" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/utils", + "homepage": null, + "documentation": "https://docs.rs/block-buffer", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "blocking", + "version": "1.3.1", + "id": "blocking 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A thread pool for isolating blocking I/O in async programs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-task", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "atomic-waker", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "blocking", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.3.1/examples/ls.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unblock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.3.1/tests/unblock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "async", + "file", + "stdio", + "stdin", + "process" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/blocking", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "bootloader", + "version": "0.11.4", + "id": "bootloader 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "An experimental x86_64 bootloader that works on both BIOS and UEFI systems.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bootloader-boot-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fatfs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "gpt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mbrman", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.91", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-process", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.25", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-concurrency", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7.0.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "llvm-tools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bootloader", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "config_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/config_file.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "default_settings", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/default_settings.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "higher_half", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/higher_half.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lto", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/lto.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "map_phys_mem", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/map_phys_mem.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "min_stack", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/min_stack.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "pie", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/pie.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ramdisk", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/tests/ramdisk.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bios": [ + "dep:mbrman" + ], + "default": [ + "bios", + "uefi" + ], + "uefi": [ + "dep:gpt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-0.11.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustc-args": [ + "--cfg", + "docsrs_dummy_build" + ] + } + } + }, + "publish": null, + "authors": [ + "Philipp Oppermann " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-osdev/bootloader", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bootloader-boot-config", + "version": "0.11.4", + "id": "bootloader-boot-config 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "The runtime configurations that are saved in a JSON file for the bootloader crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.152", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bootloader-boot-config", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-boot-config-0.11.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader-boot-config-0.11.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-osdev/bootloader", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bootloader_api", + "version": "0.11.4", + "id": "bootloader_api 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Makes a kernel compatible with the bootloader crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bootloader_api", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader_api-0.11.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader_api-0.11.4/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bootloader_api-0.11.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-osdev/bootloader", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bstr", + "version": "0.2.17", + "id": "bstr 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A string type that is not required to be valid UTF-8.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-automata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.85", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ucd-parse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-segmentation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bstr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "graphemes-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/graphemes-std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "graphemes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/graphemes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lines-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/lines-std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lines", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/lines.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "uppercase-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/uppercase-std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "uppercase", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/uppercase.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "words-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/words-std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "words", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/examples/words.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std", + "unicode" + ], + "lazy_static": [ + "dep:lazy_static" + ], + "regex-automata": [ + "dep:regex-automata" + ], + "serde": [ + "dep:serde" + ], + "serde1": [ + "std", + "serde1-nostd", + "serde/std" + ], + "serde1-nostd": [ + "serde" + ], + "std": [ + "memchr/std" + ], + "unicode": [ + "lazy_static", + "regex-automata" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.17/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "text-processing", + "encoding" + ], + "keywords": [ + "string", + "str", + "byte", + "bytes", + "text" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/bstr", + "homepage": "https://github.com/BurntSushi/bstr", + "documentation": "https://docs.rs/bstr", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bstr", + "version": "1.6.0", + "id": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A string type that is not required to be valid UTF-8.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-automata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "dfa-search" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.85", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ucd-parse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-segmentation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bstr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "graphemes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/graphemes.rs", + "edition": "2021", + "required-features": [ + "std", + "unicode" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lines", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/lines.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "uppercase", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/uppercase.rs", + "edition": "2021", + "required-features": [ + "std", + "unicode" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "words", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/words.rs", + "edition": "2021", + "required-features": [ + "std", + "unicode" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "graphemes-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/graphemes-std.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lines-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/lines-std.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "uppercase-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/uppercase-std.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "words-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/examples/words-std.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "serde?/alloc" + ], + "default": [ + "std", + "unicode" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "alloc", + "memchr/std", + "serde?/std" + ], + "unicode": [ + "dep:regex-automata" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.6.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "text-processing", + "encoding" + ], + "keywords": [ + "string", + "str", + "byte", + "bytes", + "text" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/bstr", + "homepage": "https://github.com/BurntSushi/bstr", + "documentation": "https://docs.rs/bstr", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "btoi", + "version": "0.4.3", + "id": "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parse integers directly from ASCII byte slices", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "btoi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/btoi-0.4.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/btoi-0.4.3/benches/benches.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [ + "num-traits/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/btoi-0.4.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Niklas Fiekas " + ], + "categories": [ + "parsing" + ], + "keywords": [ + "conversion", + "integer", + "atoi", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/niklasf/rust-btoi", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bumpalo", + "version": "3.13.0", + "id": "bumpalo 3.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A fast bump allocation arena for Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "allocator-api2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bumpalo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.13.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "try_alloc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.13.0/tests/try_alloc.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.13.0/benches/benches.rs", + "edition": "2021", + "required-features": [ + "collections" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "allocator-api2": [ + "dep:allocator-api2" + ], + "allocator_api": [], + "boxed": [], + "collections": [], + "default": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.13.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Nick Fitzgerald " + ], + "categories": [ + "memory-management", + "rust-patterns", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/fitzgen/bumpalo", + "homepage": null, + "documentation": "https://docs.rs/bumpalo", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "bytecount", + "version": "0.6.3", + "id": "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "packed_simd_2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.8", + "kind": null, + "rename": "packed_simd", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bytecount", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "check", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/tests/check.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "generic-simd": [ + "packed_simd" + ], + "html_report": [], + "packed_simd": [ + "dep:packed_simd" + ], + "runtime-dispatch-simd": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andre Bogus ", + "Joshua Landau " + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/llogiq/bytecount", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bytemuck", + "version": "1.13.1", + "id": "bytemuck 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Zlib OR Apache-2.0 OR MIT", + "license_file": null, + "description": "A crate for mucking around with piles of bytes.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytemuck_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bytemuck", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "array_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/array_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cast_slice_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/cast_slice_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "checked_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/checked_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/derive.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "doc_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/doc_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "offset_of_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/offset_of_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "std_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/std_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "transparent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/transparent.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wrapper_forgets", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/tests/wrapper_forgets.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "aarch64_simd": [], + "bytemuck_derive": [ + "dep:bytemuck_derive" + ], + "derive": [ + "bytemuck_derive" + ], + "extern_crate_alloc": [], + "extern_crate_std": [ + "extern_crate_alloc" + ], + "min_const_generics": [], + "nightly_portable_simd": [], + "nightly_stdsimd": [], + "unsound_ptr_pod_impl": [], + "wasm_simd": [], + "zeroable_atomics": [], + "zeroable_maybe_uninit": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck-1.13.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "derive", + "extern_crate_alloc", + "extern_crate_std", + "zeroable_maybe_uninit", + "zeroable_atomics", + "min_const_generics", + "wasm_simd" + ] + } + }, + "playground": { + "features": [ + "derive", + "extern_crate_alloc", + "extern_crate_std", + "zeroable_maybe_uninit", + "zeroable_atomics", + "min_const_generics", + "wasm_simd" + ] + } + }, + "publish": null, + "authors": [ + "Lokathor " + ], + "categories": [ + "encoding", + "no-std" + ], + "keywords": [ + "transmute", + "bytes", + "casting" + ], + "readme": "README.md", + "repository": "https://github.com/Lokathor/bytemuck", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bytemuck_derive", + "version": "1.4.1", + "id": "bytemuck_derive 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Zlib OR Apache-2.0 OR MIT", + "license_file": null, + "description": "derive proc-macros for `bytemuck`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "bytemuck_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.4.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.4.1/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytemuck_derive-1.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Lokathor " + ], + "categories": [ + "encoding", + "no-std" + ], + "keywords": [ + "transmute", + "bytes", + "casting" + ], + "readme": "README.md", + "repository": "https://github.com/Lokathor/bytemuck", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "byteorder", + "version": "1.4.3", + "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense OR MIT", + "license_file": null, + "description": "Library for reading/writing numbers in big-endian and little-endian.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "byteorder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "i128": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/byteorder-1.4.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "encoding", + "parsing", + "no-std" + ], + "keywords": [ + "byte", + "endian", + "big-endian", + "little-endian", + "binary" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/byteorder", + "homepage": "https://github.com/BurntSushi/byteorder", + "documentation": "https://docs.rs/byteorder", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bytes", + "version": "1.4.0", + "id": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Types and traits for working with bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.60", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bytes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_buf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_buf.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_buf_mut", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_buf_mut.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_bytes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_bytes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_bytes_odd_alloc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_bytes_odd_alloc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_bytes_vec_alloc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_bytes_vec_alloc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_chain", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_chain.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_debug", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_debug.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_iter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_reader", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_reader.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_serde.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_take", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/tests/test_take.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "buf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/benches/buf.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bytes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/benches/bytes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bytes_mut", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/benches/bytes_mut.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Carl Lerche ", + "Sean McArthur " + ], + "categories": [ + "network-programming", + "data-structures" + ], + "keywords": [ + "buffers", + "zero-copy", + "io" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/bytes", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bytesize", + "version": "1.3.0", + "id": "bytesize 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "an utility for human-readable bytes representations", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.185", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.185", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.105", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bytesize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bytesize-1.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Hyunsik Choi " + ], + "categories": [], + "keywords": [ + "byte", + "byte-size", + "utility", + "human-readable", + "format" + ], + "readme": "README.md", + "repository": "https://github.com/hyunsik/bytesize/", + "homepage": "https://github.com/hyunsik/bytesize/", + "documentation": "https://docs.rs/bytesize/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bzip2", + "version": "0.4.4", + "id": "bzip2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Bindings to libbzip2 for bzip2 compression and decompression exposed as\nReader/Writer streams.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bzip2-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "partial-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "quickcheck" + ], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": "quickcheck6", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bzip2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tokio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/tests/tokio.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "futures": [ + "dep:futures" + ], + "static": [ + "bzip2-sys/static" + ], + "tokio": [ + "tokio-io", + "futures" + ], + "tokio-io": [ + "dep:tokio-io" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-0.4.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "compression", + "api-bindings" + ], + "keywords": [ + "bzip", + "encoding" + ], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/bzip2-rs", + "homepage": "https://github.com/alexcrichton/bzip2-rs", + "documentation": "https://docs.rs/bzip2", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "bzip2-sys", + "version": "0.1.11+1.0.8", + "id": "bzip2-sys 0.1.11+1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Bindings to libbzip2 for bzip2 compression and decompression exposed as\nReader/Writer streams.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "bzip2_sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "static": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+1.0.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "external-ffi-bindings" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/alexcrichton/bzip2-rs", + "homepage": "https://github.com/alexcrichton/bzip2-rs", + "documentation": "https://docs.rs/bzip2-sys", + "edition": "2015", + "links": "bzip2", + "default_run": null, + "rust_version": null + }, + { + "name": "camino", + "version": "1.1.6", + "id": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "UTF-8 paths", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "camino", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/tests/integration_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "proptest": [ + "dep:proptest" + ], + "proptest1": [ + "proptest" + ], + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg=doc_cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "Without Boats ", + "Ashley Williams ", + "Steve Klabnik ", + "Rain " + ], + "categories": [ + "development-tools", + "filesystem", + "os" + ], + "keywords": [ + "paths", + "utf8", + "unicode", + "filesystem" + ], + "readme": "README.md", + "repository": "https://github.com/camino-rs/camino", + "homepage": null, + "documentation": "https://docs.rs/camino", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "camino-tempfile", + "version": "1.0.2", + "id": "camino-tempfile 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A library for managing temporary files and directories, with UTF-8 paths.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "camino-tempfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "namedtempfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/tests/namedtempfile.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tempdir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/tests/tempdir.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tempfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/tests/tempfile.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "nightly": [ + "tempfile/nightly" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-1.0.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "filesystem", + "os" + ], + "keywords": [ + "tempfile", + "tmpfile", + "filesystem", + "camino" + ], + "readme": "README.md", + "repository": "https://github.com/camino-rs/camino-tempfile", + "homepage": null, + "documentation": "https://docs.rs/camino-tempfile", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "cargo", + "version": "0.72.2", + "id": "cargo 0.72.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Cargo, a package manager for Rust.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.47", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytesize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo-platform", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wrap_help" + ], + "target": null, + "registry": null + }, + { + "name": "crates-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "curl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.44", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "http2" + ], + "target": null, + "registry": null + }, + { + "name": "curl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.61", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "filetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "zlib" + ], + "target": null, + "registry": null + }, + { + "name": "git2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "git2-curl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.44.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "blocking-http-transport-curl", + "progress-tree" + ], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": "gix-features-for-configuration-only", + "optional": false, + "uses_default_features": true, + "features": [ + "parallel" + ], + "target": null, + "registry": null + }, + { + "name": "glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hmac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "home", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http-auth", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ignore", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "im-rc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^15.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is-terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "jobserver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazycell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.144", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libgit2-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "opener", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "os_info", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pasetors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v3", + "paserk", + "std", + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "pathdiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustfix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.123", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde-value", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_ignored", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.59", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "raw_value" + ], + "target": null, + "registry": null + }, + { + "name": "sha1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shell-escape", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strip-ansi-escapes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.39", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termcolor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "parsing", + "formatting" + ], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml_edit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-xid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "same-file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff", + "path" + ], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "zlib" + ], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.39", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.50", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "fwdansi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem", + "Win32_System_Console", + "Win32_System_IO", + "Win32_System_Threading", + "Win32_System_JobObjects", + "Win32_Security", + "Win32_System_SystemServices" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.72.2/src/cargo/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.72.2/src/bin/cargo/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "build-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.72.2/tests/build-std/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "internal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.72.2/tests/internal.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "testsuite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.72.2/tests/testsuite/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.72.2/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "all-static": [ + "vendored-openssl", + "curl/static-curl", + "curl/force-system-lib-on-osx" + ], + "openssl": [ + "dep:openssl" + ], + "pretty-env-logger": [ + "pretty_env_logger" + ], + "pretty_env_logger": [ + "dep:pretty_env_logger" + ], + "vendored-libgit2": [ + "libgit2-sys/vendored" + ], + "vendored-openssl": [ + "openssl/vendored" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-0.72.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/cargo", + "homepage": "https://crates.io", + "documentation": "https://docs.rs/cargo", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cargo-binutils", + "version": "0.3.6", + "id": "cargo-binutils 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo_metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.33", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-cfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-demangle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc_version", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo-binutils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-cov", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-cov.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-nm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-nm.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-objcopy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-objcopy.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-objdump", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-objdump.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-profdata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-profdata.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-readobj", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-readobj.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-size.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-strip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/cargo-strip.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-ar", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-ar.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-cov", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-cov.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-ld", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-ld.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-lld", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-lld.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-nm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-nm.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-objcopy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-objcopy.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-objdump", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-objdump.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-profdata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-profdata.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-readobj", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-readobj.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-size.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "rust-strip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/src/bin/rust-strip.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-binutils-0.3.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Embedded WG Tools Team ", + "Jorge Aparicio " + ], + "categories": [ + "command-line-utilities", + "development-tools" + ], + "keywords": [ + "llvm", + "size", + "objdump", + "nm" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/cargo-binutils/", + "homepage": null, + "documentation": "https://github.com/rust-embedded/cargo-binutils#cargo-binutils", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cargo-espflash", + "version": "2.0.1", + "id": "cargo-espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Cargo subcommand for flashing Espressif devices", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cargo_metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.3.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive", + "wrap_help" + ], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-idf-part", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "espflash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fancy" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.171", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.43", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.72.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "vendored-openssl" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "cargo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.72.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-espflash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-espflash-2.0.1/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-espflash-2.0.1/Cargo.toml", + "metadata": { + "binstall": { + "bin-dir": "{ bin }{ binary-ext }", + "pkg-fmt": "zip", + "pkg-url": "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }" + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-utilities", + "development-tools", + "development-tools::cargo-plugins", + "embedded" + ], + "keywords": [ + "cargo", + "cli", + "embedded", + "esp" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/espflash", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "cargo-lock", + "version": "9.0.0", + "id": "cargo-lock 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Self-contained Cargo.lock parser with optional dependency graph analysis", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gumdrop", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "petgraph", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde_derive" + ], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo-lock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-lock-9.0.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-lock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-lock-9.0.0/src/bin/cargo-lock/main.rs", + "edition": "2021", + "required-features": [ + "cli" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lockfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-lock-9.0.0/tests/lockfile.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "cli": [ + "gumdrop", + "dependency-tree" + ], + "dependency-tree": [ + "petgraph" + ], + "gumdrop": [ + "dep:gumdrop" + ], + "petgraph": [ + "dep:petgraph" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-lock-9.0.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "dependency-tree" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Tony Arcieri " + ], + "categories": [ + "parser-implementations" + ], + "keywords": [ + "cargo", + "dependency", + "lock", + "lockfile" + ], + "readme": "README.md", + "repository": "https://github.com/RustSec/rustsec/tree/main/cargo-lock", + "homepage": "https://rustsec.org", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "cargo-nextest", + "version": "0.9.57", + "id": "cargo-nextest 0.9.57 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A next-generation test runner for Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.3.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive", + "env" + ], + "target": null, + "registry": null + }, + { + "name": "color-eyre", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dialoguer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "duct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "enable-ansi-support", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "guppy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fancy" + ], + "target": null, + "registry": null + }, + { + "name": "nextest-filtering", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.9.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-runner", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.45.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "owo-colors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "supports-colors" + ], + "target": null, + "registry": null + }, + { + "name": "pathdiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "camino" + ], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.104", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shell-words", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "supports-color", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "supports-unicode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.44", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo-nextest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-nextest-0.9.57/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-nextest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-nextest-0.9.57/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "default-no-update", + "self-update" + ], + "default-no-update": [], + "experimental-tokio-console": [ + "nextest-runner/experimental-tokio-console" + ], + "self-update": [ + "nextest-runner/self-update" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-nextest-0.9.57/Cargo.toml", + "metadata": { + "binstall": { + "bin-dir": "{ bin }{ binary-ext }", + "pkg-fmt": "tgz", + "pkg-url": "{ repo }/releases/download/cargo-nextest-{ version }/{ name }-{ version }-{ target }.tar.gz", + "overrides": { + "aarch64-apple-darwin": { + "pkg-url": "{ repo }/releases/download/cargo-nextest-{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz" + }, + "x86_64-apple-darwin": { + "pkg-url": "{ repo }/releases/download/cargo-nextest-{ version }/{ name }-{ version }-universal-apple-darwin.tar.gz" + } + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "development-tools::cargo-plugins", + "development-tools::testing" + ], + "keywords": [ + "nextest", + "test-runner", + "flaky-tests", + "junit" + ], + "readme": "README.md", + "repository": "https://github.com/nextest-rs/nextest", + "homepage": null, + "documentation": "https://nexte.st", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "cargo-platform", + "version": "0.1.3", + "id": "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Cargo's representation of a target platform.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.123", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo-platform", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "matches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/examples/matches.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_cfg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/tests/test_cfg.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-lang/cargo", + "homepage": "https://github.com/rust-lang/cargo", + "documentation": "https://docs.rs/cargo-platform", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cargo-util", + "version": "0.2.5", + "id": "cargo-util 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Miscellaneous support code used by Cargo.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.47", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "filetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "jobserver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.144", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "same-file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shell-escape", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "core-foundation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "mac_os_10_7_support" + ], + "target": "cfg(target_os = \"macos\")", + "registry": null + }, + { + "name": "miow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Storage_FileSystem", + "Win32_Foundation", + "Win32_System_Console" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo-util", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-util-0.2.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-util-0.2.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-lang/cargo", + "homepage": "https://github.com/rust-lang/cargo", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cargo_metadata", + "version": "0.14.2", + "id": "cargo_metadata 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "structured access to the output of `cargo metadata`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde1" + ], + "target": null, + "registry": null + }, + { + "name": "cargo-platform", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "derive_builder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.107", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.59", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unbounded_depth" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo_metadata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.14.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "selftest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.14.2/tests/selftest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_samples", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.14.2/tests/test_samples.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "builder": [ + "derive_builder" + ], + "default": [], + "derive_builder": [ + "dep:derive_builder" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.14.2/Cargo.toml", + "metadata": { + "cargo_metadata_test": { + "other_field": "foo", + "some_field": true + } + }, + "publish": null, + "authors": [ + "Oliver Schneider " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/oli-obk/cargo_metadata", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cargo_metadata", + "version": "0.15.4", + "id": "cargo_metadata 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "structured access to the output of `cargo metadata`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde1" + ], + "target": null, + "registry": null + }, + { + "name": "cargo-platform", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "derive_builder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.136", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unbounded_depth" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo_metadata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.15.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "selftest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.15.4/tests/selftest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_samples", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.15.4/tests/test_samples.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "builder": [ + "derive_builder" + ], + "default": [], + "derive_builder": [ + "dep:derive_builder" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.15.4/Cargo.toml", + "metadata": { + "cargo_metadata_test": { + "other_field": "foo", + "some_field": true + } + }, + "publish": null, + "authors": [ + "Oliver Schneider " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/oli-obk/cargo_metadata", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.42.0" + }, + { + "name": "cargo_metadata", + "version": "0.17.0", + "id": "cargo_metadata 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "structured access to the output of `cargo metadata`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde1" + ], + "target": null, + "registry": null + }, + { + "name": "cargo-platform", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "derive_builder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.136", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unbounded_depth" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cargo_metadata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.17.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "selftest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.17.0/tests/selftest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_samples", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.17.0/tests/test_samples.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "builder": [ + "derive_builder" + ], + "default": [], + "derive_builder": [ + "dep:derive_builder" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.17.0/Cargo.toml", + "metadata": { + "cargo_metadata_test": { + "other_field": "foo", + "some_field": true + } + }, + "publish": null, + "authors": [ + "Oliver Schneider " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/oli-obk/cargo_metadata", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "cc", + "version": "1.0.79", + "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A build-time dependency for Cargo build scripts to assist in invoking the native\nC compiler to compile native C code into a static archive to be linked into Rust\ncode.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "jobserver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "gcc-shim", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/src/bin/gcc-shim.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cc_env", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cc_env.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cflags", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cflags.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cxxflags", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/cxxflags.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "jobserver": [ + "dep:jobserver" + ], + "parallel": [ + "jobserver" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.79/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "development-tools::build-utils" + ], + "keywords": [ + "build-dependencies" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/cc-rs", + "homepage": "https://github.com/rust-lang/cc-rs", + "documentation": "https://docs.rs/cc", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cfg-expr", + "version": "0.15.4", + "id": "cfg-expr 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A parser and evaluator for Rust `cfg()` expressions.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "target-lexicon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "similar-asserts", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cfg-expr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "eval", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.4/examples/eval.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "eval", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.4/tests/eval.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lexer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.4/tests/lexer.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.4/tests/parser.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "target-lexicon": [ + "dep:target-lexicon" + ], + "targets": [ + "target-lexicon" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Embark ", + "Jake Shadle " + ], + "categories": [ + "parser-implementations" + ], + "keywords": [ + "cargo", + "rustc", + "cfg" + ], + "readme": "README.md", + "repository": "https://github.com/EmbarkStudios/cfg-expr", + "homepage": "https://github.com/EmbarkStudios/cfg-expr", + "documentation": "https://docs.rs/cfg-expr", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.58.0" + }, + { + "name": "cfg-if", + "version": "0.1.10", + "id": "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cfg-if", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "xcrate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/tests/xcrate.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/cfg-if", + "homepage": "https://github.com/alexcrichton/cfg-if", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cfg-if", + "version": "1.0.0", + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A macro to ergonomically define an item depending on a large number of #[cfg]\nparameters. Structured like an if-else chain, the first matching branch is the\nitem that gets emitted.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cfg-if", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "xcrate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/tests/xcrate.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-1.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/cfg-if", + "homepage": "https://github.com/alexcrichton/cfg-if", + "documentation": "https://docs.rs/cfg-if", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "chrono", + "version": "0.4.26", + "id": "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Date and time library for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pure-rust-locales", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rkyv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-serialize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.20", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.99", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.43", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", + "registry": null + }, + { + "name": "android-tzdata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"android\")", + "registry": null + }, + { + "name": "iana-time-zone", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.45", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "fallback" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "std", + "minwinbase", + "minwindef", + "timezoneapi", + "sysinfoapi" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "chrono", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dateutils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/tests/dateutils.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/tests/wasm.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "chrono", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/benches/chrono.rs", + "edition": "2021", + "required-features": [ + "__internal_bench" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/benches/serde.rs", + "edition": "2021", + "required-features": [ + "__internal_bench", + "serde" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__doctest": [], + "__internal_bench": [ + "criterion" + ], + "alloc": [], + "arbitrary": [ + "dep:arbitrary" + ], + "clock": [ + "std", + "winapi", + "iana-time-zone" + ], + "criterion": [ + "dep:criterion" + ], + "default": [ + "clock", + "std", + "oldtime", + "wasmbind" + ], + "iana-time-zone": [ + "dep:iana-time-zone" + ], + "js-sys": [ + "dep:js-sys" + ], + "libc": [], + "oldtime": [ + "time" + ], + "pure-rust-locales": [ + "dep:pure-rust-locales" + ], + "rkyv": [ + "dep:rkyv" + ], + "rustc-serialize": [ + "dep:rustc-serialize" + ], + "serde": [ + "dep:serde" + ], + "std": [], + "time": [ + "dep:time" + ], + "unstable-locales": [ + "pure-rust-locales", + "alloc" + ], + "wasm-bindgen": [ + "dep:wasm-bindgen" + ], + "wasmbind": [ + "wasm-bindgen", + "js-sys" + ], + "winapi": [ + "dep:winapi" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.26/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "serde" + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "date-and-time" + ], + "keywords": [ + "date", + "time", + "calendar" + ], + "readme": "README.md", + "repository": "https://github.com/chronotope/chrono", + "homepage": "https://github.com/chronotope/chrono", + "documentation": "https://docs.rs/chrono/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "cipher", + "version": "0.4.4", + "id": "cipher 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Traits for describing block ciphers and stream ciphers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "blobby", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crypto-common", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "inout", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cipher", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "blobby": [ + "dep:blobby" + ], + "block-padding": [ + "inout/block-padding" + ], + "dev": [ + "blobby" + ], + "rand_core": [ + "crypto-common/rand_core" + ], + "std": [ + "alloc", + "crypto-common/std", + "inout/std" + ], + "zeroize": [ + "dep:zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cipher-0.4.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "block-cipher", + "stream-cipher", + "trait" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/traits", + "homepage": null, + "documentation": "https://docs.rs/cipher", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "clap", + "version": "2.34.0", + "id": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clippy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.0.166", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strsim", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "term_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "textwrap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vec_map", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "yaml-rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ansi_term", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "ansi_term": [ + "dep:ansi_term" + ], + "atty": [ + "dep:atty" + ], + "clippy": [ + "dep:clippy" + ], + "color": [ + "ansi_term", + "atty" + ], + "debug": [], + "default": [ + "suggestions", + "color", + "vec_map" + ], + "doc": [ + "yaml" + ], + "nightly": [], + "no_cargo": [], + "strsim": [ + "dep:strsim" + ], + "suggestions": [ + "strsim" + ], + "term_size": [ + "dep:term_size" + ], + "unstable": [], + "vec_map": [ + "dep:vec_map" + ], + "wrap_help": [ + "term_size", + "textwrap/term_size" + ], + "yaml": [ + "yaml-rust" + ], + "yaml-rust": [ + "dep:yaml-rust" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-2.34.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "doc" + ] + } + } + }, + "publish": null, + "authors": [ + "Kevin K. " + ], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap", + "homepage": "https://clap.rs/", + "documentation": "https://docs.rs/clap/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "clap", + "version": "3.2.25", + "id": "clap 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=3.2.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap_lex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strsim", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termcolor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "terminal_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "textwrap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicase", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "yaml-rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shlex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trycmd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "color-auto", + "diff", + "examples" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "stdio-fixture", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/src/bin/stdio-fixture.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/demo.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/cargo-example.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-example-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/cargo-example-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "escaped-positional", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/escaped-positional.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "escaped-positional-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/escaped-positional-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "git-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/git-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "typed-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/typed-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "busybox", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/multicall-busybox.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hostname", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/multicall-hostname.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "repl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/repl.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "01_quick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/01_quick.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_apps", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_apps.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_crate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_crate.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_app_settings", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/02_app_settings.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_bool", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_01_flag_bool.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_count", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_01_flag_count.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_02_option", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_02_option.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_03_positional", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_03_positional.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_04_subcommands", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_04_subcommands.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_05_default_values", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/03_05_default_values.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_01_possible", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_01_possible.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_01_enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_01_enum.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_02_parse.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_validate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_02_validate.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_03_relations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_03_relations.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_04_custom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/04_04_custom.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "05_01_assert", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_builder/05_01_assert.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "01_quick_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/01_quick.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_apps_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_apps.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_crate_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_crate.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_app_settings_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/02_app_settings.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_bool_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_01_flag_bool.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_count_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_01_flag_count.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_02_option_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_02_option.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_03_positional_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_03_positional.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_04_subcommands_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_04_subcommands.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_04_subcommands_alt_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_04_subcommands_alt.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_05_default_values_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/03_05_default_values.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_01_enum_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_01_enum.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_parse_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_02_parse.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_validate_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_02_validate.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_03_relations_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_03_relations.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_04_custom_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/04_04_custom.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "05_01_assert_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/tutorial_derive/05_01_assert.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom-bool", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/custom-bool.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_augment_args", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/augment_args.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_augment_subcommands", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/augment_subcommands.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_hand_subcommand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/hand_subcommand.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_flatten_hand_args", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/derive_ref/flatten_hand_args.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "git", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/git.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pacman", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/examples/pacman.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "atty": [ + "dep:atty" + ], + "backtrace": [ + "dep:backtrace" + ], + "cargo": [ + "once_cell" + ], + "clap_derive": [ + "dep:clap_derive" + ], + "color": [ + "atty", + "termcolor" + ], + "debug": [ + "clap_derive/debug", + "backtrace" + ], + "default": [ + "std", + "color", + "suggestions" + ], + "deprecated": [ + "clap_derive/deprecated" + ], + "derive": [ + "clap_derive", + "once_cell" + ], + "env": [], + "once_cell": [ + "dep:once_cell" + ], + "regex": [ + "dep:regex" + ], + "std": [ + "indexmap/std" + ], + "strsim": [ + "dep:strsim" + ], + "suggestions": [ + "strsim" + ], + "termcolor": [ + "dep:termcolor" + ], + "terminal_size": [ + "dep:terminal_size" + ], + "unicase": [ + "dep:unicase" + ], + "unicode": [ + "textwrap/unicode-width", + "unicase" + ], + "unstable-doc": [ + "derive", + "cargo", + "wrap_help", + "yaml", + "env", + "unicode", + "regex", + "unstable-replace", + "unstable-grouped" + ], + "unstable-grouped": [], + "unstable-replace": [], + "unstable-v4": [ + "clap_derive/unstable-v4", + "deprecated" + ], + "wrap_help": [ + "terminal_size", + "textwrap/terminal_size" + ], + "yaml": [ + "yaml-rust" + ], + "yaml-rust": [ + "dep:yaml-rust" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-3.2.25/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples=examples" + ], + "features": [ + "unstable-doc" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "unstable-doc" + ] + }, + "release": { + "shared-version": true, + "tag-name": "v{{version}}", + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56.1" + }, + { + "name": "clap", + "version": "4.4.0", + "id": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "clap_builder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=4.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=4.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shlex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.82", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trycmd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "color-auto", + "diff", + "examples" + ], + "target": null, + "registry": null + }, + { + "name": "unic-emoji-char", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "stdio-fixture", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/src/bin/stdio-fixture.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/demo.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/cargo-example.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cargo-example-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/cargo-example-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "escaped-positional", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/escaped-positional.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "escaped-positional-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/escaped-positional-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "find", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/find.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "git-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/git-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "typed-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/typed-derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "busybox", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/multicall-busybox.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hostname", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/multicall-hostname.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "repl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/repl.rs", + "edition": "2021", + "required-features": [ + "help" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "01_quick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/01_quick.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_apps", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/02_apps.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_crate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/02_crate.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_app_settings", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/02_app_settings.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_bool", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_01_flag_bool.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_count", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_01_flag_count.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_02_option", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_02_option.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_02_option_mult", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_02_option_mult.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_03_positional", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_03_positional.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_03_positional_mult", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_03_positional_mult.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_04_subcommands", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_04_subcommands.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_05_default_values", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/03_05_default_values.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_01_possible", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/04_01_possible.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_01_enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/04_01_enum.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/04_02_parse.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_validate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/04_02_validate.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_03_relations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/04_03_relations.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_04_custom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/04_04_custom.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "05_01_assert", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_builder/05_01_assert.rs", + "edition": "2021", + "required-features": [ + "cargo" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "01_quick_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/01_quick.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_apps_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/02_apps.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_crate_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/02_crate.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "02_app_settings_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/02_app_settings.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_bool_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_01_flag_bool.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_01_flag_count_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_01_flag_count.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_02_option_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_02_option.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_02_option_mult_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_02_option_mult.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_03_positional_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_03_positional.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_03_positional_mult_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_03_positional_mult.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_04_subcommands_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_04_subcommands.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_04_subcommands_alt_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_04_subcommands_alt.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "03_05_default_values_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/03_05_default_values.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_01_enum_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/04_01_enum.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_parse_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/04_02_parse.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_02_validate_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/04_02_validate.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_03_relations_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/04_03_relations.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "04_04_custom_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/04_04_custom.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "05_01_assert_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/tutorial_derive/05_01_assert.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_augment_args", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/derive_ref/augment_args.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_augment_subcommands", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/derive_ref/augment_subcommands.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_hand_subcommand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/derive_ref/hand_subcommand.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interop_flatten_hand_args", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/derive_ref/flatten_hand_args.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "git", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/git.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pacman", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/examples/pacman.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "cargo": [ + "clap_builder/cargo" + ], + "color": [ + "clap_builder/color" + ], + "debug": [ + "clap_builder/debug", + "clap_derive?/debug" + ], + "default": [ + "std", + "color", + "help", + "usage", + "error-context", + "suggestions" + ], + "deprecated": [ + "clap_builder/deprecated", + "clap_derive?/deprecated" + ], + "derive": [ + "dep:clap_derive", + "dep:once_cell" + ], + "env": [ + "clap_builder/env" + ], + "error-context": [ + "clap_builder/error-context" + ], + "help": [ + "clap_builder/help" + ], + "std": [ + "clap_builder/std" + ], + "string": [ + "clap_builder/string" + ], + "suggestions": [ + "clap_builder/suggestions" + ], + "unicode": [ + "clap_builder/unicode" + ], + "unstable-doc": [ + "clap_builder/unstable-doc", + "derive" + ], + "unstable-styles": [ + "clap_builder/unstable-styles" + ], + "unstable-v5": [ + "clap_builder/unstable-v5", + "clap_derive?/unstable-v5", + "deprecated" + ], + "usage": [ + "clap_builder/usage" + ], + "wrap_help": [ + "clap_builder/wrap_help" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples" + ], + "features": [ + "unstable-doc" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--generate-link-to-definition" + ] + } + }, + "playground": { + "features": [ + "unstable-doc" + ] + }, + "release": { + "shared-version": true, + "tag-name": "v{{version}}", + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + }, + { + "file": "CITATION.cff", + "replace": "date-released: {{date}}", + "search": "^date-released: ....-..-.." + }, + { + "file": "CITATION.cff", + "replace": "version: {{version}}", + "search": "^version: .+\\..+\\..+" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.70.0" + }, + { + "name": "clap_builder", + "version": "4.4.0", + "id": "clap_builder 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A simple to use, efficient, and full-featured Command Line Argument Parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anstream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anstyle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.67", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap_lex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strsim", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "terminal_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicase", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "color-print", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shlex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.82", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trycmd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "color-auto", + "diff", + "examples" + ], + "target": null, + "registry": null + }, + { + "name": "unic-emoji-char", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clap_builder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "cargo": [ + "dep:once_cell" + ], + "color": [ + "dep:anstream" + ], + "debug": [ + "dep:backtrace" + ], + "default": [ + "std", + "color", + "help", + "usage", + "error-context", + "suggestions" + ], + "deprecated": [], + "env": [], + "error-context": [], + "help": [], + "std": [ + "anstyle/std" + ], + "string": [], + "suggestions": [ + "dep:strsim", + "error-context" + ], + "unicode": [ + "dep:unicode-width", + "dep:unicase" + ], + "unstable-doc": [ + "cargo", + "wrap_help", + "env", + "unicode", + "string", + "unstable-styles" + ], + "unstable-styles": [ + "color" + ], + "unstable-v5": [ + "deprecated" + ], + "usage": [], + "wrap_help": [ + "help", + "dep:terminal_size" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples" + ], + "features": [ + "unstable-doc" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "unstable-doc" + ] + }, + "release": { + "dependent-version": "upgrade", + "shared-version": true, + "tag-name": "v{{version}}" + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.70.0" + }, + { + "name": "clap_complete", + "version": "4.4.0", + "id": "clap_complete 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Generate shell completion scripts for your clap::Command", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "clap_lex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is_executable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pathdiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shlex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-xid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "derive", + "help" + ], + "target": null, + "registry": null + }, + { + "name": "completest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff", + "path", + "examples" + ], + "target": null, + "registry": null + }, + { + "name": "trycmd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "color-auto", + "diff", + "examples" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clap_complete", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dynamic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.4.0/examples/dynamic.rs", + "edition": "2021", + "required-features": [ + "unstable-dynamic" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "completion-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.4.0/examples/completion-derive.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "completion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.4.0/examples/completion.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "exhaustive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.4.0/examples/exhaustive.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "debug": [ + "clap/debug" + ], + "default": [], + "unstable-dynamic": [ + "dep:clap_lex", + "dep:shlex", + "dep:unicode-xid", + "clap/derive", + "dep:is_executable", + "dep:pathdiff" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_complete-4.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + }, + { + "exactly": 4, + "file": "README.md", + "prerelease": true, + "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", + "search": "github.com/clap-rs/clap/blob/[^/]+/" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "clap", + "cli", + "completion", + "bash" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap/tree/master/clap_complete", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.70.0" + }, + { + "name": "clap_derive", + "version": "3.2.25", + "id": "clap_derive 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parse command line argument by defining a struct, derive crate.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro-error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.74", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "clap_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.2.25/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "debug": [], + "default": [], + "deprecated": [], + "raw-deprecated": [ + "deprecated" + ], + "unstable-v4": [ + "deprecated" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-3.2.25/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "release": { + "dependent-version": "upgrade", + "shared-version": true, + "tag-name": "v{{version}}", + "pre-release-replacements": [ + { + "exactly": 2, + "file": "README.md", + "prerelease": true, + "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", + "search": "github.com/clap-rs/clap/blob/[^/]+/" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface", + "development-tools::procedural-macro-helpers" + ], + "keywords": [ + "clap", + "cli", + "parse", + "derive", + "proc_macro" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap/tree/master/clap_derive", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56.1" + }, + { + "name": "clap_derive", + "version": "4.4.0", + "id": "clap_derive 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parse command line argument by defining a struct, derive crate.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.42", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "clap_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "debug": [], + "default": [], + "deprecated": [], + "raw-deprecated": [ + "deprecated" + ], + "unstable-v5": [ + "deprecated" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "release": { + "dependent-version": "upgrade", + "shared-version": true, + "tag-name": "v{{version}}" + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface", + "development-tools::procedural-macro-helpers" + ], + "keywords": [ + "clap", + "cli", + "parse", + "derive", + "proc_macro" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap/tree/master/clap_derive", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.70.0" + }, + { + "name": "clap_lex", + "version": "0.2.4", + "id": "clap_lex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Minimal, flexible command line parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "os_str_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "raw_os_str" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clap_lex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.2.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.2.4/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + }, + { + "exactly": 4, + "file": "README.md", + "prerelease": true, + "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", + "search": "github.com/clap-rs/clap/blob/[^/]+/" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap/tree/master/clap_lex", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56.1" + }, + { + "name": "clap_lex", + "version": "0.5.0", + "id": "clap_lex 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Minimal, flexible command line parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clap_lex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.5.0/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/clap-rs/clap/compare/{{tag_name}}...HEAD", + "search": "" + }, + { + "exactly": 4, + "file": "README.md", + "prerelease": true, + "replace": "github.com/clap-rs/clap/blob/{{tag_name}}/", + "search": "github.com/clap-rs/clap/blob/[^/]+/" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "argument", + "cli", + "arg", + "parser", + "parse" + ], + "readme": "README.md", + "repository": "https://github.com/clap-rs/clap/tree/master/clap_lex", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "cloudabi", + "version": "0.0.3", + "id": "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-2-Clause", + "license_file": null, + "description": "Low level interface to CloudABI. Contains all syscalls and related types.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cloudabi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cloudabi-0.0.3/cloudabi.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "bitflags": [ + "dep:bitflags" + ], + "default": [ + "bitflags" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cloudabi-0.0.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nuxi (https://nuxi.nl/) and contributors" + ], + "categories": [], + "keywords": [ + "cloudabi" + ], + "readme": null, + "repository": "https://github.com/nuxinl/cloudabi", + "homepage": "https://nuxi.nl/cloudabi/", + "documentation": "https://docs.rs/cloudabi/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "clru", + "version": "0.6.1", + "id": "clru 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "An LRU cache implementation with constant time operations and weighted semantic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "clru", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clru-0.6.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/clru-0.6.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "marmeladema " + ], + "categories": [], + "keywords": [ + "lru", + "cache", + "hashmap" + ], + "readme": "README.md", + "repository": "https://github.com/marmeladema/clru-rs", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cobs", + "version": "0.2.3", + "id": "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": " This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.\n COBS is an algorithm for transforming a message into an encoding where a specific value\n (the \"sentinel\" value) is not used. This value can then be used to mark frame boundaries\n in a serial communication channel. ", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cobs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "use_std" + ], + "use_std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Allen Welkie <>", + "James Munns " + ], + "categories": [], + "keywords": [ + "consistent", + "overhead", + "byte", + "stuffing" + ], + "readme": "README.md", + "repository": "https://github.com/jamesmunns/cobs.rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "color-eyre", + "version": "0.6.2", + "id": "color-eyre 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "gimli-symbolize" + ], + "target": null, + "registry": null + }, + { + "name": "color-spantrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "eyre", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indenter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "owo-colors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ansi-parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.19", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.15", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "color-eyre", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_filter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/custom_filter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_section", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/custom_section.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "debug_perf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/debug_perf.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "github_issue", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/github_issue.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multiple_errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/multiple_errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "panic_compose", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/panic_compose.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "panic_hook", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/panic_hook.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "theme", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/theme.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "theme_test_helper", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/theme_test_helper.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "usage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/examples/usage.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bt_disabled", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/tests/bt_disabled.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bt_enabled", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/tests/bt_enabled.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "location_disabled", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/tests/location_disabled.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "theme", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/tests/theme.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/tests/wasm.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "capture-spantrace": [ + "tracing-error", + "color-spantrace" + ], + "color-spantrace": [ + "dep:color-spantrace" + ], + "default": [ + "track-caller", + "capture-spantrace" + ], + "issue-url": [ + "url" + ], + "tracing-error": [ + "dep:tracing-error" + ], + "track-caller": [], + "url": [ + "dep:url" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color-eyre-0.6.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "dev-version": false, + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "src/lib.rs", + "replace": "#![doc(html_root_url = \"https://docs.rs/{{crate_name}}/{{version}}\")]", + "search": "#!\\[doc\\(html_root_url.*" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n\n## [Unreleased] - ReleaseDate", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/yaahc/{{crate_name}}/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "Jane Lusby " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/yaahc/color-eyre", + "homepage": null, + "documentation": "https://docs.rs/color-eyre", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "color_quant", + "version": "1.1.0", + "id": "color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Color quantization library to reduce n colors to 256 colors.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "color_quant", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color_quant-1.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/color_quant-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "nwin " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/image-rs/color_quant.git", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "colorchoice", + "version": "1.0.0", + "id": "colorchoice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Global override of color control", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "colorchoice", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.0/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "cli", + "color", + "no-std", + "terminal", + "ansi" + ], + "readme": "README.md", + "repository": "https://github.com/rust-cli/anstyle", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "comfy-table", + "version": "7.0.1", + "id": "comfy-table 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "An easy to use library for building beautiful tables with automatic content wrapping", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "console", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossterm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.26", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rstest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "comfy-table", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "no_tty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/examples/readme_table_no_tty.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "readme_table", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/examples/readme_table.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "inner_style", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/examples/inner_style.rs", + "edition": "2021", + "required-features": [ + "custom_styling" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "all_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/tests/all_tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "build_tables", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/benches/build_tables.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "build_large_table", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/benches/build_large_table.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "console": [ + "dep:console" + ], + "crossterm": [ + "dep:crossterm" + ], + "custom_styling": [ + "console" + ], + "debug": [], + "default": [ + "tty" + ], + "integration_test": [], + "reexport_crossterm": [ + "tty" + ], + "tty": [ + "crossterm" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/comfy-table-7.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Arne Beer " + ], + "categories": [], + "keywords": [ + "terminal", + "table", + "unicode" + ], + "readme": "README.md", + "repository": "https://github.com/nukesor/comfy-table", + "homepage": "https://github.com/nukesor/comfy-table", + "documentation": "https://docs.rs/comfy-table/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "concurrent-queue", + "version": "2.2.0", + "id": "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Concurrent multi-producer multi-consumer queue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "easy-parallel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "concurrent-queue", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bounded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/tests/bounded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "loom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/tests/loom.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "single", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/tests/single.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unbounded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/tests/unbounded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "loom": [ + "dep:loom" + ], + "portable-atomic": [ + "dep:portable-atomic" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina ", + "Taiki Endo ", + "John Nunley " + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "channel", + "mpmc", + "spsc", + "spmc", + "mpsc" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/concurrent-queue", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.38" + }, + { + "name": "config", + "version": "0.13.3", + "id": "config 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Layered configuration system for Rust applications.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.50", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "serde-1" + ], + "target": null, + "registry": null + }, + { + "name": "json5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": "json5_rs", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pathdiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ron", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rust-ini", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "yaml-rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "float-cmp", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.15", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "notify", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "temp-env", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rt-multi-thread", + "macros", + "fs", + "io-util", + "time" + ], + "target": null, + "registry": null + }, + { + "name": "warp", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "config", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "async_source", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/async_source/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_format", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/custom_format/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "env-list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/env-list/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "glob", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/glob/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "global", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/global/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hierarchical-env", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/hierarchical-env/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/simple/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "watch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/examples/watch/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async_builder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/async_builder.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "datetime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/datetime.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "defaults", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/defaults.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "empty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/empty.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "env", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/env.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file_ini", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/file_ini.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file_json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/file_json.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file_json5", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/file_json5.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file_ron", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/file_ron.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file_toml", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/file_toml.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file_yaml", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/file_yaml.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "get", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/get.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integer_range", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/integer_range.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "legacy_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/legacy_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "merge", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/merge.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/set.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "weird_keys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/tests/weird_keys.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "toml", + "json", + "yaml", + "ini", + "ron", + "json5" + ], + "indexmap": [ + "dep:indexmap" + ], + "ini": [ + "rust-ini" + ], + "json": [ + "serde_json" + ], + "json5": [ + "json5_rs" + ], + "json5_rs": [ + "dep:json5_rs" + ], + "preserve_order": [ + "indexmap", + "toml/preserve_order", + "serde_json/preserve_order", + "ron/indexmap" + ], + "ron": [ + "dep:ron" + ], + "rust-ini": [ + "dep:rust-ini" + ], + "serde_json": [ + "dep:serde_json" + ], + "toml": [ + "dep:toml" + ], + "yaml": [ + "yaml-rust" + ], + "yaml-rust": [ + "dep:yaml-rust" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/config-0.13.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ryan Leckey " + ], + "categories": [ + "config" + ], + "keywords": [ + "config", + "configuration", + "settings", + "env", + "environment" + ], + "readme": "README.md", + "repository": "https://github.com/mehcode/config-rs", + "homepage": "https://github.com/mehcode/config-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "console", + "version": "0.15.7", + "id": "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A terminal and console abstraction for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.99", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "bit-set", + "break-dead-code" + ], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "encode_unicode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.45.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_System_Console", + "Win32_Storage_FileSystem", + "Win32_UI_Input_KeyboardAndMouse" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "console", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/examples/colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "colors256", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/examples/colors256.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cursor_at", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/examples/cursor_at.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "term", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/examples/term.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "ansi_parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/benches/ansi_parser.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "ansi-parsing": [], + "default": [ + "unicode-width", + "ansi-parsing" + ], + "unicode-width": [ + "dep:unicode-width" + ], + "windows-console-colors": [ + "ansi-parsing" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Armin Ronacher " + ], + "categories": [], + "keywords": [ + "cli", + "terminal", + "colors", + "console", + "ansi" + ], + "readme": "README.md", + "repository": "https://github.com/console-rs/console", + "homepage": "https://github.com/console-rs/console", + "documentation": "https://docs.rs/console", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48.0" + }, + { + "name": "console-api", + "version": "0.5.0", + "id": "console-api 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Protobuf wire format bindings for the Tokio console.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "prost", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "prost-types", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tonic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "prost", + "codegen", + "transport" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "prost-build", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tonic-build", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "prost", + "transport" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "console-api", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-api-0.5.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bootstrap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-api-0.5.0/tests/bootstrap.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "transport": [ + "tonic/transport" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-api-0.5.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman ", + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "keywords": [ + "tracing", + "tokio-console", + "debugging", + "async", + "tonic" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/console/", + "homepage": "https://github.com/tokio-rs/console/blob/main/console-api", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "console-subscriber", + "version": "0.1.10", + "id": "console-subscriber 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A `tracing-subscriber::Layer` for collecting Tokio console telemetry.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "console-api", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "transport" + ], + "target": null, + "registry": null + }, + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hdrhistogram", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "serialization" + ], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": "parking_lot_crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "prost-types", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thread_local", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "sync", + "time", + "macros", + "tracing" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "net" + ], + "target": null, + "registry": null + }, + { + "name": "tonic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "transport" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.24", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "fmt", + "registry" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "rt-multi-thread" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "console-subscriber", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "app", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/app.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "barrier", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/barrier.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dump", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/dump.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "long_scheduled", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/long_scheduled.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "long_sleep", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/long_sleep.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/mutex.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rwlock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/rwlock.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "semaphore", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/semaphore.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "uds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/examples/uds.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "env-filter" + ], + "env-filter": [ + "tracing-subscriber/env-filter" + ], + "parking_lot": [ + "parking_lot_crate", + "tracing-subscriber/parking_lot" + ], + "parking_lot_crate": [ + "dep:parking_lot_crate" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console-subscriber-0.1.10/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman ", + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "keywords": [ + "tracing", + "tracing-subscriber", + "tokio-console", + "debugging", + "async" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/console/", + "homepage": "https://github.com/tokio-rs/console/blob/main/console-subscriber", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "console_error_panic_hook", + "version": "0.1.7", + "id": "console_error_panic_hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "A panic hook for `wasm32-unknown-unknown` that logs panics to `console.error`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "console_error_panic_hook", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/tests/tests.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/console_error_panic_hook-0.1.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nick Fitzgerald " + ], + "categories": [ + "wasm" + ], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/rustwasm/console_error_panic_hook", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "const-oid", + "version": "0.9.5", + "id": "const-oid 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Const-friendly implementation of the ISO/IEC Object Identifier (OID) standard\nas defined in ITU X.660, with support for BER/DER encoding/decoding as well as\nheapless no_std (i.e. embedded) support\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "const-oid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "db": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/const-oid-0.9.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "data-structures", + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "iso", + "iec", + "itu", + "oid" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/const-oid", + "homepage": null, + "documentation": "https://docs.rs/const-oid", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.57" + }, + { + "name": "const_format", + "version": "0.2.31", + "id": "const_format 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Zlib", + "license_file": null, + "description": "Compile-time string formatting", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "const_format_proc_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "konst", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "const_format", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "__debug": [ + "const_format_proc_macros/debug" + ], + "__docsrs": [], + "__only_new_tests": [ + "__test" + ], + "__test": [], + "all": [ + "fmt", + "derive", + "rust_1_64", + "assert" + ], + "assert": [ + "assertc" + ], + "assertc": [ + "fmt", + "assertcp" + ], + "assertcp": [ + "rust_1_51" + ], + "const_generics": [ + "rust_1_51" + ], + "constant_time_as_str": [ + "fmt" + ], + "default": [], + "derive": [ + "fmt", + "const_format_proc_macros/derive" + ], + "fmt": [ + "rust_1_64" + ], + "konst": [ + "dep:konst" + ], + "more_str_macros": [ + "rust_1_64" + ], + "nightly_const_generics": [ + "const_generics" + ], + "rust_1_51": [], + "rust_1_64": [ + "rust_1_51", + "konst", + "konst/rust_1_64" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.31/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "all", + "__docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "rodrimati1992 " + ], + "categories": [ + "no-std", + "text-processing" + ], + "keywords": [ + "no-std", + "format", + "concat" + ], + "readme": "README.md", + "repository": "https://github.com/rodrimati1992/const_format_crates/", + "homepage": null, + "documentation": "https://docs.rs/const_format/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "const_format_proc_macros", + "version": "0.2.31", + "id": "const_format_proc_macros 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Zlib", + "license_file": null, + "description": "Implementation detail of the `const_format` crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "parsing", + "proc-macro" + ], + "target": null, + "registry": null + }, + { + "name": "unicode-xid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "const_format_proc_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.31/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "all": [ + "derive" + ], + "debug": [ + "syn/extra-traits" + ], + "default": [], + "derive": [ + "syn", + "syn/derive", + "syn/printing" + ], + "syn": [ + "dep:syn" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.31/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustc-args": [ + "--cfg", + "feature = \"all\"" + ] + } + } + }, + "publish": null, + "authors": [ + "rodrimati1992 " + ], + "categories": [ + "no-std", + "text-processing" + ], + "keywords": [ + "no-std", + "format", + "concat" + ], + "readme": null, + "repository": "https://github.com/rodrimati1992/const_format_crates/", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "constant_time_eq", + "version": "0.1.5", + "id": "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "CC0-1.0", + "license_file": null, + "description": "Compares two equal-sized byte strings in constant time.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "constant_time_eq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.1.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.1.5/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/constant_time_eq-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Cesar Eduardo Barros " + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "constant_time" + ], + "readme": "README", + "repository": "https://github.com/cesarb/constant_time_eq", + "homepage": null, + "documentation": "https://docs.rs/constant_time_eq", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "convert_case", + "version": "0.4.0", + "id": "convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Convert strings into any case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "convert_case", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "rand": [ + "dep:rand" + ], + "random": [ + "rand" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/convert_case-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "David Purdum " + ], + "categories": [ + "text-processing" + ], + "keywords": [ + "casing", + "case", + "string" + ], + "readme": "README.md", + "repository": "https://github.com/rutrum/convert-case", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cordyceps", + "version": "0.3.2", + "id": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "license": "MIT", + "license_file": null, + "description": "Mycelium intrusive data structures.", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "dependencies": [ + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fmt" + ], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cordyceps", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/cordyceps/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [], + "no-cache-pad": [], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/cordyceps/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "intrusive", + "no_std", + "list", + "queue", + "lock-free" + ], + "readme": "README.md", + "repository": "https://github.com/hawkw/mycelium", + "homepage": "https://mycelium.elizas.website", + "documentation": "https://docs.rs/cordyceps", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61.0" + }, + { + "name": "cordyceps", + "version": "0.3.2", + "id": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": "MIT", + "license_file": null, + "description": "Mycelium intrusive data structures.", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fmt" + ], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cordyceps", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/cordyceps/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [], + "no-cache-pad": [], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/cordyceps/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "intrusive", + "no_std", + "list", + "queue", + "lock-free" + ], + "readme": "README.md", + "repository": "https://github.com/hawkw/mycelium", + "homepage": "https://mycelium.elizas.website", + "documentation": "https://docs.rs/cordyceps", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61.0" + }, + { + "name": "core-foundation", + "version": "0.9.3", + "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT / Apache-2.0", + "license_file": null, + "description": "Bindings to Core Foundation for macOS", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "core-foundation-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "core-foundation", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "use_macro_outside_crate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/tests/use_macro_outside_crate.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "chrono": [ + "dep:chrono" + ], + "mac_os_10_7_support": [ + "core-foundation-sys/mac_os_10_7_support" + ], + "mac_os_10_8_features": [ + "core-foundation-sys/mac_os_10_8_features" + ], + "uuid": [ + "dep:uuid" + ], + "with-chrono": [ + "chrono" + ], + "with-uuid": [ + "uuid" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-0.9.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-apple-darwin" + } + } + }, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [ + "os::macos-apis" + ], + "keywords": [ + "macos", + "framework", + "objc" + ], + "readme": null, + "repository": "https://github.com/servo/core-foundation-rs", + "homepage": "https://github.com/servo/core-foundation-rs", + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "core-foundation-sys", + "version": "0.8.4", + "id": "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT / Apache-2.0", + "license_file": null, + "description": "Bindings to Core Foundation for macOS", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "core-foundation-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "mac_os_10_7_support": [], + "mac_os_10_8_features": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/core-foundation-sys-0.8.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-apple-darwin" + } + } + }, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/core-foundation-rs", + "homepage": "https://github.com/servo/core-foundation-rs", + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cpp_demangle", + "version": "0.4.3", + "id": "cpp_demangle 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate for demangling C++ symbols", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "afl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "diff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cpp_demangle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "afl_runner", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/src/bin/afl_runner.rs", + "edition": "2018", + "required-features": [ + "afl" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cppfilt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/examples/cppfilt.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "afl": [ + "dep:afl" + ], + "alloc": [], + "default": [ + "std" + ], + "fuzz": [ + "afl" + ], + "logging": [ + "std" + ], + "run_libiberty_tests": [], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpp_demangle-0.4.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nick Fitzgerald ", + "Jim Blandy ", + "Kyle Huey " + ], + "categories": [ + "development-tools::debugging", + "development-tools::ffi" + ], + "keywords": [ + "demangle", + "symbolicate", + "c-plus-plus", + "itanium" + ], + "readme": "./README.md", + "repository": "https://github.com/gimli-rs/cpp_demangle", + "homepage": null, + "documentation": "https://docs.rs/cpp_demangle", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cpufeatures", + "version": "0.2.9", + "id": "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with\nno_std support and support for mobile targets including Android and iOS\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.95", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "aarch64-linux-android", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.95", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.95", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cpufeatures", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "aarch64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/tests/aarch64.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "x86", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/tests/x86.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "hardware-support", + "no-std" + ], + "keywords": [ + "cpuid", + "target-feature" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/utils", + "homepage": null, + "documentation": "https://docs.rs/cpufeatures", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crates-io", + "version": "0.37.0", + "id": "crates-io 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Helpers for interacting with crates.io\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.47", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "curl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.44", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.123", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.59", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crates_io", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crates-io-0.37.0/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crates-io-0.37.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-lang/cargo", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crc", + "version": "3.0.1", + "id": "crc 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Rust implementation of CRC with support of various standards", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "crc-catalog", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "crc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/tests/crc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rui Hu ", + "Akhil Velagapudi <4@4khil.com>" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "crc", + "crc16", + "crc32", + "crc64", + "hash" + ], + "readme": "README.md", + "repository": "https://github.com/mrhooray/crc-rs.git", + "homepage": null, + "documentation": "https://docs.rs/crc", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crc-catalog", + "version": "2.2.0", + "id": "crc-catalog 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crc-catalog", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-catalog-2.2.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Akhil Velagapudi " + ], + "categories": [ + "no-std", + "network-programming" + ], + "keywords": [ + "crc" + ], + "readme": "README.md", + "repository": "https://github.com/akhilles/crc-catalog.git", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crc32fast", + "version": "1.3.2", + "id": "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crc32fast", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "nightly": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.3.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sam Rijs ", + "Alex Crichton " + ], + "categories": [], + "keywords": [ + "checksum", + "crc", + "crc32", + "simd", + "fast" + ], + "readme": "README.md", + "repository": "https://github.com/srijs/rust-crc32fast", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "critical-section", + "version": "1.1.2", + "id": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Cross-platform critical section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "critical-section", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/critical-section-1.1.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "restore-state-bool": [], + "restore-state-none": [], + "restore-state-u16": [], + "restore-state-u32": [], + "restore-state-u64": [], + "restore-state-u8": [], + "std": [ + "restore-state-bool" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/critical-section-1.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "embedded", + "no-std", + "concurrency" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/critical-section", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crossbeam-channel", + "version": "0.5.8", + "id": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Multi-producer multi-consumer channels for message passing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crossbeam-channel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fibonacci", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/examples/fibonacci.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "matching", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/examples/matching.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stopwatch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/examples/stopwatch.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "after", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/after.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "array", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/array.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "golang", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/golang.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/iter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mpsc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/mpsc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "never", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/never.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ready", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/ready.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "same_channel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/same_channel.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "select", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/select.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "select_macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/select_macro.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "thread_locals", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/thread_locals.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/tick.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zero", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/tests/zero.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "crossbeam", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/benches/crossbeam.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "crossbeam-utils": [ + "dep:crossbeam-utils" + ], + "default": [ + "std" + ], + "std": [ + "crossbeam-utils/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "algorithms", + "concurrency", + "data-structures" + ], + "keywords": [ + "channel", + "mpmc", + "select", + "golang", + "message" + ], + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.38" + }, + { + "name": "crossbeam-deque", + "version": "0.8.3", + "id": "crossbeam-deque 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Concurrent work-stealing deque", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-epoch", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crossbeam-deque", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fifo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/tests/fifo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "injector", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/tests/injector.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lifo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/tests/lifo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "steal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/tests/steal.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "crossbeam-epoch": [ + "dep:crossbeam-epoch" + ], + "crossbeam-utils": [ + "dep:crossbeam-utils" + ], + "default": [ + "std" + ], + "std": [ + "crossbeam-epoch/std", + "crossbeam-utils/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "algorithms", + "concurrency", + "data-structures" + ], + "keywords": [ + "chase-lev", + "lock-free", + "scheduler", + "scheduling" + ], + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-deque", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.38" + }, + { + "name": "crossbeam-epoch", + "version": "0.9.15", + "id": "crossbeam-epoch 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Epoch-based garbage collection", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memoffset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "scopeguard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": "loom-crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(crossbeam_loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crossbeam-epoch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "sanitize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/examples/sanitize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "loom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/tests/loom.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "defer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/benches/defer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "flush", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/benches/flush.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "pin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/benches/pin.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "loom": [ + "loom-crate", + "crossbeam-utils/loom" + ], + "loom-crate": [ + "dep:loom-crate" + ], + "nightly": [ + "crossbeam-utils/nightly" + ], + "std": [ + "alloc", + "crossbeam-utils/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-epoch-0.9.15/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "concurrency", + "memory-management", + "no-std" + ], + "keywords": [ + "lock-free", + "rcu", + "atomic", + "garbage" + ], + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.38" + }, + { + "name": "crossbeam-utils", + "version": "0.8.16", + "id": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Utilities for concurrent programming", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(crossbeam_loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crossbeam-utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "atomic_cell", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/tests/atomic_cell.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cache_padded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/tests/cache_padded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parker", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/tests/parker.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sharded_lock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/tests/sharded_lock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "thread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/tests/thread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wait_group", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/tests/wait_group.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "atomic_cell", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/benches/atomic_cell.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "loom": [ + "dep:loom" + ], + "nightly": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.16/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "algorithms", + "concurrency", + "data-structures", + "no-std" + ], + "keywords": [ + "scoped", + "thread", + "atomic", + "cache" + ], + "readme": "README.md", + "repository": "https://github.com/crossbeam-rs/crossbeam", + "homepage": "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.38" + }, + { + "name": "crossterm", + "version": "0.25.0", + "id": "crossterm 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A crossplatform terminal library for manipulating terminals.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-timer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "os-poll" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "signal-hook-mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "support-v0_8" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "crossterm_winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "winuser", + "winerror" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crossterm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/event-read.rs", + "edition": "2021", + "required-features": [ + "bracketed-paste" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-stream-async-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/event-stream-async-std.rs", + "edition": "2021", + "required-features": [ + "event-stream" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-stream-tokio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/event-stream-tokio.rs", + "edition": "2021", + "required-features": [ + "event-stream" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-match-modifiers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/event-match-modifiers.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-poll-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/event-poll-read.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-read-char-line", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/event-read-char-line.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "is_tty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/is_tty.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stderr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/examples/stderr.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bracketed-paste": [], + "default": [ + "bracketed-paste" + ], + "event-stream": [ + "futures-core" + ], + "futures-core": [ + "dep:futures-core" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.25.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "T. Post" + ], + "categories": [ + "command-line-interface", + "command-line-utilities" + ], + "keywords": [ + "event", + "color", + "cli", + "input", + "terminal" + ], + "readme": "README.md", + "repository": "https://github.com/crossterm-rs/crossterm", + "homepage": null, + "documentation": "https://docs.rs/crossterm/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crossterm", + "version": "0.26.1", + "id": "crossterm 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A crossplatform terminal library for manipulating terminals.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-timer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.25", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "filedescriptor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "os-poll" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "signal-hook-mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "support-v0_8" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "crossterm_winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "winuser", + "winerror" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crossterm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/event-read.rs", + "edition": "2021", + "required-features": [ + "bracketed-paste" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-stream-async-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/event-stream-async-std.rs", + "edition": "2021", + "required-features": [ + "event-stream" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-stream-tokio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/event-stream-tokio.rs", + "edition": "2021", + "required-features": [ + "event-stream" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-match-modifiers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/event-match-modifiers.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-poll-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/event-poll-read.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "event-read-char-line", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/event-read-char-line.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "is_tty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/is_tty.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stderr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/examples/stderr.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bracketed-paste": [], + "default": [ + "bracketed-paste" + ], + "event-stream": [ + "futures-core" + ], + "filedescriptor": [ + "dep:filedescriptor" + ], + "futures-core": [ + "dep:futures-core" + ], + "serde": [ + "dep:serde" + ], + "use-dev-tty": [ + "filedescriptor" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "T. Post" + ], + "categories": [ + "command-line-interface", + "command-line-utilities" + ], + "keywords": [ + "event", + "color", + "cli", + "input", + "terminal" + ], + "readme": "README.md", + "repository": "https://github.com/crossterm-rs/crossterm", + "homepage": null, + "documentation": "https://docs.rs/crossterm/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crossterm_winapi", + "version": "0.9.1", + "id": "crossterm_winapi 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "WinAPI wrapper that provides some basic simple abstractions around common WinAPI calls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "winbase", + "consoleapi", + "processenv", + "handleapi", + "synchapi", + "impl-default" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crossterm_winapi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm_winapi-0.9.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "coloring_example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm_winapi-0.9.1/examples/coloring_example.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "console", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm_winapi-0.9.1/examples/console.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "handle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm_winapi-0.9.1/examples/handle.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "screen_buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm_winapi-0.9.1/examples/screen_buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm_winapi-0.9.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc" + } + } + }, + "publish": null, + "authors": [ + "T. Post" + ], + "categories": [], + "keywords": [ + "winapi", + "abstractions", + "crossterm", + "windows", + "screen_buffer" + ], + "readme": "README.md", + "repository": "https://github.com/crossterm-rs/crossterm-winapi", + "homepage": null, + "documentation": "https://docs.rs/crossterm_winapi/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crowtty", + "version": "0.1.0", + "id": "crowtty 0.1.0 (path+file:///home/rain/dev/mnemos/tools/crowtty)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "crowtty is a host tool, aimed at speaking the sermux protocol with a\nsimulator or physical target. It allows for receiving tracing messages,\nas well as mapping multiplexed \"ports\" as TCP sockets on the host.\n", + "source": null, + "dependencies": [ + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive", + "env" + ], + "target": null, + "registry": null + }, + { + "name": "cobs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mnemos-trace-proto", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/trace-proto" + }, + { + "name": "owo-colors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "supports-colors" + ], + "target": null, + "registry": null + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serialport", + "source": "git+https://github.com/metta-systems/serialport-rs?rev=7fec572529ec35b82bd4e3636d897fe2f1c2233f", + "req": "*", + "kind": null, + "rename": "serialport_macos_hack", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serialport", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0.1", + "kind": null, + "rename": "serialport_regular", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sermux-proto", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/sermux-proto" + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-serde-structured", + "source": "git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "crowtty", + "src_path": "/home/rain/dev/mnemos/tools/crowtty/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/tools/crowtty/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "crypto-bigint", + "version": "0.5.2", + "id": "crypto-bigint 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of a big integer library which has been designed from\nthe ground-up for use in cryptographic applications. Provides constant-time,\nno_std-friendly implementations of modern formulas using const generics.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "der", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "generic-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rlp", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serdect", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "html_reports" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-bigint", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-integer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_chacha", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crypto-bigint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "const_residue", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/tests/const_residue.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "impl_modulus", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/tests/impl_modulus.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "proptests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/tests/proptests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "rand" + ], + "der": [ + "dep:der" + ], + "generic-array": [ + "dep:generic-array" + ], + "rand": [ + "rand_core/std" + ], + "rand_core": [ + "dep:rand_core" + ], + "rlp": [ + "dep:rlp" + ], + "serde": [ + "dep:serdect" + ], + "zeroize": [ + "dep:zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-bigint-0.5.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "algorithms", + "cryptography", + "data-structures", + "mathematics", + "no-std" + ], + "keywords": [ + "arbitrary", + "crypto", + "bignum", + "integer", + "precision" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/crypto-bigint", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "crypto-common", + "version": "0.1.6", + "id": "crypto-common 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Common cryptographic traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "generic-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "more_lengths" + ], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typenum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "crypto-common", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "getrandom": [ + "rand_core/getrandom" + ], + "rand_core": [ + "dep:rand_core" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "traits" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/traits", + "homepage": null, + "documentation": "https://docs.rs/crypto-common", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cssparser", + "version": "0.27.2", + "id": "cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "Rust implementation of CSS Syntax Level 3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cssparser-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dtoa-short", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "difference", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "encoding_rs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra-traits", + "fold", + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cssparser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cssparser-0.27.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cssparser-0.27.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bench": [], + "dummy_match_byte": [], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cssparser-0.27.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Sapin " + ], + "categories": [], + "keywords": [ + "css", + "syntax", + "parser" + ], + "readme": "README.md", + "repository": "https://github.com/servo/rust-cssparser", + "homepage": null, + "documentation": "https://docs.rs/cssparser/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "cssparser-macros", + "version": "0.6.1", + "id": "cssparser-macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "Procedural macros for cssparser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "extra-traits" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "cssparser-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cssparser-macros-0.6.1/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cssparser-macros-0.6.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Sapin " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/rust-cssparser", + "homepage": null, + "documentation": "https://docs.rs/cssparser-macros/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "csv", + "version": "1.2.2", + "id": "csv 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense/MIT", + "license_file": null, + "description": "Fast CSV parsing with support for serde.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "csv-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ryu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.55", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc", + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.55", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "csv", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cookbook-read-basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/cookbook-read-basic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cookbook-read-colon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/cookbook-read-colon.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cookbook-read-no-headers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/cookbook-read-no-headers.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cookbook-read-serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/cookbook-read-serde.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cookbook-write-basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/cookbook-write-basic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cookbook-write-serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/cookbook-write-serde.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-error-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-error-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-error-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-error-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-error-03", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-error-03.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-error-04", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-error-04.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-perf-alloc-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-perf-alloc-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-perf-alloc-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-perf-alloc-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-perf-alloc-03", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-perf-alloc-03.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-perf-core-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-perf-core-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-perf-serde-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-perf-serde-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-perf-serde-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-perf-serde-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-perf-serde-03", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-perf-serde-03.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-pipeline-pop-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-pipeline-pop-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-pipeline-search-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-pipeline-search-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-pipeline-search-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-pipeline-search-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-delimiter-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-delimiter-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-headers-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-headers-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-headers-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-headers-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-serde-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-serde-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-serde-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-serde-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-serde-03", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-serde-03.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-serde-04", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-serde-04.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-serde-invalid-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-serde-invalid-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-read-serde-invalid-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-read-serde-invalid-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-setup-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-setup-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-write-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-write-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-write-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-write-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-write-delimiter-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-write-delimiter-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-write-serde-01", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-write-serde-01.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-write-serde-02", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/examples/tutorial-write-serde-02.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/tests/tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.2.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "encoding", + "parser-implementations" + ], + "keywords": [ + "csv", + "comma", + "parser", + "delimited", + "serde" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/rust-csv", + "homepage": "https://github.com/BurntSushi/rust-csv", + "documentation": "https://docs.rs/csv", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "csv-core", + "version": "0.1.10", + "id": "csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense/MIT", + "license_file": null, + "description": "Bare bones CSV parsing with no_std support.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "csv-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.10/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.10/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "libc": [ + "memchr/libc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.10/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "csv", + "comma", + "parser", + "delimited", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/rust-csv", + "homepage": "https://github.com/BurntSushi/rust-csv", + "documentation": "https://docs.rs/csv-core", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ct-codecs", + "version": "1.1.1", + "id": "ct-codecs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Constant-time hex and base64 codecs from libsodium reimplemented in Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ct-codecs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ct-codecs-1.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ct-codecs-1.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Frank Denis " + ], + "categories": [ + "no-std", + "cryptography", + "encoding" + ], + "keywords": [ + "base64", + "hex", + "crypto" + ], + "readme": "README.md", + "repository": "https://github.com/jedisct1/rust-ct-codecs", + "homepage": "https://github.com/jedisct1/rust-ct-codecs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ctrlc", + "version": "3.4.0", + "id": "ctrlc 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Easy Ctrl-C handler for Rust projects", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "fs", + "signal" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_System_Threading", + "Win32_Security", + "Win32_System_Console" + ], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Storage_FileSystem", + "Win32_Foundation", + "Win32_System_IO", + "Win32_System_Console" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ctrlc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "issue_46_example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.0/examples/issue_46_example.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "readme_example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.0/examples/readme_example.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.0/tests/main/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue_97", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.0/tests/main/issue_97.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "termination": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ctrlc-3.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Antti Keränen " + ], + "categories": [ + "os" + ], + "keywords": [ + "ctrlc", + "signal", + "SIGINT" + ], + "readme": "README.md", + "repository": "https://github.com/Detegr/rust-ctrlc.git", + "homepage": "https://github.com/Detegr/rust-ctrlc", + "documentation": "https://detegr.github.io/doc/ctrlc", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "curl", + "version": "0.4.44", + "id": "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Rust bindings to libcurl for making HTTP requests", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "curl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.56", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.42", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.31", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mio-extras", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl-probe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(unix, not(target_os = \"macos\")))", + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.43", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(unix, not(target_os = \"macos\")))", + "registry": null + }, + { + "name": "schannel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_env = \"msvc\")", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "libloaderapi", + "wincrypt" + ], + "target": "cfg(target_env = \"msvc\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "curl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "https", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/examples/https.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ssl_proxy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/examples/ssl_proxy.rs", + "edition": "2018", + "required-features": [ + "ssl" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ssl_cert_blob", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/examples/ssl_cert_blob.rs", + "edition": "2018", + "required-features": [ + "ssl" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "aws_sigv4", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/examples/aws_sigv4.rs", + "edition": "2018", + "required-features": [ + "static-curl", + "ssl" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multi-dl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/examples/multi-dl.rs", + "edition": "2018", + "required-features": [ + "ssl" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "doh", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/examples/doh.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "atexit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/tests/atexit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "easy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/tests/easy.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/tests/multi.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "post", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/tests/post.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "protocols", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/tests/protocols.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "ssl" + ], + "force-system-lib-on-osx": [ + "curl-sys/force-system-lib-on-osx" + ], + "http2": [ + "curl-sys/http2" + ], + "mesalink": [ + "curl-sys/mesalink" + ], + "ntlm": [ + "curl-sys/ntlm" + ], + "openssl-probe": [ + "dep:openssl-probe" + ], + "openssl-sys": [ + "dep:openssl-sys" + ], + "poll_7_68_0": [ + "curl-sys/poll_7_68_0" + ], + "protocol-ftp": [ + "curl-sys/protocol-ftp" + ], + "rustls": [ + "curl-sys/rustls" + ], + "spnego": [ + "curl-sys/spnego" + ], + "ssl": [ + "openssl-sys", + "openssl-probe", + "curl-sys/ssl" + ], + "static-curl": [ + "curl-sys/static-curl" + ], + "static-ssl": [ + "curl-sys/static-ssl" + ], + "upkeep_7_62_0": [ + "curl-sys/upkeep_7_62_0" + ], + "zlib-ng-compat": [ + "curl-sys/zlib-ng-compat", + "static-curl" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-0.4.44/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "api-bindings", + "web-programming::http-client" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/curl-rust", + "homepage": "https://github.com/alexcrichton/curl-rust", + "documentation": "https://docs.rs/curl", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "curl-sys", + "version": "0.4.65+curl-8.2.1", + "id": "curl-sys 0.4.65+curl-8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Native bindings to the libcurl library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libnghttp2-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libz-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "libc" + ], + "target": null, + "registry": null + }, + { + "name": "rustls-ffi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "no_log_capture" + ], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.3", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.64", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(unix, not(target_os = \"macos\")))", + "registry": null + }, + { + "name": "vcpkg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_env = \"msvc\")", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "winsock2", + "ws2def" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "curl_sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.65+curl-8.2.1/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.65+curl-8.2.1/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "ssl" + ], + "force-system-lib-on-osx": [], + "http2": [ + "libnghttp2-sys" + ], + "libnghttp2-sys": [ + "dep:libnghttp2-sys" + ], + "mesalink": [], + "ntlm": [], + "openssl-sys": [ + "dep:openssl-sys" + ], + "poll_7_68_0": [], + "protocol-ftp": [], + "rustls": [ + "rustls-ffi" + ], + "rustls-ffi": [ + "dep:rustls-ffi" + ], + "spnego": [], + "ssl": [ + "openssl-sys" + ], + "static-curl": [], + "static-ssl": [ + "openssl-sys/vendored" + ], + "upkeep_7_62_0": [], + "windows-static-ssl": [], + "zlib-ng-compat": [ + "libz-sys/zlib-ng", + "static-curl" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/curl-sys-0.4.65+curl-8.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "external-ffi-bindings" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/alexcrichton/curl-rust", + "homepage": null, + "documentation": "https://docs.rs/curl-sys", + "edition": "2018", + "links": "curl", + "default_run": null, + "rust_version": null + }, + { + "name": "cvt", + "version": "0.1.2", + "id": "cvt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Expose the cvt function from Rust libstd.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "cvt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cvt-0.1.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/cvt-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Marcin Mielniczuk " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/marmistrz/cvt", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "d1-config", + "version": "0.1.0", + "id": "d1-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-config)", + "license": null, + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "d1-config", + "src_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/d1-config/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/d1-config/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "d1-pac", + "version": "0.0.31", + "id": "d1-pac 0.0.31 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Peripheral access API for Allwinner D1 SoC generated from unofficial SVD file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bare-metal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv-rt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vcell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "d1-pac", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/d1-pac-0.0.31/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/d1-pac-0.0.31/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "critical-section": [ + "dep:critical-section" + ], + "riscv-rt": [ + "dep:riscv-rt" + ], + "rt": [ + "riscv-rt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/d1-pac-0.0.31/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "duskmoon (Campbell He) " + ], + "categories": [ + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "no-std", + "riscv", + "register", + "peripheral" + ], + "readme": "README.md", + "repository": "https://github.com/duskmoon314/aw-pac", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "darling", + "version": "0.14.4", + "id": "darling 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A proc-macro library for reading attributes into structs when\nimplementing custom derives.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "darling_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.14.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "darling_macro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.14.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.91", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(compiletests)", + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(compiletests)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "darling", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "automatic_bounds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/examples/automatic_bounds.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "consume_fields", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/examples/consume_fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fallible_read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/examples/fallible_read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "shorthand_or_long_field", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/examples/shorthand_or_long_field.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "supports_struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/examples/supports_struct.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "accrue_errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/accrue_errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/compiletests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "computed_bound", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/computed_bound.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_bound", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/custom_bound.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "defaults", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/defaults.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enums_newtype", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/enums_newtype.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enums_struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/enums_struct.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enums_unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/enums_unit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/error.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/from_generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_meta", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/from_meta.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_type_param", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/from_type_param.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_type_param_default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/from_type_param_default.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_variant", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/from_variant.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "happy_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/happy_path.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hash_map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/hash_map.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multiple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/multiple.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "newtype", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/newtype.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "skip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/skip.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "split_declaration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/split_declaration.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "suggestions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/suggestions.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "supports", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/supports.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unsupported_attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/tests/unsupported_attributes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "suggestions" + ], + "diagnostics": [ + "darling_core/diagnostics" + ], + "suggestions": [ + "darling_core/suggestions" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.14.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Driggs " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/TedDriggs/darling", + "homepage": null, + "documentation": "https://docs.rs/darling/0.14.4", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "darling", + "version": "0.20.3", + "id": "darling 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A proc-macro library for reading attributes into structs when\nimplementing custom derives.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "darling_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.20.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "darling_macro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.20.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.15", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(compiletests)", + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(compiletests)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "darling", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "automatic_bounds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/examples/automatic_bounds.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "consume_fields", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/examples/consume_fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "expr_with", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/examples/expr_with.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fallible_read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/examples/fallible_read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "shorthand_or_long_field", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/examples/shorthand_or_long_field.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "supports_struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/examples/supports_struct.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "accrue_errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/accrue_errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/compiletests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "computed_bound", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/computed_bound.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_bound", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/custom_bound.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "defaults", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/defaults.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enums_newtype", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/enums_newtype.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enums_struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/enums_struct.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enums_unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/enums_unit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/error.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/from_generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_meta", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/from_meta.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_type_param", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/from_type_param.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_type_param_default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/from_type_param_default.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_variant", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/from_variant.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "happy_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/happy_path.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hash_map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/hash_map.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multiple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/multiple.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "newtype", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/newtype.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "skip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/skip.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "split_declaration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/split_declaration.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "suggestions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/suggestions.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "supports", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/supports.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unsupported_attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/tests/unsupported_attributes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "suggestions" + ], + "diagnostics": [ + "darling_core/diagnostics" + ], + "suggestions": [ + "darling_core/suggestions" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Driggs " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/TedDriggs/darling", + "homepage": null, + "documentation": "https://docs.rs/darling/0.20.3", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "darling_core", + "version": "0.14.4", + "id": "darling_core 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Helper crate for proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ident_case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strsim", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.91", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "extra-traits" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "darling_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "diagnostics": [], + "strsim": [ + "dep:strsim" + ], + "suggestions": [ + "strsim" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.14.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Driggs " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/TedDriggs/darling", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "darling_core", + "version": "0.20.3", + "id": "darling_core 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Helper crate for proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ident_case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strsim", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "extra-traits" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "darling_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "diagnostics": [], + "strsim": [ + "dep:strsim" + ], + "suggestions": [ + "strsim" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Driggs " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/TedDriggs/darling", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "darling_macro", + "version": "0.14.4", + "id": "darling_macro 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Internal support for a proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "darling_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.14.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.91", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "darling_macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.14.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Driggs " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/TedDriggs/darling", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "darling_macro", + "version": "0.20.3", + "id": "darling_macro 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Internal support for a proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "darling_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.20.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "darling_macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Driggs " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/TedDriggs/darling", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "data-encoding", + "version": "2.4.0", + "id": "data-encoding 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Efficient and customizable data-encoding functions like base64, base32, and hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "data-encoding", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Julien Cretin " + ], + "categories": [ + "encoding", + "no-std" + ], + "keywords": [ + "no_std", + "base64", + "base32", + "hex" + ], + "readme": "README.md", + "repository": "https://github.com/ia0/data-encoding", + "homepage": null, + "documentation": "https://docs.rs/data-encoding", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.47" + }, + { + "name": "debug-ignore", + "version": "1.0.5", + "id": "debug-ignore 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A newtype wrapper that causes a field to be skipped while printing out Debug output.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "debug-ignore", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/tests/serde.rs", + "edition": "2015", + "required-features": [ + "serde" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/debug-ignore-1.0.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [ + "no-std" + ], + "readme": "README.md", + "repository": "https://github.com/sunshowers-code/debug-ignore", + "homepage": null, + "documentation": "https://docs.rs/debug-ignore", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "deflate", + "version": "0.8.6", + "id": "deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A DEFLATE, zlib and gzip encoder written in rust.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "adler32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gzip-header", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miniz_oxide", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "deflate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deflate-0.8.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deflate-0.8.6/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "benchmarks": [], + "gzip": [ + "gzip-header" + ], + "gzip-header": [ + "dep:gzip-header" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deflate-0.8.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "gzip" + ] + } + } + }, + "publish": null, + "authors": [ + "oyvindln " + ], + "categories": [ + "compression" + ], + "keywords": [ + "flate", + "deflate", + "zlib", + "compression", + "gzip" + ], + "readme": "README.md", + "repository": "https://github.com/image-rs/deflate-rs", + "homepage": "https://github.com/image-rs/deflate-rs", + "documentation": "https://docs.rs/deflate/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "defmt", + "version": "0.3.5", + "id": "defmt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A highly efficient logging framework that targets resource-constrained devices, like microcontrollers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "defmt-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc_version", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "defmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-0.3.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic_usage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-0.3.5/tests/basic_usage.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-0.3.5/tests/encode.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ui", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-0.3.5/tests/ui.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-0.3.5/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "encoding-raw": [], + "encoding-rzcobs": [], + "ip_in_core": [], + "unstable-test": [ + "defmt-macros/unstable-test" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-0.3.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "alloc" + ], + "rustdoc-args": [ + "--cfg=docsrs" + ], + "targets": [ + "thumbv6m-none-eabi", + "thumbv7em-none-eabihf" + ] + } + } + }, + "publish": null, + "authors": [ + "The Knurling-rs developers" + ], + "categories": [ + "embedded", + "no-std", + "development-tools::debugging", + "value-formatting" + ], + "keywords": [ + "knurling", + "logging", + "logger", + "formatting", + "formatter" + ], + "readme": "README.md", + "repository": "https://github.com/knurling-rs/defmt", + "homepage": "https://knurling.ferrous-systems.com/", + "documentation": null, + "edition": "2021", + "links": "defmt", + "default_run": null, + "rust_version": null + }, + { + "name": "defmt-macros", + "version": "0.3.6", + "id": "defmt-macros 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "defmt macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "defmt-parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unstable" + ], + "target": null, + "registry": null + }, + { + "name": "proc-macro-error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "maplit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rstest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "defmt-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-macros-0.3.6/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-macros-0.3.6/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "unstable-test": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-macros-0.3.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Knurling-rs developers" + ], + "categories": [], + "keywords": [ + "knurling", + "defmt" + ], + "readme": "README.md", + "repository": "https://github.com/knurling-rs/defmt", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "defmt-parser", + "version": "0.3.3", + "id": "defmt-parser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parsing library for defmt format strings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rstest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "defmt-parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-parser-0.3.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/defmt-parser-0.3.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "unstable" + ], + "rustdoc-args": [ + "--cfg=docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "The Knurling-rs developers" + ], + "categories": [], + "keywords": [ + "knurling", + "defmt" + ], + "readme": "README.md", + "repository": "https://github.com/knurling-rs/defmt", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "deku", + "version": "0.16.0", + "id": "deku 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "bit level serialization/deserialization proc-macro for structs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "deku_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "alloc_counter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hexlit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rstest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.77", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "deku", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_reader_and_writer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/examples/custom_reader_and_writer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "enums", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/examples/enums.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/examples/example.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ipv4", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/examples/ipv4.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_alloc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_alloc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_deku_id", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_deku_id.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_enum.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_from_bytes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_from_bytes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_generic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_generic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_magic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_magic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_regression", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_regression.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/tests/test_struct.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "deku", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/benches/deku.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "bitvec/alloc" + ], + "const_generics": [], + "default": [ + "std", + "const_generics" + ], + "log": [ + "dep:log" + ], + "logging": [ + "deku_derive/logging", + "log" + ], + "std": [ + "deku_derive/std", + "bitvec/std", + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku-0.16.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "sharks " + ], + "categories": [ + "encoding", + "parsing", + "no-std" + ], + "keywords": [ + "deku", + "bits", + "serialization", + "deserialization", + "struct" + ], + "readme": "README.md", + "repository": "https://github.com/sharksforarms/deku", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "deku_derive", + "version": "0.16.0", + "id": "deku_derive 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "bit level serialization/deserialization proc-macro for structs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "darling", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro-crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rstest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "deku_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku_derive-0.16.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "logging": [], + "proc-macro-crate": [ + "dep:proc-macro-crate" + ], + "std": [ + "proc-macro-crate" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/deku_derive-0.16.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "sharks " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/sharksforarms/deku", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "der", + "version": "0.7.8", + "id": "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust embedded-friendly implementation of the Distinguished Encoding Rules\n(DER) for Abstract Syntax Notation One (ASN.1) as described in ITU X.690 with\nfull support for heapless no_std targets\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "const-oid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "der_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flagset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pem-rfc7468", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "der", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "datetime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/tests/datetime.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/tests/derive.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "pem", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/tests/pem.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "set_of", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/tests/set_of.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "zeroize?/alloc" + ], + "arbitrary": [ + "dep:arbitrary", + "const-oid?/arbitrary", + "std" + ], + "bytes": [ + "dep:bytes", + "alloc" + ], + "derive": [ + "dep:der_derive" + ], + "flagset": [ + "dep:flagset" + ], + "oid": [ + "dep:const-oid" + ], + "pem": [ + "dep:pem-rfc7468", + "alloc", + "zeroize" + ], + "real": [], + "std": [ + "alloc" + ], + "time": [ + "dep:time" + ], + "zeroize": [ + "dep:zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "data-structures", + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "asn1", + "crypto", + "itu", + "pkcs" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/der", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "derivative", + "version": "2.2.0", + "id": "derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A set of alternative `derive` attributes for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "visit", + "extra-traits" + ], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18, <1.0.23", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "derivative", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "clippy-warning-clone-from", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/clippy-warning-clone-from.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compile-test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/compile-test.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-clone-generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone-generics.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-clone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-clone.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-debug-bounds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-bounds.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-debug-generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-generics.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-debug-packed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-packed.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-debug-transparent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug-transparent.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-debug", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-debug.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-default-bounds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default-bounds.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-default.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-eq-packed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq-packed.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-eq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-eq.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-hash.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-ord-packed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord-packed.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-ord", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-ord.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-partial-eq-packed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq-packed.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive-partial-eq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/derive-partial-eq.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue-37-turbofish", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-37-turbofish.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue-55", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-55.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue-57", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-57.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue-58", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-58.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue-67", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-67.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue-82", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/issue-82.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-class-implement-traits", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-class-implement-traits.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-bounds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-bounds.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-clone-array", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-array.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-clone-enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-enum.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-clone-generic-enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-enum.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-clone-generic-tuple-struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-generic-tuple-struct.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-clone-struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-struct.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-clone-tuple-struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-clone-tuple-struct.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-cmp-generic-enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-enum.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-cmp-generic-struct-enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct-enum.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-cmp-generic-struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-struct.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-cmp-generic-tuple-struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-cmp-generic-tuple-struct.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-copyclone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-copyclone.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-default-box", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-default-box.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-enum-single-variant", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-enum-single-variant.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-hash.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-in-fn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-in-fn.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-meta-multiple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta-multiple.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-meta", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-meta.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-show-2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show-2.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-show", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-show.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-via-extension-hash-enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-enum.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-via-extension-hash-struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-hash-struct.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-deriving-via-extension-type-params", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-deriving-via-extension-type-params.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-expr-copy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-expr-copy.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-exterior", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-exterior.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-12860", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-12860.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-13434", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-13434.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-16530", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-16530.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-19037", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19037.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-19102", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19102.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-19135", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19135.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-19358", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-19358.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-21402", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-21402.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-23649-3", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-23649-3.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-24085", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-24085.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-25394", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-25394.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-28561", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-28561.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-29030", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29030.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-29540", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29540.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-29710", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-29710.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-32292", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-32292.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-3935", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-3935.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-42453", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-42453.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-58319", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-58319.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-issue-6341", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-issue-6341.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-typeclasses-eq-example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-typeclasses-eq-example.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc-zero-sized-btreemap-insert", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/tests/rustc-zero-sized-btreemap-insert.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "use_core": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derivative-2.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "mcarton " + ], + "categories": [ + "rust-patterns" + ], + "keywords": [ + "derive", + "macro", + "macro1-1", + "plugin" + ], + "readme": "README.md", + "repository": "https://github.com/mcarton/rust-derivative", + "homepage": null, + "documentation": "https://mcarton.github.io/rust-derivative/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "derive_more", + "version": "0.99.17", + "id": "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Adds #[derive(x)] macros for more traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "convert_case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "peg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc_version", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "derive_more", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deny_missing_docs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/examples/deny_missing_docs.rs", + "edition": "2018", + "required-features": [ + "add_assign", + "add", + "as_mut", + "as_ref", + "constructor", + "deref", + "deref_mut", + "display", + "from", + "from_str", + "index", + "index_mut", + "into", + "mul_assign", + "mul", + "not", + "try_into", + "is_variant" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "add_assign", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/add_assign.rs", + "edition": "2018", + "required-features": [ + "add_assign" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "add", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/add.rs", + "edition": "2018", + "required-features": [ + "add" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "as_mut", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/as_mut.rs", + "edition": "2018", + "required-features": [ + "as_mut" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "as_ref", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/as_ref.rs", + "edition": "2018", + "required-features": [ + "as_ref" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "boats_display_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/boats_display_derive.rs", + "edition": "2018", + "required-features": [ + "display" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "constructor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/constructor.rs", + "edition": "2018", + "required-features": [ + "constructor" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "deref", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/deref.rs", + "edition": "2018", + "required-features": [ + "deref" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "deref_mut", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/deref_mut.rs", + "edition": "2018", + "required-features": [ + "deref_mut" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "display", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/display.rs", + "edition": "2018", + "required-features": [ + "display" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/error_tests.rs", + "edition": "2018", + "required-features": [ + "error" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/from.rs", + "edition": "2018", + "required-features": [ + "from" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "from_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/from_str.rs", + "edition": "2018", + "required-features": [ + "from_str" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "index_mut", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/index_mut.rs", + "edition": "2018", + "required-features": [ + "index_mut" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "index", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/index.rs", + "edition": "2018", + "required-features": [ + "index" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "into", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/into.rs", + "edition": "2018", + "required-features": [ + "into" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "into_iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/into_iterator.rs", + "edition": "2018", + "required-features": [ + "into_iterator" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mul_assign", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/mul_assign.rs", + "edition": "2018", + "required-features": [ + "mul_assign" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mul", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/mul.rs", + "edition": "2018", + "required-features": [ + "mul" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "not", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/not.rs", + "edition": "2018", + "required-features": [ + "not" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/sum.rs", + "edition": "2018", + "required-features": [ + "sum" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "try_into", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/try_into.rs", + "edition": "2018", + "required-features": [ + "try_into" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "is_variant", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/is_variant.rs", + "edition": "2018", + "required-features": [ + "is_variant" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unwrap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/unwrap.rs", + "edition": "2018", + "required-features": [ + "unwrap" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/no_std.rs", + "edition": "2018", + "required-features": [ + "add_assign", + "add", + "as_mut", + "as_ref", + "constructor", + "deref", + "deref_mut", + "display", + "from", + "from_str", + "index", + "index_mut", + "into", + "mul_assign", + "mul", + "not", + "sum", + "try_into", + "is_variant" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/generics.rs", + "edition": "2018", + "required-features": [ + "add_assign", + "add", + "as_mut", + "as_ref", + "constructor", + "deref", + "deref_mut", + "display", + "from", + "from_str", + "index", + "index_mut", + "into", + "mul_assign", + "mul", + "not", + "try_into", + "is_variant" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/tests/lib.rs", + "edition": "2018", + "required-features": [ + "add_assign", + "add", + "as_mut", + "as_ref", + "constructor", + "deref", + "deref_mut", + "display", + "from", + "from_str", + "index", + "index_mut", + "into", + "mul_assign", + "mul", + "not", + "try_into", + "is_variant" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "add": [], + "add_assign": [], + "as_mut": [], + "as_ref": [], + "constructor": [], + "convert_case": [ + "dep:convert_case" + ], + "default": [ + "add_assign", + "add", + "as_mut", + "as_ref", + "constructor", + "deref", + "deref_mut", + "display", + "error", + "from", + "from_str", + "index", + "index_mut", + "into", + "into_iterator", + "iterator", + "mul_assign", + "mul", + "not", + "sum", + "try_into", + "is_variant", + "unwrap" + ], + "deref": [], + "deref_mut": [], + "display": [ + "syn/extra-traits" + ], + "error": [ + "syn/extra-traits" + ], + "from": [ + "syn/extra-traits" + ], + "from_str": [], + "generate-parsing-rs": [ + "peg" + ], + "index": [], + "index_mut": [], + "into": [ + "syn/extra-traits" + ], + "into_iterator": [], + "is_variant": [ + "convert_case" + ], + "iterator": [], + "mul": [ + "syn/extra-traits" + ], + "mul_assign": [ + "syn/extra-traits" + ], + "nightly": [], + "not": [ + "syn/extra-traits" + ], + "peg": [ + "dep:peg" + ], + "rustc_version": [ + "dep:rustc_version" + ], + "sum": [], + "testing-helpers": [ + "rustc_version" + ], + "track-caller": [], + "try_into": [ + "syn/extra-traits" + ], + "unwrap": [ + "convert_case", + "rustc_version" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.17/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jelte Fennema " + ], + "categories": [ + "development-tools", + "development-tools::procedural-macro-helpers", + "no-std" + ], + "keywords": [ + "derive", + "Add", + "From", + "Display", + "IntoIterator" + ], + "readme": "README.md", + "repository": "https://github.com/JelteF/derive_more", + "homepage": null, + "documentation": "https://jeltef.github.io/derive_more/derive_more/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "dialoguer", + "version": "0.10.4", + "id": "dialoguer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A command line prompting library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "console", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fuzzy-matcher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shell-words", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dialoguer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "password", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/password.rs", + "edition": "2018", + "required-features": [ + "password" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "editor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/editor.rs", + "edition": "2018", + "required-features": [ + "editor" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fuzzyselect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/fuzzyselect.rs", + "edition": "2018", + "required-features": [ + "fuzzy-select" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "history", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/history.rs", + "edition": "2018", + "required-features": [ + "history" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "completion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/completion.rs", + "edition": "2018", + "required-features": [ + "completion" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "buffered", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/buffered.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "confirm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/confirm.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "input", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/input.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multi_select", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/multi_select.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "paging", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/paging.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "select", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/select.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "sort", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/sort.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "wizard", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/examples/wizard.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "completion": [], + "default": [ + "editor", + "password" + ], + "editor": [ + "tempfile" + ], + "fuzzy-matcher": [ + "dep:fuzzy-matcher" + ], + "fuzzy-select": [ + "fuzzy-matcher" + ], + "history": [], + "password": [ + "zeroize" + ], + "tempfile": [ + "dep:tempfile" + ], + "zeroize": [ + "dep:zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dialoguer-0.10.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Armin Ronacher ", + "Pavan Kumar Sunkara " + ], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "cli", + "menu", + "prompt" + ], + "readme": "README.md", + "repository": "https://github.com/mitsuhiko/dialoguer", + "homepage": "https://github.com/mitsuhiko/dialoguer", + "documentation": "https://docs.rs/dialoguer", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "digest", + "version": "0.10.7", + "id": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Traits for cryptographic hash functions and message authentication codes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "blobby", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "block-buffer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "const-oid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crypto-common", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "digest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "blobby": [ + "dep:blobby" + ], + "block-buffer": [ + "dep:block-buffer" + ], + "const-oid": [ + "dep:const-oid" + ], + "core-api": [ + "block-buffer" + ], + "default": [ + "core-api" + ], + "dev": [ + "blobby" + ], + "mac": [ + "subtle" + ], + "oid": [ + "const-oid" + ], + "rand_core": [ + "crypto-common/rand_core" + ], + "std": [ + "alloc", + "crypto-common/std" + ], + "subtle": [ + "dep:subtle" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/digest-0.10.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "digest", + "crypto", + "hash" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/traits", + "homepage": null, + "documentation": "https://docs.rs/digest", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "directories", + "version": "5.0.1", + "id": "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A tiny mid-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows and macOS by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "dirs-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "directories", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "constructors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1/benches/constructors.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/directories-5.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Ochsenreither " + ], + "categories": [], + "keywords": [ + "xdg", + "basedir", + "app_dirs", + "path", + "folder" + ], + "readme": "README.md", + "repository": "https://github.com/soc/directories-rs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "dirs", + "version": "4.0.0", + "id": "dirs 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "dirs-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dirs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.0.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-4.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Ochsenreither " + ], + "categories": [], + "keywords": [ + "xdg", + "basedir", + "app_dirs", + "path", + "folder" + ], + "readme": "README.md", + "repository": "https://github.com/soc/dirs-rs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "dirs-sys", + "version": "0.3.7", + "id": "dirs-sys 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "System-level helper functions for the dirs and directories crates.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "redox_users", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(target_os = \"redox\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "knownfolders", + "objbase", + "shlobj", + "winbase", + "winerror" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dirs-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.3.7/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.3.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Ochsenreither " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/dirs-dev/dirs-sys-rs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "dirs-sys", + "version": "0.4.1", + "id": "dirs-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "System-level helper functions for the dirs and directories crates.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "option-ext", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "redox_users", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(target_os = \"redox\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_UI_Shell", + "Win32_Foundation", + "Win32_Globalization", + "Win32_System_Com" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dirs-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-0.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Ochsenreither " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/dirs-dev/dirs-sys-rs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "doc-comment", + "version": "0.3.3", + "id": "doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Macro to generate doc comments", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "doc_comment", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "no_core": [], + "old_macros": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Guillaume Gomez " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/GuillaumeGomez/doc-comment", + "homepage": null, + "documentation": "http://docs.rs/crate/doc-comment", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "dotenvy", + "version": "0.15.7", + "id": "dotenvy 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A well-maintained fork of the dotenv crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.16.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dotenvy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "dotenvy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/src/bin/dotenvy.rs", + "edition": "2018", + "required-features": [ + "cli" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list_variables", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/examples/list_variables.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/integration/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-child-dir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-child-dir.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-default-location-override", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-default-location-override.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-default-location", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-default-location.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-dotenv-iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-dotenv-iter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-filename-iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-filename-iter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-filename-override", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-filename-override.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-filename", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-filename.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-path-iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-path-iter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-path-override", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-path-override.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-path.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-read-override", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-read-override.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-from-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-from-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-ignore-bom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-ignore-bom.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-multiline-comment", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-multiline-comment.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-multiline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-multiline.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-var", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-var.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-variable-substitution", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-variable-substitution.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-vars", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/tests/test-vars.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "clap": [ + "dep:clap" + ], + "cli": [ + "clap" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dotenvy-0.15.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Noemi Lapresta ", + "Craig Hills ", + "Mike Piccolo ", + "Alice Maz ", + "Sean Griffin ", + "Adam Sharp ", + "Arpad Borsos ", + "Allan Zhang " + ], + "categories": [], + "keywords": [ + "dotenv", + "env", + "environment", + "settings", + "config" + ], + "readme": "README.md", + "repository": "https://github.com/allan2/dotenvy", + "homepage": "https://github.com/allan2/dotenvy", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.1" + }, + { + "name": "dtoa", + "version": "1.0.9", + "id": "dtoa 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Fast floating point primitive to string conversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "no-panic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dtoa", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dtoa-1.0.9/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dtoa-1.0.9/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dtoa-1.0.9/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "no-panic": [ + "dep:no-panic" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dtoa-1.0.9/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "value-formatting", + "no-std", + "no-std::no-alloc" + ], + "keywords": [ + "float" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/dtoa", + "homepage": null, + "documentation": "https://docs.rs/dtoa", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "dtoa-short", + "version": "0.3.4", + "id": "dtoa-short 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "Serialize float number and truncate to certain precision", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "dtoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "float-cmp", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dtoa-short", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dtoa-short-0.3.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dtoa-short-0.3.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Xidorn Quan " + ], + "categories": [ + "value-formatting" + ], + "keywords": [ + "float" + ], + "readme": "README.md", + "repository": "https://github.com/upsuper/dtoa-short", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "duct", + "version": "0.13.6", + "id": "duct 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "a library for running child processes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "os_pipe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shared_child", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.43", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "duct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/cat.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "child_grandchild", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/child_grandchild.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/echo.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "exe_in_dir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/exe_in_dir.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "print_env", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/print_env.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "pwd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/pwd.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "sleep", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/sleep.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "status", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/status.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "x_to_y", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/src/bin/x_to_y.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/duct-0.13.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "oconnor663@gmail.com" + ], + "categories": [], + "keywords": [ + "process", + "subprocess", + "command", + "child", + "pipe" + ], + "readme": "README.md", + "repository": "https://github.com/oconnor663/duct.rs", + "homepage": null, + "documentation": "https://docs.rs/duct", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "dumbloader", + "version": "0.1.0", + "id": "dumbloader 0.1.0 (path+file:///home/rain/dev/mnemos/tools/dumbloader)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "dumbloader", + "src_path": "/home/rain/dev/mnemos/tools/dumbloader/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/tools/dumbloader/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "dunce", + "version": "1.0.4", + "id": "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "CC0-1.0 OR MIT-0 OR Apache-2.0", + "license_file": null, + "description": "Normalize Windows paths to the most compatible format, avoiding UNC where possible", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "dunce", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-1.0.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/dunce-1.0.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Kornel " + ], + "categories": [ + "filesystem" + ], + "keywords": [ + "realpath", + "unc", + "canonicalize", + "windows", + "deunc" + ], + "readme": "README.md", + "repository": "https://gitlab.com/kornelski/dunce", + "homepage": "https://lib.rs/crates/dunce", + "documentation": "https://docs.rs/dunce", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ecdsa", + "version": "0.16.8", + "id": "ecdsa 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm\n(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing\nRFC6979 deterministic signatures as well as support for added entropy\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "der", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "oid" + ], + "target": null, + "registry": null + }, + { + "name": "elliptic-curve", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "digest", + "sec1" + ], + "target": null, + "registry": null + }, + { + "name": "rfc6979", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serdect", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "oid" + ], + "target": null, + "registry": null + }, + { + "name": "signature", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0, <2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "rand_core" + ], + "target": null, + "registry": null + }, + { + "name": "spki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "elliptic-curve", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "dev" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ecdsa", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.8/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.8/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "elliptic-curve/alloc", + "signature/alloc", + "spki/alloc" + ], + "arithmetic": [ + "elliptic-curve/arithmetic" + ], + "default": [ + "digest" + ], + "der": [ + "dep:der" + ], + "dev": [ + "arithmetic", + "digest", + "elliptic-curve/dev", + "hazmat" + ], + "digest": [ + "dep:digest", + "signature/digest" + ], + "hazmat": [], + "pem": [ + "elliptic-curve/pem", + "pkcs8" + ], + "pkcs8": [ + "digest", + "elliptic-curve/pkcs8", + "der" + ], + "rfc6979": [ + "dep:rfc6979" + ], + "serde": [ + "elliptic-curve/serde", + "serdect" + ], + "serdect": [ + "dep:serdect" + ], + "sha2": [ + "dep:sha2" + ], + "signing": [ + "arithmetic", + "digest", + "hazmat", + "rfc6979" + ], + "spki": [ + "dep:spki" + ], + "std": [ + "alloc", + "elliptic-curve/std", + "signature/std" + ], + "verifying": [ + "arithmetic", + "digest", + "hazmat" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ecdsa-0.16.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "ecc", + "nist", + "secp256k1", + "signature" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/signatures/tree/master/ecdsa", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "ed25519-compact", + "version": "2.0.4", + "id": "ed25519-compact 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A small, self-contained, wasm-friendly Ed25519 implementation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ct-codecs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ed25519", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ct-codecs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ed25519-compact", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-compact-2.0.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "blind-keys": [], + "ct-codecs": [ + "dep:ct-codecs" + ], + "default": [ + "random", + "std", + "x25519", + "pem" + ], + "disable-signatures": [], + "ed25519": [ + "dep:ed25519" + ], + "getrandom": [ + "dep:getrandom" + ], + "opt_size": [], + "pem": [ + "ct-codecs" + ], + "random": [ + "getrandom" + ], + "self-verify": [], + "std": [], + "traits": [ + "ed25519" + ], + "x25519": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-compact-2.0.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Frank Denis " + ], + "categories": [ + "algorithms", + "cryptography", + "no-std", + "wasm" + ], + "keywords": [ + "crypto", + "ed25519", + "x25519", + "eddsa", + "signature" + ], + "readme": "README.md", + "repository": "https://github.com/jedisct1/rust-ed25519-compact", + "homepage": "https://github.com/jedisct1/rust-ed25519-compact", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "edit-distance", + "version": "2.1.0", + "id": "edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Levenshtein edit distance between strings, a measure for similarity.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "edit-distance", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/edit-distance-2.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/edit-distance-2.1.0/tests/tests.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/edit-distance-2.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Florian Ebeling " + ], + "categories": [], + "keywords": [ + "text-processing", + "search", + "spelling" + ], + "readme": "README.md", + "repository": "https://github.com/febeling/edit-distance", + "homepage": null, + "documentation": "http://febeling.github.io/edit-distance/edit_distance/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "either", + "version": "1.9.0", + "id": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "either", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "use_std" + ], + "serde": [ + "dep:serde" + ], + "use_std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.9.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde" + ] + } + }, + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "publish": null, + "authors": [ + "bluss" + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "data-structure", + "no_std" + ], + "readme": "README-crates.io.md", + "repository": "https://github.com/bluss/either", + "homepage": null, + "documentation": "https://docs.rs/either/1/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "elliptic-curve", + "version": "0.13.5", + "id": "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "General purpose Elliptic Curve Cryptography (ECC) support, including types\nand traits for representing various elliptic curve forms, scalars, points,\nand public/secret keys composed thereof.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base16ct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64ct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "crypto-bigint", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "rand_core", + "generic-array", + "zeroize" + ], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "generic-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "zeroize" + ], + "target": null, + "registry": null + }, + { + "name": "group", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hkdf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pem-rfc7468", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "pkcs8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sec1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "subtle", + "zeroize" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "serdect", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "elliptic-curve", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "pkcs8", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/tests/pkcs8.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "secret_key", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/tests/secret_key.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "base16ct/alloc", + "ff?/alloc", + "group?/alloc", + "pkcs8?/alloc", + "sec1?/alloc", + "zeroize/alloc" + ], + "arithmetic": [ + "group" + ], + "bits": [ + "arithmetic", + "ff/bits" + ], + "default": [ + "arithmetic" + ], + "dev": [ + "arithmetic", + "dep:hex-literal", + "pem", + "pkcs8" + ], + "digest": [ + "dep:digest" + ], + "ecdh": [ + "arithmetic", + "digest", + "dep:hkdf" + ], + "ff": [ + "dep:ff" + ], + "group": [ + "dep:group", + "ff" + ], + "hash2curve": [ + "arithmetic", + "digest" + ], + "hazmat": [], + "jwk": [ + "dep:base64ct", + "dep:serde_json", + "alloc", + "serde", + "zeroize/alloc" + ], + "pem": [ + "dep:pem-rfc7468", + "alloc", + "arithmetic", + "pkcs8", + "sec1/pem" + ], + "pkcs8": [ + "dep:pkcs8", + "sec1" + ], + "sec1": [ + "dep:sec1" + ], + "serde": [ + "dep:serdect", + "alloc", + "pkcs8", + "sec1/serde" + ], + "std": [ + "alloc", + "rand_core/std", + "pkcs8?/std", + "sec1?/std" + ], + "voprf": [ + "digest" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/elliptic-curve-0.13.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "bits", + "ecdh", + "hash2curve", + "jwk", + "pem", + "std", + "voprf" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "ecc", + "elliptic", + "weierstrass" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/traits/tree/master/elliptic-curve", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "embedded-dma", + "version": "0.2.0", + "id": "embedded-dma 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Traits to aid in the creation of sound DMA abstractions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "stable_deref_trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-dma", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-dma-0.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-dma-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jan Teske ", + "Thales Fragoso " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "dma" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/embedded-dma", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-graphics", + "version": "0.7.1", + "id": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Embedded graphics library for small hardware displays", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "az", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fixed", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "float-cmp", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "micromath", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-graphics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "chaining", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/tests/chaining.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_primitive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/tests/custom_primitive.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_primitive_style", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/tests/custom_primitive_style.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "font", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/tests/font.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "text_renderer_generic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/tests/text_renderer_generic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "primitives", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/benches/primitives.rs", + "edition": "2018", + "required-features": [ + "criterion" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "primitives_fixed_point", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/benches/primitives_fixed_point.rs", + "edition": "2018", + "required-features": [ + "criterion", + "fixed_point" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "fonts", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/benches/fonts.rs", + "edition": "2018", + "required-features": [ + "criterion" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "image", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/benches/image.rs", + "edition": "2018", + "required-features": [ + "criterion" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "contains", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/benches/contains.rs", + "edition": "2018", + "required-features": [ + "criterion" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "raw_data_iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/benches/raw_data_iter.rs", + "edition": "2018", + "required-features": [ + "criterion" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "common", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/benches/common.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "criterion": [ + "dep:criterion" + ], + "default": [], + "fixed": [ + "dep:fixed" + ], + "fixed_point": [ + "fixed" + ], + "nalgebra_support": [ + "embedded-graphics-core/nalgebra_support" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.7.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "James Waples " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "embedded-graphics", + "graphics", + "embedded" + ], + "readme": "./README.md", + "repository": "https://github.com/embedded-graphics/embedded-graphics", + "homepage": null, + "documentation": "https://docs.rs/embedded-graphics", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-graphics", + "version": "0.8.1", + "id": "embedded-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Embedded graphics library for small hardware displays", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "az", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fixed", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.14.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "float-cmp", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "micromath", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "html_reports" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-graphics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "chaining", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/tests/chaining.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_primitive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/tests/custom_primitive.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_primitive_style", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/tests/custom_primitive_style.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "font", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/tests/font.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "text_renderer_generic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/tests/text_renderer_generic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "primitives", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/primitives.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "primitives_fixed_point", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/primitives_fixed_point.rs", + "edition": "2021", + "required-features": [ + "fixed_point" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "fonts", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/fonts.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "image", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/image.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "contains", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/contains.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "raw_data_iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/raw_data_iter.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "color_conversion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/color_conversion.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "framebuffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/framebuffer.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "common", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/benches/common.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "defmt": [ + "dep:defmt", + "embedded-graphics-core/defmt" + ], + "fixed": [ + "dep:fixed" + ], + "fixed_point": [ + "fixed" + ], + "nalgebra_support": [ + "embedded-graphics-core/nalgebra_support" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-0.8.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "James Waples ", + "Ralf Fuest " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "embedded-graphics", + "graphics", + "embedded" + ], + "readme": "./README.md", + "repository": "https://github.com/embedded-graphics/embedded-graphics", + "homepage": null, + "documentation": "https://docs.rs/embedded-graphics", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-graphics-core", + "version": "0.3.3", + "id": "embedded-graphics-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Core traits and functionality for embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "az", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nalgebra", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-graphics-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-core-0.3.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "nalgebra": [ + "dep:nalgebra" + ], + "nalgebra_support": [ + "nalgebra" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-core-0.3.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "James Waples ", + "Ralf Fuest " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "embedded-graphics", + "graphics", + "embedded" + ], + "readme": "./README.md", + "repository": "https://github.com/embedded-graphics/embedded-graphics", + "homepage": null, + "documentation": "https://docs.rs/embedded-graphics-core", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-graphics-core", + "version": "0.4.0", + "id": "embedded-graphics-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Core traits and functionality for embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "az", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nalgebra", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.30.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-graphics-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-core-0.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "defmt": [ + "dep:defmt" + ], + "nalgebra": [ + "dep:nalgebra" + ], + "nalgebra_support": [ + "nalgebra" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-core-0.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "James Waples ", + "Ralf Fuest " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "embedded-graphics", + "graphics", + "embedded" + ], + "readme": "./README.md", + "repository": "https://github.com/embedded-graphics/embedded-graphics", + "homepage": null, + "documentation": "https://docs.rs/embedded-graphics-core", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-graphics-simulator", + "version": "0.3.0", + "id": "embedded-graphics-simulator 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Embedded graphics simulator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "image", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sdl2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.32.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-graphics-simulator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-simulator-0.3.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "input-handling", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-simulator-0.3.0/examples/input-handling.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "png-base64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-simulator-0.3.0/examples/png-base64.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "png-file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-simulator-0.3.0/examples/png-file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "themes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-simulator-0.3.0/examples/themes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "with-sdl" + ], + "fixed_point": [ + "embedded-graphics/fixed_point" + ], + "sdl2": [ + "dep:sdl2" + ], + "with-sdl": [ + "sdl2" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-graphics-simulator-0.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "James Waples " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "embedded-graphics", + "simulator", + "graphics", + "embedded" + ], + "readme": "./README.md", + "repository": "https://github.com/embedded-graphics/simulator", + "homepage": null, + "documentation": "https://docs.rs/embedded-graphics-simulator", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-graphics-web-simulator", + "version": "0.3.0", + "id": "embedded-graphics-web-simulator 0.3.0 (git+https://github.com/spookyvision/embedded-graphics-web-simulator#0f07b1efb8181860c16b3edf8293aff9515cc480)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A web simulator using rust-embedded library with wasm", + "source": "git+https://github.com/spookyvision/embedded-graphics-web-simulator#0f07b1efb8181860c16b3edf8293aff9515cc480", + "dependencies": [ + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.45", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.22", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "CanvasRenderingContext2d", + "console", + "Document", + "Element", + "HtmlCanvasElement", + "ImageData", + "Window" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "cdylib", + "rlib" + ], + "crate_types": [ + "cdylib", + "rlib" + ], + "name": "embedded-graphics-web-simulator", + "src_path": "/opt/cargo/git/checkouts/embedded-graphics-web-simulator-ef34bb7f9f200182/0f07b1e/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/git/checkouts/embedded-graphics-web-simulator-ef34bb7f9f200182/0f07b1e/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rahul Thakoor " + ], + "categories": [ + "wasm", + "embedded", + "no-std" + ], + "keywords": [ + "simulator", + "graphics", + "embedded", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/rahul-thakoor/embedded-graphics-web-simulator", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-hal", + "version": "0.2.7", + "id": "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": " A Hardware Abstraction Layer (HAL) for embedded systems ", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "nb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "void", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "stm32f30x", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-hal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-hal-0.2.7/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "unproven": [ + "nb/unstable" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-hal-0.2.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "unproven" + ] + } + } + }, + "publish": null, + "authors": [ + "The Embedded HAL Team ", + "Jorge Aparicio ", + "Jonathan 'theJPster' Pallant " + ], + "categories": [ + "asynchronous", + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "hal", + "IO" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/embedded-hal", + "homepage": null, + "documentation": "https://docs.rs/embedded-hal", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-hal", + "version": "1.0.0-alpha.11", + "id": "embedded-hal 1.0.0-alpha.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": " A Hardware Abstraction Layer (HAL) for embedded systems ", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-hal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-hal-1.0.0-alpha.11/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-hal-1.0.0-alpha.11/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Embedded HAL Team ", + "Jorge Aparicio ", + "Jonathan 'theJPster' Pallant " + ], + "categories": [ + "asynchronous", + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "hal", + "IO" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/embedded-hal", + "homepage": null, + "documentation": "https://docs.rs/embedded-hal", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "embedded-hal-async", + "version": "0.2.0-alpha.2", + "id": "embedded-hal-async 0.2.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An asynchronous Hardware Abstraction Layer (HAL) for embedded systems", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "embedded-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.0-alpha.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-hal-async", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-hal-async-0.2.0-alpha.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-hal-async-0.2.0-alpha.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Embedded HAL Team and Contributors " + ], + "categories": [ + "asynchronous", + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "hal", + "IO" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/embedded-hal", + "homepage": null, + "documentation": "https://docs.rs/embedded-hal-async", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "embedded-io", + "version": "0.5.0", + "id": "embedded-io 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Embedded IO traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": "defmt-03", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "embedded-io", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.5.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "defmt-03": [ + "dep:defmt-03" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.5.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/embedded-hal", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "enable-ansi-support", + "version": "0.2.1", + "id": "enable-ansi-support 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Enable ANSI escape code support on Windows 10", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem", + "Win32_Security", + "Win32_System_Console" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "enable-ansi-support", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enable-ansi-support-0.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enable-ansi-support-0.2.1/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enable-ansi-support-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface", + "os::windows-apis" + ], + "keywords": [ + "ansi", + "windows", + "console", + "terminal", + "color" + ], + "readme": "README.md", + "repository": "https://github.com/sunshowers-code/enable-ansi-support", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.49" + }, + { + "name": "encode_unicode", + "version": "0.3.6", + "id": "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ascii", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.8, <2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clippy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "0.*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "1.0.*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "encode_unicode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "errs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6/tests/errs.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "exhaustive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6/tests/exhaustive.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "iterators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6/tests/iterators.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "oks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6/tests/oks.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "multiiterators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6/benches/multiiterators.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "ascii": [ + "dep:ascii" + ], + "clippy": [ + "dep:clippy" + ], + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encode_unicode-0.3.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "ascii/std" + ] + } + } + }, + "publish": null, + "authors": [ + "Torbjørn Birch Moltu " + ], + "categories": [ + "encoding", + "no-std" + ], + "keywords": [ + "unicode", + "UTF-8", + "UTF-16" + ], + "readme": "README.md", + "repository": "https://github.com/tormol/encode_unicode", + "homepage": null, + "documentation": "https://docs.rs/encode_unicode/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "encoding_rs", + "version": "0.8.33", + "id": "encoding_rs 0.8.33 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", + "license_file": null, + "description": "A Gecko-oriented implementation of the Encoding Standard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "packed_simd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "encoding_rs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "alloc" + ], + "fast-big5-hanzi-encode": [], + "fast-gb-hanzi-encode": [], + "fast-hangul-encode": [], + "fast-hanja-encode": [], + "fast-kanji-encode": [], + "fast-legacy-encode": [ + "fast-hangul-encode", + "fast-hanja-encode", + "fast-kanji-encode", + "fast-gb-hanzi-encode", + "fast-big5-hanzi-encode" + ], + "less-slow-big5-hanzi-encode": [], + "less-slow-gb-hanzi-encode": [], + "less-slow-kanji-encode": [], + "packed_simd": [ + "dep:packed_simd" + ], + "serde": [ + "dep:serde" + ], + "simd-accel": [ + "packed_simd", + "packed_simd/into_bits" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.33/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Henri Sivonen " + ], + "categories": [ + "text-processing", + "encoding", + "web-programming", + "internationalization" + ], + "keywords": [ + "encoding", + "web", + "unicode", + "charset" + ], + "readme": "README.md", + "repository": "https://github.com/hsivonen/encoding_rs", + "homepage": "https://docs.rs/encoding_rs/", + "documentation": "https://docs.rs/encoding_rs/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "enum-as-inner", + "version": "0.5.1", + "id": "enum-as-inner 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A proc-macro for deriving inner field accessor functions on enums.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "enum-as-inner", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/tests/generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "named", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/tests/named.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "snake_case", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/tests/snake_case.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/tests/unit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unnamed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/tests/unnamed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/enum-as-inner-0.5.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Benjamin Fry " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/bluejekyll/enum-as-inner", + "homepage": null, + "documentation": "https://docs.rs/enum-as-inner", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "env_logger", + "version": "0.10.0", + "id": "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A logging implementation for `log` which is configured via an environment\nvariable.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is-terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std", + "perf" + ], + "target": null, + "registry": null + }, + { + "name": "termcolor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "env_logger", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_default_format", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/custom_default_format.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_format", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/custom_format.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_logger", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/custom_logger.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/default.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "direct_logger", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/direct_logger.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "filters_from_code", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/filters_from_code.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "in_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/in_tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "syslog_friendly_format", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/examples/syslog_friendly_format.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "regexp_filter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/tests/regexp_filter.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "log-in-log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/tests/log-in-log.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "log_tls_dtors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/tests/log_tls_dtors.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "init-twice-retains-filter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/tests/init-twice-retains-filter.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "auto-color": [ + "dep:is-terminal", + "color" + ], + "color": [ + "dep:termcolor" + ], + "default": [ + "auto-color", + "humantime", + "regex" + ], + "humantime": [ + "dep:humantime" + ], + "regex": [ + "dep:regex" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.10.0/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/rust-cli/env_logger/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "development-tools::debugging" + ], + "keywords": [ + "logging", + "log", + "logger" + ], + "readme": "README.md", + "repository": "https://github.com/rust-cli/env_logger/", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "envy", + "version": "0.4.2", + "id": "envy 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "deserialize env vars into typesafe structs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "envy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/envy-0.4.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "optional", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/envy-0.4.2/examples/optional.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "prefixed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/envy-0.4.2/examples/prefixed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/envy-0.4.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "softprops " + ], + "categories": [ + "config" + ], + "keywords": [ + "serde", + "env" + ], + "readme": "README.md", + "repository": "https://github.com/softprops/envy", + "homepage": "https://github.com/softprops/envy", + "documentation": "https://softprops.github.io/envy", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "equivalent", + "version": "1.0.1", + "id": "equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Traits for key comparison in maps.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "equivalent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-1.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "hashmap", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/cuviper/equivalent", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.6" + }, + { + "name": "errno", + "version": "0.3.1", + "id": "errno 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Cross-platform interface to the `errno` variable.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "errno-dragonfly", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"dragonfly\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"hermit\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"wasi\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_System_Diagnostics_Debug" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "errno", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Chris Wong " + ], + "categories": [ + "no-std", + "os" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/lambda-fairy/rust-errno", + "homepage": null, + "documentation": "https://docs.rs/errno", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "errno-dragonfly", + "version": "0.1.2", + "id": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Exposes errno functionality to stable Rust on DragonFlyBSD", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "errno-dragonfly", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-dragonfly-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Michael Neumann " + ], + "categories": [], + "keywords": [ + "dragonfly" + ], + "readme": "README.md", + "repository": "https://github.com/mneumann/errno-dragonfly-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "esp-alloc", + "version": "0.3.0", + "id": "esp-alloc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A heap allocator for Espressif devices", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "linked_list_allocator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "const_mut_refs" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp-alloc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-alloc-0.3.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-alloc-0.3.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "riscv32imc-unknown-none-elf" + } + } + }, + "publish": null, + "authors": [ + "Björn Quentin ", + "Jesse Braham " + ], + "categories": [ + "memory-management", + "no-std" + ], + "keywords": [ + "allocator", + "esp32", + "riscv", + "xtensa" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-alloc", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.68" + }, + { + "name": "esp-backtrace", + "version": "0.7.0", + "id": "esp-backtrace 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Bare-metal backtrace support for ESP32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "esp-println", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp-backtrace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-backtrace-0.7.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-backtrace-0.7.0/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "esp-println": [ + "dep:esp-println" + ], + "esp32": [ + "esp-println?/esp32" + ], + "esp32c2": [ + "esp-println?/esp32c2" + ], + "esp32c3": [ + "esp-println?/esp32c3" + ], + "esp32c6": [ + "esp-println?/esp32c6" + ], + "esp32h2": [ + "esp-println?/esp32h2" + ], + "esp32s2": [ + "esp-println?/esp32s2" + ], + "esp32s3": [ + "esp-println?/esp32s3" + ], + "exception-handler": [ + "esp-println" + ], + "halt-cores": [], + "panic-handler": [ + "esp-println" + ], + "print-jtag-serial": [ + "esp-println/jtag_serial" + ], + "print-rtt": [ + "esp-println/rtt" + ], + "print-uart": [ + "esp-println/uart" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-backtrace-0.7.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "riscv32imc-unknown-none-elf", + "features": [ + "esp32c3", + "panic-handler", + "exception-handler", + "print-uart" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-backtrace", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "esp-hal-common", + "version": "0.11.0", + "id": "esp-hal-common 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "HAL implementations for peripherals common among Espressif devices; should not be used directly", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "dependencies": [ + { + "name": "bitfield", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embassy-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embassy-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embassy-time", + "source": "git+https://github.com/embassy-rs/embassy?rev=4f453d7", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "nightly" + ], + "target": null, + "registry": null + }, + { + "name": "embedded-can", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-dma", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unproven" + ], + "target": null, + "registry": null + }, + { + "name": "embedded-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.0-rc.1", + "kind": null, + "rename": "embedded-hal-1", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.0-rc.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal-nb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.0-rc.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-io-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-riscv-rt", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-synopsys-usb-otg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "fs", + "esp32sx" + ], + "target": null, + "registry": null + }, + { + "name": "esp32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "esp32c2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "esp32c3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "esp32c6", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "esp32h2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "esp32s2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "esp32s3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "fugit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lock_api", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "paste", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-hal-procmacros", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "req": "^0.6.0", + "kind": null, + "rename": "procmacros", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv-atomic-emulation-trap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "ufmt-write", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "usb-device", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "void", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "xtensa-lx", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "xtensa-lx-rt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "basic-toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.183", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp-hal-common", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-hal-common/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-hal-common/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "async": [ + "embedded-hal-async", + "eh1", + "embassy-sync", + "embassy-futures", + "embedded-io-async" + ], + "debug": [ + "esp32?/impl-register-debug", + "esp32c2?/impl-register-debug", + "esp32c3?/impl-register-debug", + "esp32c6?/impl-register-debug", + "esp32h2?/impl-register-debug", + "esp32s2?/impl-register-debug", + "esp32s3?/impl-register-debug" + ], + "direct-vectoring": [ + "esp-riscv-rt/direct-vectoring" + ], + "eh1": [ + "embedded-hal-1", + "embedded-hal-nb", + "embedded-can" + ], + "embassy": [ + "embassy-time" + ], + "embassy-futures": [ + "dep:embassy-futures" + ], + "embassy-sync": [ + "dep:embassy-sync" + ], + "embassy-time": [ + "dep:embassy-time" + ], + "embassy-time-systick": [], + "embassy-time-timg0": [], + "embedded-can": [ + "dep:embedded-can" + ], + "embedded-hal-1": [ + "dep:embedded-hal-1" + ], + "embedded-hal-async": [ + "dep:embedded-hal-async" + ], + "embedded-hal-nb": [ + "dep:embedded-hal-nb" + ], + "embedded-io-async": [ + "dep:embedded-io-async" + ], + "esp-riscv-rt": [ + "dep:esp-riscv-rt" + ], + "esp-synopsys-usb-otg": [ + "dep:esp-synopsys-usb-otg" + ], + "esp32": [ + "esp32/rt", + "xtensa", + "xtensa-lx/esp32", + "xtensa-lx-rt/esp32", + "lock_api", + "procmacros/esp32" + ], + "esp32_26mhz": [], + "esp32_40mhz": [], + "esp32c2": [ + "esp32c2/rt", + "riscv", + "procmacros/esp32c2" + ], + "esp32c2_26mhz": [], + "esp32c2_40mhz": [], + "esp32c3": [ + "esp32c3/rt", + "riscv", + "procmacros/esp32c3" + ], + "esp32c6": [ + "esp32c6/rt", + "riscv", + "procmacros/esp32c6" + ], + "esp32h2": [ + "esp32h2/rt", + "riscv", + "procmacros/esp32h2" + ], + "esp32s2": [ + "esp32s2/rt", + "xtensa", + "xtensa-lx/esp32s2", + "xtensa-lx-rt/esp32s2", + "esp-synopsys-usb-otg", + "usb-device", + "procmacros/esp32s2" + ], + "esp32s3": [ + "esp32s3/rt", + "xtensa", + "xtensa-lx/esp32s3", + "xtensa-lx-rt/esp32s3", + "lock_api", + "esp-synopsys-usb-otg", + "usb-device", + "procmacros/esp32s3" + ], + "interrupt-preemption": [ + "esp-riscv-rt/interrupt-preemption" + ], + "lock_api": [ + "dep:lock_api" + ], + "opsram_2m": [], + "opsram_4m": [], + "opsram_8m": [], + "psram_2m": [], + "psram_4m": [], + "psram_8m": [], + "riscv": [ + "critical-section/restore-state-u8", + "esp-riscv-rt", + "esp-riscv-rt/zero-bss", + "riscv-atomic-emulation-trap" + ], + "riscv-atomic-emulation-trap": [ + "dep:riscv-atomic-emulation-trap" + ], + "rv-init-data": [ + "esp-riscv-rt/init-data", + "esp-riscv-rt/init-rw-text" + ], + "rv-init-rtc-data": [ + "esp-riscv-rt/init-rtc-fast-data", + "esp-riscv-rt/init-rtc-fast-text" + ], + "rv-zero-rtc-bss": [ + "esp-riscv-rt/zero-rtc-fast-bss" + ], + "ufmt": [ + "ufmt-write" + ], + "ufmt-write": [ + "dep:ufmt-write" + ], + "usb-device": [ + "dep:usb-device" + ], + "vectored": [ + "procmacros/interrupt" + ], + "xtensa": [ + "critical-section/restore-state-u32" + ], + "xtensa-lx": [ + "dep:xtensa-lx" + ], + "xtensa-lx-rt": [ + "dep:xtensa-lx-rt" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-hal-common/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jesse Braham ", + "Björn Quentin " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-hal", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "esp-hal-procmacros", + "version": "0.6.0", + "id": "esp-hal-procmacros 0.6.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Procedural macros for ESP-HAL", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "dependencies": [ + { + "name": "darling", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro-crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro-error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.63", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.22", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra-traits", + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "esp-hal-procmacros", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-hal-procmacros/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "esp32": [], + "esp32c2": [], + "esp32c3": [], + "esp32c6": [], + "esp32h2": [], + "esp32s2": [], + "esp32s3": [], + "interrupt": [], + "rtc_slow": [] + }, + "manifest_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-hal-procmacros/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "esp32c3", + "interrupt" + ] + } + } + }, + "publish": null, + "authors": [ + "Jesse Braham ", + "Björn Quentin " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-hal", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "esp-idf-part", + "version": "0.4.1", + "id": "esp-idf-part 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A library for parsing and generating ESP-IDF partition tables", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "csv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "deku", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.16", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "md5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parse_int", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.163", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_plain", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.40", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp-idf-part", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-part-0.4.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_partition_table", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-part-0.4.1/tests/test_partition_table.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "csv": [ + "dep:csv" + ], + "default": [ + "std" + ], + "deku": [ + "dep:deku" + ], + "parse_int": [ + "dep:parse_int" + ], + "regex": [ + "dep:regex" + ], + "std": [ + "csv", + "deku", + "md5/std", + "parse_int", + "regex", + "serde/std", + "strum/std", + "thiserror" + ], + "thiserror": [ + "dep:thiserror" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-part-0.4.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Jesse Braham " + ], + "categories": [ + "embedded", + "parsing" + ], + "keywords": [ + "esp-idf", + "partition", + "partition-table" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-idf-part", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "esp-println", + "version": "0.5.0", + "id": "esp-println 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Provides `print!` and `println!` implementations various Espressif devices", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp-println", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-println-0.5.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-println-0.5.0/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "colors": [], + "critical-section": [ + "dep:critical-section" + ], + "crlf": [], + "default": [ + "uart", + "critical-section", + "colors" + ], + "esp32": [], + "esp32c2": [], + "esp32c3": [], + "esp32c6": [], + "esp32h2": [], + "esp32s2": [], + "esp32s3": [], + "esp8266": [], + "jtag_serial": [], + "log": [ + "dep:log" + ], + "no-op": [], + "rtt": [], + "uart": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-println-0.5.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Z", + "build-std=core" + ], + "default-target": "riscv32imc-unknown-none-elf", + "features": [ + "esp32c3" + ] + } + } + }, + "publish": null, + "authors": [ + "Björn Quentin ", + "Jesse Braham " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-println", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "esp-riscv-rt", + "version": "0.5.0", + "id": "esp-riscv-rt 0.5.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Minimal runtime / startup for RISC-V CPUs from Espressif", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "dependencies": [ + { + "name": "riscv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv-rt-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "panic-halt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp-riscv-rt", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-riscv-rt/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-riscv-rt/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "direct-vectoring": [], + "has-mie-mip": [], + "init-data": [], + "init-rtc-fast-data": [], + "init-rtc-fast-text": [], + "init-rw-text": [], + "interrupt-preemption": [], + "zero-bss": [], + "zero-rtc-fast-bss": [] + }, + "manifest_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp-riscv-rt/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "esp32", + "riscv", + "runtime", + "startup" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-hal", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "esp32c3", + "version": "0.16.0", + "id": "esp32c3 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Peripheral access crate for the ESP32-C3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vcell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp32c3", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp32c3-0.16.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp32c3-0.16.0/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "critical-section": [ + "dep:critical-section" + ], + "default": [], + "impl-register-debug": [], + "rt": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/esp32c3-0.16.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "no-std", + "esp32c3", + "wifi", + "embedded" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-pacs", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "esp32c3-hal", + "version": "0.11.0", + "id": "esp32c3-hal 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "HAL for ESP32-C3 microcontrollers", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embassy-time", + "source": "git+https://github.com/embassy-rs/embassy?rev=4f453d7", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "nightly" + ], + "target": null, + "registry": null + }, + { + "name": "esp-hal-common", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "esp32c3" + ], + "target": null, + "registry": null + }, + { + "name": "aes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crypto-bigint", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embassy-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "nightly", + "integrated-timers", + "arch-riscv32", + "executor-thread" + ], + "target": null, + "registry": null + }, + { + "name": "embedded-can", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unproven" + ], + "target": null, + "registry": null + }, + { + "name": "embedded-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.0-rc.1", + "kind": "dev", + "rename": "embedded-hal-1", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.0-rc.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-io-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "esp32c3", + "panic-handler", + "exception-handler", + "print-uart" + ], + "target": null, + "registry": null + }, + { + "name": "esp-hal-smartled", + "source": "git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "esp32c3" + ], + "target": null, + "registry": null + }, + { + "name": "esp-println", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "esp32c3" + ], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lis3dh-async", + "source": "git+https://github.com/jessebraham/lis3dh-rs-async?branch=feature/eh-rc1", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smart-leds", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ssd1306", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "esp32c3-hal", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spi_eh1_loopback", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/spi_eh1_loopback.rs", + "edition": "2021", + "required-features": [ + "eh1" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spi_eh1_device_loopback", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/spi_eh1_device_loopback.rs", + "edition": "2021", + "required-features": [ + "eh1" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "embassy_hello_world", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/embassy_hello_world.rs", + "edition": "2021", + "required-features": [ + "embassy" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "embassy_wait", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/embassy_wait.rs", + "edition": "2021", + "required-features": [ + "embassy", + "async" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interrupt_preemption", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/interrupt_preemption.rs", + "edition": "2021", + "required-features": [ + "interrupt-preemption" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "embassy_spi", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/embassy_spi.rs", + "edition": "2021", + "required-features": [ + "embassy", + "async" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "embassy_serial", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/embassy_serial.rs", + "edition": "2021", + "required-features": [ + "embassy", + "async" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "embassy_i2c", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/embassy_i2c.rs", + "edition": "2021", + "required-features": [ + "embassy", + "async" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "direct-vectoring", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/direct-vectoring.rs", + "edition": "2021", + "required-features": [ + "direct-vectoring" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "adc", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/adc.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "adc_cal", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/adc_cal.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "advanced_serial", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/advanced_serial.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "aes", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/aes.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "blinky", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/blinky.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "blinky_erased_pins", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/blinky_erased_pins.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "clock_monitor", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/clock_monitor.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "crc", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/crc.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "debug_assist", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/debug_assist.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gpio_interrupt", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/gpio_interrupt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hello_rgb", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/hello_rgb.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hello_world", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/hello_world.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "i2c_bmp180_calibration_data", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/i2c_bmp180_calibration_data.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "i2c_display", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/i2c_display.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "i2s_read", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/i2s_read.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "i2s_sound", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/i2s_sound.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ledc", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/ledc.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "qspi_flash", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/qspi_flash.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ram", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/ram.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "read_efuse", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/read_efuse.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rmt_rx", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/rmt_rx.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rmt_tx", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/rmt_tx.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rng", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/rng.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rsa", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/rsa.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rtc_time", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/rtc_time.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rtc_watchdog", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/rtc_watchdog.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "serial_interrupts", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/serial_interrupts.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "sha", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/sha.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "software_interrupts", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/software_interrupts.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spi_halfduplex_read_manufacturer_id", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/spi_halfduplex_read_manufacturer_id.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spi_loopback", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/spi_loopback.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spi_loopback_dma", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/spi_loopback_dma.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "systimer", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/systimer.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "timer_interrupt", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/timer_interrupt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "twai", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/twai.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "usb_serial_jtag", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/usb_serial_jtag.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "watchdog", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/examples/watchdog.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "async": [ + "esp-hal-common/async" + ], + "debug": [ + "esp-hal-common/debug" + ], + "default": [ + "rt", + "vectored", + "esp-hal-common/rv-zero-rtc-bss" + ], + "direct-boot": [ + "esp-hal-common/rv-init-data", + "esp-hal-common/rv-init-rtc-data" + ], + "direct-vectoring": [ + "esp-hal-common/direct-vectoring" + ], + "eh1": [ + "esp-hal-common/eh1" + ], + "embassy": [ + "esp-hal-common/embassy" + ], + "embassy-time": [ + "dep:embassy-time" + ], + "embassy-time-systick": [ + "esp-hal-common/embassy-time-systick", + "embassy-time/tick-hz-16_000_000" + ], + "embassy-time-timg0": [ + "esp-hal-common/embassy-time-timg0", + "embassy-time/tick-hz-1_000_000" + ], + "interrupt-preemption": [ + "esp-hal-common/interrupt-preemption" + ], + "mcu-boot": [], + "rt": [], + "ufmt": [ + "esp-hal-common/ufmt" + ], + "vectored": [ + "esp-hal-common/vectored" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/esp-hal-42ec44e8c6943228/5a8be30/esp32c3-hal/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jesse Braham ", + "Björn Quentin " + ], + "categories": [ + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "embedded", + "embedded-hal", + "esp", + "esp32c3", + "no-std" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/esp-hal", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "espflash", + "version": "2.0.1", + "id": "espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A command-line tool for flashing Espressif devices", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "addr2line", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "binread", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytemuck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.3.11", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive", + "env", + "wrap_help" + ], + "target": null, + "registry": null + }, + { + "name": "clap_complete", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "comfy-table", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossterm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ctrlc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dialoguer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "directories", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-idf-part", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "indicatif", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fancy" + ], + "target": null, + "registry": null + }, + { + "name": "parse_int", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rppal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.171", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serialport", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slip-codec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.43", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "update-informer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "xmas-elf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "espflash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/espflash-2.0.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "espflash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/espflash-2.0.1/./src/bin/espflash.rs", + "edition": "2021", + "required-features": [ + "cli" + ], + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "cli": [ + "dep:addr2line", + "dep:clap", + "dep:clap_complete", + "dep:comfy-table", + "dep:crossterm", + "dep:ctrlc", + "dep:dialoguer", + "dep:directories", + "dep:env_logger", + "dep:hex", + "dep:indicatif", + "dep:lazy_static", + "dep:parse_int", + "dep:regex", + "dep:update-informer" + ], + "default": [ + "cli" + ], + "raspberry": [ + "dep:rppal" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/espflash-2.0.1/Cargo.toml", + "metadata": { + "binstall": { + "bin-dir": "{ bin }{ binary-ext }", + "pkg-fmt": "zip", + "pkg-url": "{ repo }/releases/download/v{ version }/{ name }-{ target }.{ archive-format }" + }, + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-utilities", + "development-tools", + "embedded" + ], + "keywords": [ + "cli", + "embedded", + "esp" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/espflash", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "event-listener", + "version": "2.5.3", + "id": "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Notify async tasks or threads", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "waker-fn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "event-listener", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/examples/mutex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "notify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/tests/notify.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "condvar", + "eventcount", + "wake", + "blocking", + "park" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/event-listener", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "eyre", + "version": "0.6.8", + "id": "eyre 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Flexible concrete Error Reporting type built on std::error::Error with customizable Reports", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "indenter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pyo3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.28", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.46", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pyo3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "auto-initialize" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.19", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "eyre", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_handler", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/examples/custom_handler.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "usage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/examples/usage.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_autotrait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_autotrait.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_boxed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_boxed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_chain", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_chain.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_context", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_context.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_context_access", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_context_access.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_convert", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_convert.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_downcast", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_downcast.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_fmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_fmt.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_location", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_location.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_no_install", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_no_install.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_pyo3", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_pyo3.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_repr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_repr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_source", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/tests/test_source.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "auto-install": [], + "default": [ + "auto-install", + "track-caller" + ], + "pyo3": [ + "dep:pyo3" + ], + "track-caller": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "release": { + "dev-version": false, + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "src/lib.rs", + "replace": "#![doc(html_root_url = \"https://docs.rs/{{crate_name}}/{{version}}\")]", + "search": "#!\\[doc\\(html_root_url.*" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n\n## [Unreleased] - ReleaseDate", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/yaahc/{{crate_name}}/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "David Tolnay ", + "Jane Lusby " + ], + "categories": [ + "rust-patterns" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/yaahc/eyre", + "homepage": null, + "documentation": "https://docs.rs/eyre", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "f3repl", + "version": "0.1.0", + "id": "f3repl 0.1.0 (path+file:///home/rain/dev/mnemos/tools/f3repl)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "f3repl is a host tool that provides a REPL of the forth3 VM. It is\nused for testing and development of forth3.\n", + "source": null, + "dependencies": [ + { + "name": "forth3", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/forth3" + } + ], + "targets": [ + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "f3repl", + "src_path": "/home/rain/dev/mnemos/tools/f3repl/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/tools/f3repl/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "failure", + "version": "0.1.8", + "id": "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Experimental error handling abstraction.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "failure_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "failure", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "bail_ensure", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/examples/bail_ensure.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "error_as_cause", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/examples/error_as_cause.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/examples/simple.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "string_custom_error_pattern", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/examples/string_custom_error_pattern.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic_fail", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/tests/basic_fail.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fail_compat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/tests/fail_compat.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macro_trailing_comma", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/tests/macro_trailing_comma.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "backtrace": [ + "dep:backtrace" + ], + "default": [ + "std", + "derive" + ], + "derive": [ + "failure_derive" + ], + "failure_derive": [ + "dep:failure_derive" + ], + "std": [ + "backtrace" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure-0.1.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Without Boats " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang-nursery/failure", + "homepage": "https://rust-lang-nursery.github.io/failure/", + "documentation": "https://docs.rs/failure", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "failure_derive", + "version": "0.1.8", + "id": "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "derives for the failure crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "synstructure", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "failure", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "failure_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "backtrace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/tests/backtrace.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_type_bounds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/tests/custom_type_bounds.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_derive_display", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/tests/no_derive_display.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/tests/tests.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wraps", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/tests/wraps.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/failure_derive-0.1.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Without Boats " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-lang-nursery/failure", + "homepage": "https://rust-lang-nursery.github.io/failure/", + "documentation": "https://docs.rs/failure", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fallible-iterator", + "version": "0.2.0", + "id": "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Fallible iterator traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fallible-iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/sfackler/rust-fallible-iterator", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "faster-hex", + "version": "0.8.0", + "id": "faster-hex 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Fast hex encoding.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "faster-hex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/faster-hex-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std", + "serde" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/faster-hex-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "zhangsoledad <787953403@qq.com>" + ], + "categories": [], + "keywords": [ + "simd", + "hex", + "no-std" + ], + "readme": "README.md", + "repository": "https://github.com/NervosFoundation/faster-hex", + "homepage": "https://github.com/NervosFoundation/faster-hex", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fastrand", + "version": "1.9.0", + "id": "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple and fast random number generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wyhash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "instant", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "js" + ], + "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", + "registry": null + }, + { + "name": "instant", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wasm-bindgen" + ], + "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fastrand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "char", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/char.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/tests/smoke.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-1.9.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "algorithms" + ], + "keywords": [ + "simple", + "fast", + "rand", + "random", + "wyrand" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/fastrand", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.34" + }, + { + "name": "fastrand", + "version": "2.0.0", + "id": "fastrand 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A simple and fast random number generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wyhash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "js" + ], + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "js" + ], + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fastrand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "char", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/tests/char.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/tests/smoke.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "getrandom": [ + "dep:getrandom" + ], + "js": [ + "std", + "getrandom" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.0.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "algorithms" + ], + "keywords": [ + "simple", + "fast", + "rand", + "random", + "wyrand" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/fastrand", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "fatfs", + "version": "0.3.6", + "id": "fatfs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "FAT filesystem library.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "core_io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fscommon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fatfs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/examples/cat.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/examples/ls.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "mkfatfs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/examples/mkfatfs.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "partition", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/examples/partition.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/examples/write.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "format", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/tests/format.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/tests/read.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/tests/write.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [], + "chrono": [ + "dep:chrono" + ], + "core_io": [ + "dep:core_io" + ], + "default": [ + "chrono", + "std", + "alloc" + ], + "std": [ + "byteorder/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fatfs-0.3.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rafał Harabień " + ], + "categories": [ + "filesystem" + ], + "keywords": [ + "fat", + "filesystem", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/rafalh/rust-fatfs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ff", + "version": "0.13.0", + "id": "ff 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Library for building and interfacing with finite fields", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ff_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "i128" + ], + "target": null, + "registry": null + }, + { + "name": "blake2b_simd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ff", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/tests/derive.rs", + "edition": "2021", + "required-features": [ + "derive" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [], + "bits": [ + "bitvec" + ], + "bitvec": [ + "dep:bitvec" + ], + "byteorder": [ + "dep:byteorder" + ], + "default": [ + "bits", + "std" + ], + "derive": [ + "byteorder", + "ff_derive" + ], + "derive_bits": [ + "bits", + "ff_derive/bits" + ], + "ff_derive": [ + "dep:ff_derive" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sean Bowe ", + "Jack Grigg " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/zkcrypto/ff", + "homepage": "https://github.com/zkcrypto/ff", + "documentation": "https://docs.rs/ff/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fiat-crypto", + "version": "0.1.20", + "id": "fiat-crypto 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0 OR BSD-1-Clause", + "license_file": null, + "description": "Fiat-crypto generated Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fiat-crypto", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fiat-crypto-0.1.20/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fiat-crypto-0.1.20/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Fiat Crypto library authors " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/mit-plv/fiat-crypto", + "homepage": "https://github.com/mit-plv/fiat-crypto", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "file-id", + "version": "0.2.1", + "id": "file-id 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Utility for reading inode numbers (Linux, MacOS) and file IDs (Windows)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.89", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Storage_FileSystem", + "Win32_Foundation" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "file-id", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/file-id-0.2.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "file-id", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/file-id-0.2.1/bin/file_id.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/file-id-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Daniel Faust " + ], + "categories": [ + "filesystem" + ], + "keywords": [ + "filesystem", + "inode", + "file", + "index" + ], + "readme": "README.md", + "repository": "https://github.com/notify-rs/notify.git", + "homepage": "https://github.com/notify-rs/notify", + "documentation": "https://docs.rs/notify", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "filetime", + "version": "0.2.22", + "id": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Platform-agnostic accessors of timestamps in File metadata\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "redox_syscall", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"redox\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.27", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "filetime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [ + "timestamp", + "mtime" + ], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/filetime", + "homepage": "https://github.com/alexcrichton/filetime", + "documentation": "https://docs.rs/filetime", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fixedbitset", + "version": "0.4.2", + "id": "fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "FixedBitSet is a simple bitset collection", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fixedbitset", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/benches/benches.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fixedbitset-0.4.2/Cargo.toml", + "metadata": { + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "publish": null, + "authors": [ + "bluss" + ], + "categories": [ + "data-structures" + ], + "keywords": [ + "container", + "data-structure", + "bitvec", + "bitset", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/petgraph/fixedbitset", + "homepage": null, + "documentation": "https://docs.rs/fixedbitset/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "flate2", + "version": "1.0.26", + "id": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams.\nSupports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,\nand raw deflate streams.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cloudflare-zlib-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc32fast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libz-ng-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libz-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miniz_oxide", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "with-alloc" + ], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miniz_oxide", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "with-alloc" + ], + "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "flate2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "compress_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/compress_file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "decompress_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/decompress_file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deflatedecoder-bufread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/deflatedecoder-bufread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deflatedecoder-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/deflatedecoder-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deflatedecoder-write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/deflatedecoder-write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deflateencoder-bufread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/deflateencoder-bufread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deflateencoder-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/deflateencoder-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deflateencoder-write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/deflateencoder-write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzbuilder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzbuilder.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzdecoder-bufread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzdecoder-bufread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzdecoder-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzdecoder-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzdecoder-write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzdecoder-write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzencoder-bufread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzencoder-bufread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzencoder-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzencoder-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzencoder-write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzencoder-write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzmultidecoder-bufread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzmultidecoder-bufread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gzmultidecoder-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/gzmultidecoder-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zlibdecoder-bufread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/zlibdecoder-bufread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zlibdecoder-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/zlibdecoder-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zlibdecoder-write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/zlibdecoder-write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zlibencoder-bufread", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/zlibencoder-bufread.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zlibencoder-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/zlibencoder-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zlibencoder-write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/examples/zlibencoder-write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "early-flush", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/tests/early-flush.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "empty-read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/tests/empty-read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "gunzip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/tests/gunzip.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zero-write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/tests/zero-write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "any_zlib": [], + "cloudflare-zlib-sys": [ + "dep:cloudflare-zlib-sys" + ], + "cloudflare_zlib": [ + "any_zlib", + "cloudflare-zlib-sys" + ], + "default": [ + "rust_backend" + ], + "libz-ng-sys": [ + "dep:libz-ng-sys" + ], + "libz-sys": [ + "dep:libz-sys" + ], + "miniz-sys": [ + "rust_backend" + ], + "miniz_oxide": [ + "dep:miniz_oxide" + ], + "rust_backend": [ + "miniz_oxide" + ], + "zlib": [ + "any_zlib", + "libz-sys" + ], + "zlib-default": [ + "any_zlib", + "libz-sys/default" + ], + "zlib-ng": [ + "any_zlib", + "libz-ng-sys" + ], + "zlib-ng-compat": [ + "zlib", + "libz-sys/zlib-ng" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.26/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Alex Crichton ", + "Josh Triplett " + ], + "categories": [ + "compression", + "api-bindings" + ], + "keywords": [ + "gzip", + "deflate", + "zlib", + "zlib-ng", + "encoding" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/flate2-rs", + "homepage": "https://github.com/rust-lang/flate2-rs", + "documentation": "https://docs.rs/flate2", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "float-cmp", + "version": "0.8.0", + "id": "float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Floating point approximate comparison traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "float_cmp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "ratio" + ], + "num-traits": [ + "dep:num-traits" + ], + "ratio": [ + "num-traits" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Mike Dilger " + ], + "categories": [], + "keywords": [ + "float", + "comparison", + "fuzzy", + "approximate", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/mikedilger/float-cmp", + "homepage": null, + "documentation": "https://docs.rs/float-cmp", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "float-cmp", + "version": "0.9.0", + "id": "float-cmp 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Floating point approximate comparison traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "float_cmp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "ratio" + ], + "num-traits": [ + "dep:num-traits" + ], + "ratio": [ + "num-traits" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-0.9.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Mike Dilger " + ], + "categories": [], + "keywords": [ + "float", + "comparison", + "fuzzy", + "approximate", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/mikedilger/float-cmp", + "homepage": null, + "documentation": "https://docs.rs/float-cmp", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fnv", + "version": "1.0.7", + "id": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 / MIT", + "license_file": null, + "description": "Fowler–Noll–Vo hash function", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fnv", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fnv-1.0.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/servo/rust-fnv", + "homepage": null, + "documentation": "https://doc.servo.org/fnv/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "foreign-types", + "version": "0.3.2", + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A framework for Rust wrappers over C APIs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "foreign-types-shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "foreign-types", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-0.3.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/sfackler/foreign-types", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "foreign-types-shared", + "version": "0.1.1", + "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "An internal crate used by foreign-types", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "foreign-types-shared", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/foreign-types-shared-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/foreign-types", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "form_urlencoded", + "version": "1.2.0", + "id": "form_urlencoded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "form_urlencoded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + } + ], + "features": { + "alloc": [ + "percent-encoding/alloc" + ], + "default": [ + "std" + ], + "std": [ + "alloc", + "percent-encoding/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-1.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The rust-url developers" + ], + "categories": [ + "no_std" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/rust-url", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.51" + }, + { + "name": "forth3", + "version": "0.1.0", + "id": "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "forth3 is a forth-inspired scripting language runtime. It can be used\non targets without an allocator, and supports native builtins written\nin Rust, either as async or blocking functions.\n", + "source": null, + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hash32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "require-cas" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "forth3", + "src_path": "/home/rain/dev/mnemos/source/forth3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "_force_test_utils": [ + "futures" + ], + "async": [], + "default": [], + "floats": [], + "futures": [ + "dep:futures" + ], + "use-std": [] + }, + "manifest_path": "/home/rain/dev/mnemos/source/forth3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fs_at", + "version": "0.1.9", + "id": "fs_at 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Implementation of 'at' functions for various platforms", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cvt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fs-set-times", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.147", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "nix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.26.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "dir" + ], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "aligned", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.18.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem", + "Win32_System_SystemServices", + "Win32_System_WindowsProgramming", + "Win32_Security", + "Win32_System_Kernel", + "Win32_System_IO", + "Win32_System_Ioctl" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fs_at", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_at-0.1.9/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "log": [ + "dep:log" + ], + "workaround-procmon": [ + "dep:once_cell" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_at-0.1.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Robert Collins " + ], + "categories": [ + "filesystem", + "os" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rbtcollins/fs_at.git", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.63.0" + }, + { + "name": "fs_extra", + "version": "1.3.0", + "id": "fs_extra 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Expanding std::fs and std::io. Recursively copy folders with information about process and much more.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fs_extra", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/tests/dir.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/tests/file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/tests/lib.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fs_extra-1.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Denis Kurilenko " + ], + "categories": [], + "keywords": [ + "filesystem", + "recursion", + "copy", + "dir", + "file" + ], + "readme": "README.md", + "repository": "https://github.com/webdesus/fs_extra", + "homepage": "https://github.com/webdesus/fs_extra", + "documentation": "https://docs.rs/fs_extra", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fsevent-sys", + "version": "4.1.0", + "id": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Rust bindings to the fsevent macOS API for file changes notifications", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.68", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fsevent-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fsevent-sys-4.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fsevent-sys-4.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-apple-darwin" + ] + } + } + }, + "publish": null, + "authors": [ + "Pierre Baillet " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fuchsia-cprng", + "version": "0.1.1", + "id": "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": null, + "license_file": "LICENSE", + "description": "Rust crate for the Fuchsia cryptographically secure pseudorandom number generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fuchsia-cprng", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fuchsia-cprng-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fuchsia-cprng-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Erick Tryzelaar " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://fuchsia.googlesource.com/fuchsia/+/master/garnet/public/rust/fuchsia-cprng", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fugit", + "version": "0.3.7", + "id": "fugit 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Time library for embedded targets with ease-of-use and performance first.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.2.0, <0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gcd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=2.1, <3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fugit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fugit-0.3.7/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "defmt": [ + "dep:defmt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fugit-0.3.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Emil Fresk " + ], + "categories": [ + "date-and-time", + "embedded", + "no-std" + ], + "keywords": [ + "Time", + "Duration", + "Instant", + "const" + ], + "readme": "README.md", + "repository": "https://github.com/korken89/fugit", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "funty", + "version": "2.0.0", + "id": "funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Trait generalization over the primitive types", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "funty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/funty-2.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "myrrlyn " + ], + "categories": [ + "no-std", + "rust-patterns" + ], + "keywords": [ + "numerics", + "primitives", + "traits" + ], + "readme": "README.md", + "repository": "https://github.com/myrrlyn/funty", + "homepage": null, + "documentation": "https://docs.rs/funty", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "futf", + "version": "0.1.5", + "id": "futf 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT / Apache-2.0", + "license_file": null, + "description": "Handling fragments of UTF-8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "mac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "new_debug_unreachable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futf-0.1.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futf-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Keegan McAllister " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/servo/futf", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "future-queue", + "version": "0.3.0", + "id": "future-queue 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Adapters to manage a queue of futures, where each future can have a different weight.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.25", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.25", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maplit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "timeout" + ], + "target": null, + "registry": null + }, + { + "name": "proptest-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.21.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "sync", + "test-util", + "time" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "future-queue", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/future-queue-0.3.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_properties", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/future-queue-0.3.0/tests/test_properties.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/future-queue-0.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "asynchronous" + ], + "keywords": [ + "stream", + "futures", + "async", + "buffer_unordered" + ], + "readme": "README.md", + "repository": "https://github.com/nextest-rs/future-queue", + "homepage": null, + "documentation": "https://docs.rs/future-queue", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "futures", + "version": "0.3.28", + "id": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "sink" + ], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-sink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-task", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "sink" + ], + "target": null, + "registry": null + }, + { + "name": "assert_matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "_require_features", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/_require_features.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async_await_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/async_await_macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "auto_traits", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/auto_traits.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bilock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/bilock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/compat.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "eager_drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/eager_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "eventual", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/eventual.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_abortable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_abortable.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_basic_combinators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_basic_combinators.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_fuse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_fuse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_inspect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_inspect.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_join.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_join_all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_join_all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_obj", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_obj.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_select_all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_select_all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_select_ok", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_select_ok.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_shared", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_shared.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_try_flatten_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_try_flatten_stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_try_join_all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/future_try_join_all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_buf_reader", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_buf_reader.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_buf_writer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_buf_writer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_cursor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_cursor.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_line_writer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_line_writer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_lines", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_lines.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_exact", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_read_exact.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_line", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_read_line.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_to_end", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_read_to_end.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_to_string", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_read_to_string.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_until", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_read_until.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_window", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_window.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/io_write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lock_mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/lock_mutex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macro_comma_support", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/macro_comma_support.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "object_safety", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/object_safety.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "oneshot", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/oneshot.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ready_queue", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/ready_queue.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "recurse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/recurse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sink", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/sink.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sink_fanout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/sink_fanout.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_abortable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_abortable.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_buffer_unordered", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_buffer_unordered.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_catch_unwind", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_catch_unwind.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_futures_ordered", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_futures_ordered.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_futures_unordered", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_futures_unordered.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_into_async_read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_into_async_read.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_peekable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_peekable.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_select_all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_select_all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_select_next_some", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_select_next_some.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_split", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_split.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_try_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_try_stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_unfold", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/stream_unfold.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_arc_wake", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/task_arc_wake.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_atomic_waker", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/task_atomic_waker.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/test_macro.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "try_join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/tests/try_join.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "futures-core/alloc", + "futures-task/alloc", + "futures-sink/alloc", + "futures-channel/alloc", + "futures-util/alloc" + ], + "async-await": [ + "futures-util/async-await", + "futures-util/async-await-macro" + ], + "bilock": [ + "futures-util/bilock" + ], + "cfg-target-has-atomic": [], + "compat": [ + "std", + "futures-util/compat" + ], + "default": [ + "std", + "async-await", + "executor" + ], + "executor": [ + "std", + "futures-executor/std" + ], + "futures-executor": [ + "dep:futures-executor" + ], + "io-compat": [ + "compat", + "futures-util/io-compat" + ], + "std": [ + "alloc", + "futures-core/std", + "futures-task/std", + "futures-io/std", + "futures-sink/std", + "futures-util/std", + "futures-util/io", + "futures-util/channel" + ], + "thread-pool": [ + "executor", + "futures-executor/thread-pool" + ], + "unstable": [ + "futures-core/unstable", + "futures-task/unstable", + "futures-channel/unstable", + "futures-io/unstable", + "futures-util/unstable" + ], + "write-all-vectored": [ + "futures-util/write-all-vectored" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "std", + "async-await", + "compat", + "io-compat", + "executor", + "thread-pool" + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "asynchronous" + ], + "keywords": [ + "futures", + "async", + "future" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "futures-channel", + "version": "0.3.28", + "id": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Channels for asynchronous communication using futures-rs.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-sink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-channel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "channel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/tests/channel.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mpsc-close", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/tests/mpsc-close.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mpsc-size_hint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/tests/mpsc-size_hint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mpsc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/tests/mpsc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "oneshot", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/tests/oneshot.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "sync_mpsc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/benches/sync_mpsc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "futures-core/alloc" + ], + "cfg-target-has-atomic": [], + "default": [ + "std" + ], + "futures-sink": [ + "dep:futures-sink" + ], + "sink": [ + "futures-sink" + ], + "std": [ + "alloc", + "futures-core/std" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "futures-concurrency", + "version": "7.3.0", + "id": "futures-concurrency 7.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Structured concurrency operations for async Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "async", + "async_futures", + "html_reports" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.25", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-concurrency", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.3.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "happy_eyeballs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.3.0/examples/happy_eyeballs.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.3.0/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.3.0/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "compare", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.3.0/benches/compare.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-concurrency-7.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Yoshua Wuyts " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/yoshuawuyts/futures-concurrency", + "homepage": null, + "documentation": "https://docs.rs/futures-concurrency", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "futures-core", + "version": "0.3.28", + "id": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "The core traits and types in for the `futures` library.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "cfg-target-has-atomic": [], + "default": [ + "std" + ], + "portable-atomic": [ + "dep:portable-atomic" + ], + "std": [ + "alloc" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "futures-executor", + "version": "0.3.28", + "id": "futures-executor 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Executors for asynchronous tasks based on the futures-rs library.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-task", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-executor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "local_pool", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.28/tests/local_pool.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "thread_notify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.28/benches/thread_notify.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "num_cpus": [ + "dep:num_cpus" + ], + "std": [ + "futures-core/std", + "futures-task/std", + "futures-util/std" + ], + "thread-pool": [ + "std", + "num_cpus" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "futures-io", + "version": "0.3.28", + "id": "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-io", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "futures-lite", + "version": "1.13.0", + "id": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Futures, streams, and async I/O combinators", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "waker-fn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "spin_on", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-lite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "fastrand": [ + "dep:fastrand" + ], + "futures-io": [ + "dep:futures-io" + ], + "memchr": [ + "dep:memchr" + ], + "parking": [ + "dep:parking" + ], + "std": [ + "alloc", + "fastrand", + "futures-io", + "parking", + "memchr", + "waker-fn" + ], + "waker-fn": [ + "dep:waker-fn" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-1.13.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina ", + "Contributors to futures-rs" + ], + "categories": [ + "asynchronous", + "concurrency" + ], + "keywords": [ + "asynchronous", + "futures", + "async" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/futures-lite", + "homepage": "https://github.com/smol-rs/futures-lite", + "documentation": "https://docs.rs/futures-lite", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.40" + }, + { + "name": "futures-macro", + "version": "0.3.28", + "id": "futures-macro 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "The futures-rs procedural macro implementations.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "futures-macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.28/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "futures-sink", + "version": "0.3.28", + "id": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "The asynchronous `Sink` trait for the futures-rs library.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-sink", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "futures-task", + "version": "0.3.28", + "id": "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Tools for working with tasks.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-task", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "cfg-target-has-atomic": [], + "default": [ + "std" + ], + "std": [ + "alloc" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "futures-util", + "version": "0.3.28", + "id": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Common utilities and extension traits for the futures-rs library.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "futures-macro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-sink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-task", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.25", + "kind": null, + "rename": "futures_01", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "futures-util", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bilock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/benches/bilock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "flatten_unordered", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/benches/flatten_unordered.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "futures_unordered", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/benches/futures_unordered.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "select", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/benches/select.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "futures-core/alloc", + "futures-task/alloc" + ], + "async-await": [], + "async-await-macro": [ + "async-await", + "futures-macro" + ], + "bilock": [], + "cfg-target-has-atomic": [], + "channel": [ + "std", + "futures-channel" + ], + "compat": [ + "std", + "futures_01" + ], + "default": [ + "std", + "async-await", + "async-await-macro" + ], + "futures-channel": [ + "dep:futures-channel" + ], + "futures-io": [ + "dep:futures-io" + ], + "futures-macro": [ + "dep:futures-macro" + ], + "futures-sink": [ + "dep:futures-sink" + ], + "futures_01": [ + "dep:futures_01" + ], + "io": [ + "std", + "futures-io", + "memchr" + ], + "io-compat": [ + "io", + "compat", + "tokio-io" + ], + "memchr": [ + "dep:memchr" + ], + "portable-atomic": [ + "futures-core/portable-atomic" + ], + "sink": [ + "futures-sink" + ], + "slab": [ + "dep:slab" + ], + "std": [ + "alloc", + "futures-core/std", + "futures-task/std", + "slab" + ], + "tokio-io": [ + "dep:tokio-io" + ], + "unstable": [ + "futures-core/unstable", + "futures-task/unstable" + ], + "write-all-vectored": [ + "io" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.28/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/futures-rs", + "homepage": "https://rust-lang.github.io/futures-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "fwdansi", + "version": "1.1.0", + "id": "fwdansi 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Forwards a byte string with ANSI escape code to a termcolor terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termcolor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fwdansi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fwdansi-1.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fwdansi-1.1.0/examples/colors.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "run-rustc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fwdansi-1.1.0/examples/run-rustc.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fwdansi-1.1.0/tests/tests.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fwdansi-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "kennytm " + ], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "ansi", + "windows", + "console", + "terminal", + "color" + ], + "readme": null, + "repository": "https://github.com/kennytm/fwdansi", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "fxhash", + "version": "0.2.1", + "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "seahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "fxhash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "fxhash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/fxhash-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "cbreeden " + ], + "categories": [ + "algorithms" + ], + "keywords": [ + "hash" + ], + "readme": "README.md", + "repository": "https://github.com/cbreeden/fxhash", + "homepage": null, + "documentation": "https://docs.rs/fxhash", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gcd", + "version": "2.3.0", + "id": "gcd 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Calculate the greatest common divisor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_chacha", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gcd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gcd-2.3.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "gcd_benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gcd-2.3.0/benches/gcd_benchmark.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gcd-2.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Corey Farwell " + ], + "categories": [ + "algorithms" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/frewsxcv/rust-gcd", + "homepage": null, + "documentation": "https://docs.rs/gcd/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "generator", + "version": "0.7.4", + "id": "generator 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Stackfull Generator Library in Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_System_Memory", + "Win32_Foundation", + "Win32_System_SystemInformation", + "Win32_System_Diagnostics_Debug" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "generator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/cd.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/fib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "get_yield", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/get_yield.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "number", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/number.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pipe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/pipe.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "range", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/range.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "send", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/send.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "yield_from", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/examples/yield_from.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generator-0.7.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Xudong Huang " + ], + "categories": [ + "data-structures", + "algorithms" + ], + "keywords": [ + "generator", + "coroutine", + "green", + "thread", + "fiber" + ], + "readme": "README.md", + "repository": "https://github.com/Xudong-Huang/generator-rs.git", + "homepage": "https://github.com/Xudong-Huang/generator-rs.git", + "documentation": "https://docs.rs/generator", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "generic-array", + "version": "0.14.7", + "id": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Generic types implementing functionality of arrays", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typenum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version_check", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "generic_array", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "more_lengths": [], + "serde": [ + "dep:serde" + ], + "zeroize": [ + "dep:zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.14.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde", + "zeroize" + ] + } + } + }, + "publish": null, + "authors": [ + "Bartłomiej Kamiński ", + "Aaron Trent " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "generic", + "array" + ], + "readme": "README.md", + "repository": "https://github.com/fizyk20/generic-array.git", + "homepage": null, + "documentation": "http://fizyk20.github.io/generic-array/generic_array/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "getrandom", + "version": "0.1.16", + "id": "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A small cross-platform library for retrieving random data from system source", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"wasi\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.64", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.29", + "kind": null, + "rename": "bindgen", + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + }, + { + "name": "stdweb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.18", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "getrandom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "common", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/tests/common.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/benches/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bindgen": [ + "dep:bindgen" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "dummy": [], + "js-sys": [ + "dep:js-sys" + ], + "log": [ + "dep:log" + ], + "rustc-dep-of-std": [ + "compiler_builtins", + "core" + ], + "std": [], + "stdweb": [ + "dep:stdweb" + ], + "test-in-browser": [ + "wasm-bindgen" + ], + "wasm-bindgen": [ + "bindgen", + "js-sys" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.1.16/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [ + "os", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-random/getrandom", + "homepage": null, + "documentation": "https://docs.rs/getrandom", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "getrandom", + "version": "0.2.10", + "id": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A small cross-platform library for retrieving random data from system source", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.62", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))", + "registry": null + }, + { + "name": "wasi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(target_os = \"wasi\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.143", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "getrandom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/tests/custom.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "normal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/tests/normal.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rdrand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/tests/rdrand.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/benches/buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "custom": [], + "js": [ + "wasm-bindgen", + "js-sys" + ], + "js-sys": [ + "dep:js-sys" + ], + "rdrand": [], + "rustc-dep-of-std": [ + "compiler_builtins", + "core", + "libc/rustc-dep-of-std", + "wasi/rustc-dep-of-std" + ], + "std": [], + "test-in-browser": [], + "wasm-bindgen": [ + "dep:wasm-bindgen" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.10/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "custom" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [ + "os", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-random/getrandom", + "homepage": null, + "documentation": "https://docs.rs/getrandom", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gif", + "version": "0.11.4", + "id": "gif 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "GIF de- and encoder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "color_quant", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "weezl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "png", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gif", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "check", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/examples/check.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "explode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/examples/explode.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "check_testimages", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/tests/check_testimages.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "crashtest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/tests/crashtest.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/tests/decode.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stall", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/tests/stall.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "roundtrip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/tests/roundtrip.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/benches/decode.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "rgb_frame", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/benches/rgb_frame.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "raii_no_panic", + "std" + ], + "raii_no_panic": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gif-0.11.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "nwin " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/image-rs/image-gif", + "homepage": "https://github.com/image-rs/image-gif", + "documentation": "https://docs.rs/gif", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gimli", + "version": "0.27.3", + "id": "gimli 0.27.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A library for reading and writing the DWARF debugging format.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fallible-iterator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "stable_deref_trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getopts", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memmap2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.30.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wasm" + ], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-assembler", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typed-arena", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gimli", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.3/examples/simple.rs", + "edition": "2018", + "required-features": [ + "read" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple_line", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.3/examples/simple_line.rs", + "edition": "2018", + "required-features": [ + "read" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dwarfdump", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.3/examples/dwarfdump.rs", + "edition": "2018", + "required-features": [ + "read", + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dwarf-validate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.3/examples/dwarf-validate.rs", + "edition": "2018", + "required-features": [ + "read", + "std" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "dep:alloc" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "read", + "write", + "std", + "fallible-iterator", + "endian-reader" + ], + "endian-reader": [ + "read", + "stable_deref_trait" + ], + "fallible-iterator": [ + "dep:fallible-iterator" + ], + "indexmap": [ + "dep:indexmap" + ], + "read": [ + "read-core" + ], + "read-core": [], + "rustc-dep-of-std": [ + "core", + "alloc", + "compiler_builtins" + ], + "stable_deref_trait": [ + "dep:stable_deref_trait" + ], + "std": [ + "fallible-iterator/std", + "stable_deref_trait/std" + ], + "write": [ + "indexmap" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.27.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "parser-implementations" + ], + "keywords": [ + "DWARF", + "debug", + "ELF", + "eh_frame" + ], + "readme": "./README.md", + "repository": "https://github.com/gimli-rs/gimli", + "homepage": null, + "documentation": "https://docs.rs/gimli", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "git2", + "version": "0.17.2", + "id": "git2 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Bindings to libgit2 for interoperating with git repositories. This library is\nboth threadsafe and memory safe and allows both reading and writing git\nrepositories.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libgit2-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "structopt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.39", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl-probe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(unix, not(target_os = \"macos\")))", + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(unix, not(target_os = \"macos\")))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "git2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "add", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/add.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "blame", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/blame.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cat-file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/cat-file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "clone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/clone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "diff", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/diff.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fetch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/fetch.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "init", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/init.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/log.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ls-remote", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/ls-remote.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pull", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/pull.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rev-list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/rev-list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rev-parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/rev-parse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "status", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/status.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tag", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/examples/tag.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "add_extensions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/tests/add_extensions.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "get_extensions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/tests/get_extensions.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "global_state", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/tests/global_state.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "remove_extensions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/tests/remove_extensions.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "ssh", + "https", + "ssh_key_from_memory" + ], + "https": [ + "libgit2-sys/https", + "openssl-sys", + "openssl-probe" + ], + "openssl-probe": [ + "dep:openssl-probe" + ], + "openssl-sys": [ + "dep:openssl-sys" + ], + "ssh": [ + "libgit2-sys/ssh" + ], + "ssh_key_from_memory": [ + "libgit2-sys/ssh_key_from_memory" + ], + "unstable": [], + "vendored-libgit2": [ + "libgit2-sys/vendored" + ], + "vendored-openssl": [ + "openssl-sys/vendored", + "libgit2-sys/vendored-openssl" + ], + "zlib-ng-compat": [ + "libgit2-sys/zlib-ng-compat" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Josh Triplett ", + "Alex Crichton " + ], + "categories": [ + "api-bindings" + ], + "keywords": [ + "git" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/git2-rs", + "homepage": null, + "documentation": "https://docs.rs/git2", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "git2-curl", + "version": "0.18.0", + "id": "git2-curl 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Backend for an HTTP transport in libgit2 powered by libcurl.\n\nIntended to be used with the git2 crate.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "curl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.33", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "git2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "civet", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "conduit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "conduit-git-http-backend", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "git2-curl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-curl-0.18.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-curl-0.18.0/tests/all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "zlib-ng-compat": [ + "git2/zlib-ng-compat", + "curl/zlib-ng-compat" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-curl-0.18.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Josh Triplett ", + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-lang/git2-rs", + "homepage": null, + "documentation": "https://docs.rs/git2-curl", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gix", + "version": "0.44.1", + "id": "gix 0.44.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Interact with git repositories just like git would", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-actor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-attributes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-credentials", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-date", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-diff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-discover", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "progress", + "once_cell" + ], + "target": null, + "registry": null + }, + { + "name": "gix-fs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hashtable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-ignore", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-index", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-mailmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-odb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.45.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-pack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.35.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "object-cache-dynamic" + ], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-prompt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-protocol", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.32.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-ref", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-refspec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-revision", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-sec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "signals" + ], + "target": null, + "registry": null + }, + { + "name": "gix-transport", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.31.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-traverse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-validate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-worktree", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.14.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "prodash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^23.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "progress-tree" + ], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.13", + "kind": null, + "rename": "reqwest-for-configuration-only", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "is_ci", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-normalization", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(target_vendor = \"apple\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-0.44.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "clone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-0.44.1/examples/clone.rs", + "edition": "2021", + "required-features": [ + "blocking-network-client" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "git", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-0.44.1/tests/git.rs", + "edition": "2021", + "required-features": [], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "git-with-regex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-0.44.1/tests/git-with-regex.rs", + "edition": "2021", + "required-features": [ + "regex" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "async-network-client": [ + "gix-protocol/async-client" + ], + "async-network-client-async-std": [ + "async-std", + "async-network-client", + "gix-transport/async-std" + ], + "async-std": [ + "dep:async-std" + ], + "blocking-http-transport-curl": [ + "blocking-network-client", + "gix-transport/http-client-curl" + ], + "blocking-http-transport-reqwest": [ + "blocking-network-client", + "gix-transport/http-client-reqwest" + ], + "blocking-http-transport-reqwest-native-tls": [ + "blocking-http-transport-reqwest", + "reqwest-for-configuration-only/default-tls" + ], + "blocking-http-transport-reqwest-rust-tls": [ + "blocking-http-transport-reqwest", + "reqwest-for-configuration-only/rustls-tls", + "reqwest-for-configuration-only/trust-dns" + ], + "blocking-network-client": [ + "gix-protocol/blocking-client" + ], + "cache-efficiency-debug": [ + "gix-features/cache-efficiency-debug" + ], + "comfort": [ + "gix-features/progress-unit-bytes", + "gix-features/progress-unit-human-numbers" + ], + "default": [ + "max-performance-safe", + "comfort" + ], + "document-features": [ + "dep:document-features" + ], + "fast-sha1": [ + "gix-features/fast-sha1" + ], + "gix-protocol": [ + "dep:gix-protocol" + ], + "gix-transport": [ + "dep:gix-transport" + ], + "hp-tempfile-registry": [ + "gix-tempfile/hp-hashmap" + ], + "max-performance": [ + "max-performance-safe", + "gix-features/zlib-ng", + "fast-sha1" + ], + "max-performance-safe": [ + "gix-features/parallel", + "pack-cache-lru-static", + "pack-cache-lru-dynamic", + "gix-features/fs-walkdir-parallel" + ], + "pack-cache-lru-dynamic": [ + "gix-pack/pack-cache-lru-dynamic" + ], + "pack-cache-lru-static": [ + "gix-pack/pack-cache-lru-static" + ], + "prodash": [ + "dep:prodash" + ], + "progress-tree": [ + "prodash/progress-tree" + ], + "regex": [ + "dep:regex" + ], + "reqwest-for-configuration-only": [ + "dep:reqwest-for-configuration-only" + ], + "serde": [ + "dep:serde", + "gix-pack/serde", + "gix-object/serde", + "gix-protocol?/serde", + "gix-transport?/serde", + "gix-ref/serde", + "gix-odb/serde", + "gix-index/serde", + "gix-mailmap/serde", + "gix-url/serde", + "gix-attributes/serde", + "gix-ignore/serde", + "gix-revision/serde", + "gix-worktree/serde", + "gix-credentials/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-0.44.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "document-features", + "max-performance", + "blocking-network-client", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-actor", + "version": "0.20.0", + "id": "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A way to identify git actors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "btoi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-date", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-actor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-actor-0.20.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "gix-features": [ + "dep:gix-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-date/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-actor-0.20.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-attributes", + "version": "0.12.0", + "id": "gix-attributes 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project dealing .gitattributes files", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "kstring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-bom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-attributes-0.12.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-glob/serde", + "kstring/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-attributes-0.12.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-bitmap", + "version": "0.2.7", + "id": "gix-bitmap 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate of the gitoxide project dedicated implementing the standard git bitmap format", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-bitmap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-bitmap-0.2.7/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-bitmap-0.2.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-chunk", + "version": "0.4.4", + "id": "gix-chunk 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Interact with the git chunk file format used in multi-pack index and commit-graph files", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.34", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-chunk", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-chunk-0.4.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-chunk-0.4.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": "https://github.com/git/git/blob/seen/Documentation/technical/chunk-format.txt", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-command", + "version": "0.2.9", + "id": "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate of the gitoxide project handling internal git command execution", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-command", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-command-0.2.9/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "command", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-command-0.2.9/tests/command.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-command-0.2.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-config", + "version": "0.22.0", + "id": "gix-config 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A gix-config file parser and editor from the gitoxide project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-config-value", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-ref", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-sec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.14.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-bom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-config", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-config-0.22.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "large_config_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-config-0.22.0/./benches/large_config_file.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-sec/serde", + "gix-ref/serde", + "gix-glob/serde", + "gix-config-value/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-config-0.22.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Edward Shen " + ], + "categories": [ + "config", + "parser-implementations" + ], + "keywords": [ + "gix-config", + "git", + "config", + "gitoxide" + ], + "readme": "README.md", + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-config-value", + "version": "0.12.5", + "id": "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate of the gitoxide project providing gix-config value parsing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-config-value", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-config-value-0.12.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "value", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-config-value-0.12.5/tests/value/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-config-value-0.12.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-credentials", + "version": "0.14.0", + "id": "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project to interact with git credentials helpers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-command", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-config-value", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-prompt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-sec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-credentials", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-credentials-0.14.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom-helper", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-credentials-0.14.0/examples/custom-helper.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "git-credential-lite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-credentials-0.14.0/examples/git-credential-lite.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "invoke-git-credential", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-credentials-0.14.0/examples/invoke-git-credential.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "credentials", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-credentials-0.14.0/tests/credentials.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-sec/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-credentials-0.14.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-date", + "version": "0.5.1", + "id": "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project parsing dates the way git does", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "local-offset", + "formatting", + "macros", + "parsing" + ], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-date", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-date-0.5.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-date-0.5.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-diff", + "version": "0.29.0", + "id": "gix-diff 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Calculate differences between various git objects", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "js" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "imara-diff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-diff", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-diff-0.29.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde", + "gix-hash/serde", + "gix-object/serde" + ], + "wasm": [ + "dep:getrandom" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-diff-0.29.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-discover", + "version": "0.18.1", + "id": "gix-discover 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Discover git repositories and check if a directory is a git repository", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-ref", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-sec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is_ci", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(unix, windows))", + "registry": null + }, + { + "name": "defer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"macos\")", + "registry": null + }, + { + "name": "dunce", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-discover", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-discover-0.18.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-discover-0.18.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-features", + "version": "0.29.0", + "id": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A crate to integrate various capabilities using compile-time feature flags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytesize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc32fast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "jwalk", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "prodash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^23.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1_smol", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "asm" + ], + "target": "cfg(all(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"), not(target_env = \"msvc\")))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.119", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-features", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-features-0.29.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-features-0.29.0/tests/hash.rs", + "edition": "2018", + "required-features": [ + "rustsha1" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parallel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-features-0.29.0/tests/parallel_threaded.rs", + "edition": "2018", + "required-features": [ + "parallel", + "rustsha1" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multi-threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-features-0.29.0/tests/parallel_shared_threaded.rs", + "edition": "2018", + "required-features": [ + "parallel", + "rustsha1" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "single-threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-features-0.29.0/tests/parallel_shared.rs", + "edition": "2018", + "required-features": [ + "rustsha1" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "pipe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-features-0.29.0/tests/pipe.rs", + "edition": "2018", + "required-features": [ + "io-pipe" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "cache-efficiency-debug": [], + "crc32": [ + "dep:crc32fast" + ], + "default": [], + "document-features": [ + "dep:document-features" + ], + "fast-sha1": [ + "dep:sha1" + ], + "fs-walkdir-parallel": [ + "dep:jwalk" + ], + "io-pipe": [ + "dep:bytes" + ], + "once_cell": [ + "dep:once_cell" + ], + "parallel": [ + "dep:crossbeam-channel", + "dep:parking_lot" + ], + "progress": [ + "dep:prodash" + ], + "progress-unit-bytes": [ + "dep:bytesize", + "prodash?/unit-bytes" + ], + "progress-unit-human-numbers": [ + "prodash?/unit-human" + ], + "rustsha1": [ + "dep:sha1_smol" + ], + "walkdir": [ + "dep:walkdir" + ], + "zlib": [ + "dep:flate2", + "flate2?/rust_backend", + "dep:thiserror" + ], + "zlib-ng": [ + "zlib", + "flate2?/zlib-ng" + ], + "zlib-ng-compat": [ + "zlib", + "flate2?/zlib-ng-compat" + ], + "zlib-rust-backend": [ + "zlib", + "flate2?/rust_backend" + ], + "zlib-stock": [ + "zlib", + "flate2?/zlib" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-features-0.29.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-fs", + "version": "0.1.1", + "id": "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A crate providing file system specific utilities to `gitoxide`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-fs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-fs-0.1.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-fs-0.1.1/tests/fs.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-fs-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-glob", + "version": "0.7.0", + "id": "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project dealing with pattern matching", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-glob", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-glob-0.7.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "glob", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-glob-0.7.0/tests/glob.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "bitflags/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-glob-0.7.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-hash", + "version": "0.11.4", + "id": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Borrowed and owned git hash digests used to identify git objects", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.33", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-hash-0.11.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-hash-0.11.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-hashtable", + "version": "0.2.4", + "id": "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate that provides hashtable based data structures optimized to utilize ObjectId keys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hashbrown", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "inline-more", + "raw" + ], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-hashtable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-hashtable-0.2.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-hashtable-0.2.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Pascal Kuthe " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-ignore", + "version": "0.2.0", + "id": "gix-ignore 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project dealing .gitignore files", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "unicode-bom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-ignore", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-ignore-0.2.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-glob/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-ignore-0.2.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-index", + "version": "0.16.1", + "id": "gix-index 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A work-in-progress crate of the gitoxide project dedicated implementing the git index file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "btoi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "filetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-bitmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rustsha1", + "progress" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-traverse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memmap2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-index", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-index-0.16.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "smallvec/serde", + "gix-hash/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-index-0.16.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "document-features", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-lock", + "version": "5.0.1", + "id": "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A git-style lock-file implementation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gix-tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-lock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-lock-5.0.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-lock-5.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-mailmap", + "version": "0.12.0", + "id": "gix-mailmap 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project for parsing mailmap files", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-actor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-mailmap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-mailmap-0.12.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mailmap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-mailmap-0.12.0/tests/mailmap.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-actor/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-mailmap-0.12.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-object", + "version": "0.29.2", + "id": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Immutable and mutable git objects with decoding and encoding support", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "btoi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-actor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rustsha1" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-validate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "write" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.34", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-object", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-object-0.29.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "smallvec/serde", + "gix-hash/serde", + "gix-actor/serde" + ], + "verbose-object-parsing-errors": [ + "nom/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-object-0.29.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-odb", + "version": "0.45.0", + "id": "gix-odb 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Implements various git object databases", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arc-swap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rustsha1", + "walkdir", + "zlib", + "crc32" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-pack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.35.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "filetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.15", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maplit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-odb", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-odb-0.45.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multi-threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-odb-0.45.0/tests/odb-multi-threaded.rs", + "edition": "2021", + "required-features": [ + "internal-testing-gix-features-parallel" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "single-threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-odb-0.45.0/tests/odb-single-threaded.rs", + "edition": "2021", + "required-features": [], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "internal-testing-gix-features-parallel": [ + "gix-features/parallel" + ], + "serde": [ + "dep:serde", + "gix-hash/serde", + "gix-object/serde", + "gix-pack/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-odb-0.45.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "document-features", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-pack", + "version": "0.35.0", + "id": "gix-pack 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Implements git packs and related data structures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "clru", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-chunk", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-diff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "crc32", + "rustsha1", + "progress", + "zlib" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hashtable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-traverse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memmap2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uluru", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-pack", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-pack-0.35.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "object-cache-dynamic": [ + "dep:clru" + ], + "pack-cache-lru-dynamic": [ + "dep:clru" + ], + "pack-cache-lru-static": [ + "dep:uluru" + ], + "serde": [ + "dep:serde", + "gix-object/serde" + ], + "wasm": [ + "gix-diff/wasm" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-pack-0.35.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features", + "pack-cache-lru-dynamic", + "object-cache-dynamic", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-packetline", + "version": "0.16.5", + "id": "gix-packetline 0.16.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate of the gitoxide project implementing the pkt-line serialization format", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "faster-hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std", + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.34", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "maybe-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-packetline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-packetline-0.16.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async-packetline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-packetline-0.16.5/tests/async-packetline.rs", + "edition": "2021", + "required-features": [ + "async-io" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "blocking-packetline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-packetline-0.16.5/tests/blocking-packetline.rs", + "edition": "2021", + "required-features": [ + "blocking-io", + "maybe-async/is_sync" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "async-io": [ + "futures-io", + "futures-lite", + "pin-project-lite" + ], + "blocking-io": [], + "default": [], + "document-features": [ + "dep:document-features" + ], + "futures-io": [ + "dep:futures-io" + ], + "futures-lite": [ + "dep:futures-lite" + ], + "pin-project-lite": [ + "dep:pin-project-lite" + ], + "serde": [ + "dep:serde", + "bstr/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-packetline-0.16.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "document-features", + "blocking-io", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-path", + "version": "0.8.4", + "id": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project dealing paths and their conversions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "gix-trace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.17.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "home", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_family = \"wasm\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-path-0.8.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-path-0.8.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-prompt", + "version": "0.5.5", + "id": "gix-prompt 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate of the gitoxide project for handling prompts in the terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gix-command", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-config-value", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "expectrl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.38.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "termios" + ], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-prompt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-prompt-0.5.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-prompt-0.5.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-protocol", + "version": "0.32.0", + "id": "gix-protocol 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project for implementing git protocols", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.51", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "btoi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-credentials", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "progress" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-transport", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.31.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maybe-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "gix-packetline", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-protocol", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-protocol-0.32.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "blocking-client-protocol", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-protocol-0.32.0/tests/blocking-protocol.rs", + "edition": "2021", + "required-features": [ + "blocking-client" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async-client-protocol", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-protocol-0.32.0/tests/async-protocol.rs", + "edition": "2021", + "required-features": [ + "async-client" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "async-client": [ + "gix-transport/async-client", + "async-trait", + "futures-io", + "futures-lite" + ], + "async-trait": [ + "dep:async-trait" + ], + "blocking-client": [ + "gix-transport/blocking-client", + "maybe-async/is_sync" + ], + "document-features": [ + "dep:document-features" + ], + "futures-io": [ + "dep:futures-io" + ], + "futures-lite": [ + "dep:futures-lite" + ], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-transport/serde", + "gix-hash/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-protocol-0.32.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "blocking-client", + "document-features", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-quote", + "version": "0.4.7", + "id": "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate of the gitoxide project dealing with various quotations used by git", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "btoi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-quote", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-quote-0.4.7/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quote", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-quote-0.4.7/tests/quote.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-quote-0.4.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-ref", + "version": "0.29.1", + "id": "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A crate to handle git references", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-actor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "walkdir" + ], + "target": null, + "registry": null + }, + { + "name": "gix-fs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-validate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memmap2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.34", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-ref", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-ref-0.29.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "gix-hash/serde", + "gix-actor/serde", + "gix-object/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-ref-0.29.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "document-features", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-refspec", + "version": "0.10.1", + "id": "gix-refspec 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project for parsing and representing refspecs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-revision", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-validate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-refspec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-refspec-0.10.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-refspec-0.10.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-revision", + "version": "0.13.0", + "id": "gix-revision 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project dealing with finding names for revisions and parsing specifications", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-date", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hashtable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-revision", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-revision-0.13.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "gix-hash/serde", + "gix-object/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-revision-0.13.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-sec", + "version": "0.8.4", + "id": "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project providing a shared trust model", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std", + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.123", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Security_Authorization", + "Win32_Storage_FileSystem", + "Win32_System_Memory", + "Win32_System_Threading" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-sec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-sec-0.8.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bitflags/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-sec-0.8.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-tempfile", + "version": "5.0.3", + "id": "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A tempfile implementation with a global registry to assure cleanup", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "dashmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-fs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "race", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook-registry", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.98", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(not(windows))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-tempfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-tempfile-5.0.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "delete-tempfiles-on-sigterm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-tempfile-5.0.3/examples/delete-tempfiles-on-sigterm.rs", + "edition": "2021", + "required-features": [ + "signals" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "delete-tempfiles-on-sigterm-interactive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-tempfile-5.0.3/examples/delete-tempfiles-on-sigterm-interactive.rs", + "edition": "2021", + "required-features": [ + "signals" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "try-deadlock-on-cleanup", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-tempfile-5.0.3/examples/try-deadlock-on-cleanup.rs", + "edition": "2021", + "required-features": [ + "signals" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "hp-hashmap" + ], + "document-features": [ + "dep:document-features" + ], + "hp-hashmap": [ + "dep:dashmap" + ], + "signals": [ + "dep:signal-hook", + "dep:signal-hook-registry" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-tempfile-5.0.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-trace", + "version": "0.1.3", + "id": "gix-trace 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate to provide minimal `tracing` support that can be turned off to zero cost", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.31", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-trace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-trace-0.1.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "trace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-trace-0.1.3/tests/trace.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "document-features": [ + "dep:document-features" + ], + "tracing": [ + "dep:tracing-core" + ], + "tracing-detail": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-trace-0.1.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-transport", + "version": "0.31.0", + "id": "gix-transport 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project dedicated to implementing the git transport layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.51", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "curl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-command", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-credentials", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-packetline", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-sec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "blocking" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std", + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "blocking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maybe-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-transport", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-transport-0.31.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "blocking-transport", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-transport-0.31.0/tests/blocking-transport.rs", + "edition": "2021", + "required-features": [ + "blocking-client", + "maybe-async/is_sync" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "blocking-transport-http-only", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-transport-0.31.0/tests/blocking-transport-http.rs", + "edition": "2021", + "required-features": [ + "http-client-curl", + "maybe-async/is_sync" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async-transport", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-transport-0.31.0/tests/async-transport.rs", + "edition": "2021", + "required-features": [ + "async-client" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "async-client": [ + "gix-packetline/async-io", + "async-trait", + "futures-lite", + "futures-io", + "pin-project-lite" + ], + "async-std": [ + "dep:async-std" + ], + "async-trait": [ + "dep:async-trait" + ], + "base64": [ + "dep:base64" + ], + "blocking-client": [ + "gix-packetline/blocking-io" + ], + "curl": [ + "dep:curl" + ], + "default": [], + "document-features": [ + "dep:document-features" + ], + "futures-io": [ + "dep:futures-io" + ], + "futures-lite": [ + "dep:futures-lite" + ], + "gix-credentials": [ + "dep:gix-credentials" + ], + "http-client": [ + "base64", + "gix-features/io-pipe", + "blocking-client", + "gix-credentials" + ], + "http-client-curl": [ + "curl", + "http-client" + ], + "http-client-reqwest": [ + "reqwest", + "http-client" + ], + "pin-project-lite": [ + "dep:pin-project-lite" + ], + "reqwest": [ + "dep:reqwest" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-transport-0.31.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "http-client-curl", + "document-features", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-traverse", + "version": "0.25.0", + "id": "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hashtable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-traverse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-traverse-0.25.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-traverse-0.25.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-url", + "version": "0.18.0", + "id": "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project implementing parsing and serialization of gix-url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "home", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std", + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-url", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-url-0.18.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "serde": [ + "dep:serde", + "bstr/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-url-0.18.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "document-features" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gix-utils", + "version": "0.1.5", + "id": "gix-utils 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A crate with `gitoxide` utilities that don't need feature toggles", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-utils-0.1.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-utils-0.1.5/tests/utils.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-utils-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-validate", + "version": "0.7.7", + "id": "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Validation functions for various kinds of names in git", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.34", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-validate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-validate-0.7.7/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-validate-0.7.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "gix-worktree", + "version": "0.17.1", + "id": "gix-worktree 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A WIP crate of the gitoxide project dedicated implementing everything around working trees and git excludes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "filetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-attributes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-fs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-ignore", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-index", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-object", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "io-close", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.114", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "symlink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gix-worktree", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-worktree-0.17.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multi-threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-worktree-0.17.1/tests/worktree-multi-threaded.rs", + "edition": "2021", + "required-features": [ + "internal-testing-gix-features-parallel" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "single-threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-worktree-0.17.1/tests/worktree-single-threaded.rs", + "edition": "2021", + "required-features": [ + "internal-testing-to-avoid-being-run-by-cargo-test-all" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "document-features": [ + "dep:document-features" + ], + "internal-testing-gix-features-parallel": [ + "gix-features/parallel" + ], + "internal-testing-to-avoid-being-run-by-cargo-test-all": [], + "serde": [ + "dep:serde", + "bstr/serde", + "gix-index/serde", + "gix-hash/serde", + "gix-object/serde", + "gix-attributes/serde", + "gix-ignore/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gix-worktree-0.17.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "document-features", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Byron/gitoxide", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "glob", + "version": "0.3.1", + "id": "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Support for matching file paths against Unix shell style patterns.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "glob", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "glob-std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/tests/glob-std.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "filesystem" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/glob", + "homepage": "https://github.com/rust-lang/glob", + "documentation": "https://docs.rs/glob/0.3.1", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "globset", + "version": "0.4.13", + "id": "globset 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense OR MIT", + "license_file": null, + "description": "Cross platform single glob and glob set matching. Glob set matching is the\nprocess of matching one or more glob patterns against a single candidate path\nsimultaneously, and returning all of the globs that matched.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "aho-corasick", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "perf", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.104", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.45", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "globset", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "log" + ], + "log": [ + "dep:log" + ], + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ], + "simd-accel": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.13/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "keywords": [ + "regex", + "glob", + "multiple", + "set", + "pattern" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset", + "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset", + "documentation": "https://docs.rs/globset", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo", + "version": "0.9.0", + "id": "gloo 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A modular toolkit for Rust and WebAssembly", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gloo-console", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-dialogs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-events", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-history", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-net", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-render", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-storage", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-timers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-worker", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-0.9.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "console": [ + "gloo-console" + ], + "default": [ + "timers", + "events", + "file", + "dialogs", + "storage", + "render", + "console", + "utils", + "history", + "worker", + "net" + ], + "dialogs": [ + "gloo-dialogs" + ], + "events": [ + "gloo-events" + ], + "file": [ + "gloo-file" + ], + "futures": [ + "timers", + "file", + "worker", + "gloo-timers/futures", + "gloo-file/futures", + "gloo-worker/futures" + ], + "gloo-console": [ + "dep:gloo-console" + ], + "gloo-dialogs": [ + "dep:gloo-dialogs" + ], + "gloo-events": [ + "dep:gloo-events" + ], + "gloo-file": [ + "dep:gloo-file" + ], + "gloo-history": [ + "dep:gloo-history" + ], + "gloo-net": [ + "dep:gloo-net" + ], + "gloo-render": [ + "dep:gloo-render" + ], + "gloo-storage": [ + "dep:gloo-storage" + ], + "gloo-timers": [ + "dep:gloo-timers" + ], + "gloo-utils": [ + "dep:gloo-utils" + ], + "gloo-worker": [ + "dep:gloo-worker" + ], + "history": [ + "gloo-history" + ], + "net": [ + "gloo-net" + ], + "render": [ + "gloo-render" + ], + "storage": [ + "gloo-storage" + ], + "timers": [ + "gloo-timers" + ], + "utils": [ + "gloo-utils" + ], + "worker": [ + "gloo-worker" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-0.9.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "docsrs" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo", + "homepage": "https://gloo-rs.web.app/", + "documentation": "https://docs.rs/gloo/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-console", + "version": "0.2.3", + "id": "gloo-console 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with browser's console", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gloo-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "console", + "Document" + ], + "target": null, + "registry": null + }, + { + "name": "gloo-timers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-console", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-console-0.2.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "web", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-console-0.2.3/tests/web.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-console-0.2.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "development-tools::profiling", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/console", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": "https://docs.rs/gloo-console/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-dialogs", + "version": "0.1.1", + "id": "gloo-dialogs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with dialogs in browser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Window" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-dialogs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-dialogs-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-dialogs-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "asynchronous", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/dialogs", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-events", + "version": "0.1.2", + "id": "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with DOM event listeners", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Event", + "EventTarget", + "AddEventListenerOptions" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "HtmlElement", + "Window", + "Document", + "Element", + "MouseEvent", + "ProgressEvent" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-events", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-events-0.1.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "web", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-events-0.1.2/tests/web.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-events-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "asynchronous", + "web-programming", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/events", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-file", + "version": "0.2.3", + "id": "gloo-file 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with JavaScript files and blobs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-events", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Blob", + "File", + "FileList", + "FileReader", + "HtmlInputElement", + "BlobPropertyBag", + "FilePropertyBag", + "DomException", + "Url" + ], + "target": null, + "registry": null + }, + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wasmbind" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": "futures_rs", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Window", + "Response" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-file-0.2.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "web", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-file-0.2.3/tests/web.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "futures": [ + "futures-channel" + ], + "futures-channel": [ + "dep:futures-channel" + ], + "mime": [ + "dep:mime" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-file-0.2.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "futures" + ] + } + } + }, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "asynchronous", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/file", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-history", + "version": "0.1.5", + "id": "gloo-history 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Universal Session History", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gloo-events", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde-wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_urlencoded", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "History", + "Window", + "Location", + "Url" + ], + "target": null, + "registry": null + }, + { + "name": "gloo-timers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "futures" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-history", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "browser_history", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/tests/browser_history.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "browser_history_feat_serialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/tests/browser_history_feat_serialize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hash_history", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/tests/hash_history.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hash_history_feat_serialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/tests/hash_history_feat_serialize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "memory_history", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/tests/memory_history.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "memory_history_feat_serialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/tests/memory_history_feat_serialize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/tests/utils.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "query" + ], + "query": [ + "thiserror", + "serde_urlencoded" + ], + "serde_urlencoded": [ + "dep:serde_urlencoded" + ], + "thiserror": [ + "dep:thiserror" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-history-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "history", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/history", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-net", + "version": "0.3.1", + "id": "gloo-net 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "HTTP requests library for WASM Apps", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-sink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-net", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-net-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "http", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-net-0.3.1/tests/http.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "query", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-net-0.3.1/tests/query.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "json", + "websocket", + "http", + "eventsource" + ], + "eventsource": [ + "futures-channel", + "futures-core", + "pin-project", + "web-sys/Event", + "web-sys/EventTarget", + "web-sys/EventSource", + "web-sys/MessageEvent" + ], + "futures-channel": [ + "dep:futures-channel" + ], + "futures-core": [ + "dep:futures-core" + ], + "futures-sink": [ + "dep:futures-sink" + ], + "http": [ + "web-sys/Headers", + "web-sys/UrlSearchParams", + "web-sys/Url", + "web-sys/Request", + "web-sys/RequestInit", + "web-sys/RequestMode", + "web-sys/Response", + "web-sys/ResponseInit", + "web-sys/ResponseType", + "web-sys/Window", + "web-sys/RequestCache", + "web-sys/RequestCredentials", + "web-sys/ObserverCallback", + "web-sys/RequestRedirect", + "web-sys/ReferrerPolicy", + "web-sys/AbortSignal", + "web-sys/ReadableStream", + "web-sys/Blob", + "web-sys/FormData", + "web-sys/WorkerGlobalScope" + ], + "json": [ + "serde", + "serde_json", + "gloo-utils/serde" + ], + "pin-project": [ + "dep:pin-project" + ], + "serde": [ + "dep:serde" + ], + "serde_json": [ + "dep:serde_json" + ], + "websocket": [ + "web-sys/WebSocket", + "web-sys/AddEventListenerOptions", + "web-sys/ErrorEvent", + "web-sys/FileReader", + "web-sys/MessageEvent", + "web-sys/ProgressEvent", + "web-sys/CloseEvent", + "web-sys/CloseEventInit", + "web-sys/BinaryType", + "web-sys/Blob", + "futures-channel", + "futures-core", + "futures-sink", + "pin-project" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-net-0.3.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group", + "Muhammad Hamza " + ], + "categories": [ + "wasm", + "web-programming::http-client", + "api-bindings" + ], + "keywords": [ + "requests", + "http", + "wasm", + "websockets" + ], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-render", + "version": "0.1.1", + "id": "gloo-render 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with browser's requestAnimationFrame", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Window" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-render", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-render-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-render-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "storage", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/storage", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-storage", + "version": "0.2.2", + "id": "gloo-storage 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with local and session storage in browser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "gloo-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Storage", + "Window" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-storage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-storage-0.2.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "local_storage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-storage-0.2.2/tests/local_storage.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "session_storage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-storage-0.2.2/tests/session_storage.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-storage-0.2.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "storage", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/storage", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-timers", + "version": "0.2.6", + "id": "gloo-timers 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with JavaScript timers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-timers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-timers-0.2.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "node", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-timers-0.2.6/tests/node.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "web", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-timers-0.2.6/tests/web.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "futures": [ + "futures-core", + "futures-channel" + ], + "futures-channel": [ + "dep:futures-channel" + ], + "futures-core": [ + "dep:futures-core" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-timers-0.2.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "futures" + ] + } + } + }, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "asynchronous", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/timers", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-utils", + "version": "0.1.7", + "id": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Convenience crate for common `web_sys` features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Document", + "History", + "HtmlElement", + "Location", + "Window", + "HtmlHeadElement", + "Element" + ], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-utils-0.1.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-utils-0.1.7/tests/serde.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "serde" + ], + "serde": [ + "dep:serde", + "dep:serde_json" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-utils-0.1.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/utils", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-utils", + "version": "0.2.0", + "id": "gloo-utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convenience crate for common `web_sys` features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Document", + "History", + "HtmlElement", + "Location", + "Window", + "HtmlHeadElement", + "Element" + ], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-utils-0.2.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-utils-0.2.0/tests/serde.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "serde" + ], + "serde": [ + "dep:serde", + "dep:serde_json" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-utils-0.2.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/utils", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "gloo-worker", + "version": "0.3.0", + "id": "gloo-worker 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with Web Workers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "gloo-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gloo-worker-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pinned", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Blob", + "BlobPropertyBag", + "DedicatedWorkerGlobalScope", + "MessageEvent", + "Url", + "Worker", + "WorkerOptions" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gloo-worker", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-worker-0.3.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "futures": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-worker-0.3.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "asynchronous", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/worker", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gloo-worker-macros", + "version": "0.1.0", + "id": "gloo-worker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convenience crate for working with Web Workers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro-crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.47", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "gloo-worker-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-worker-macros-0.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "oneshot", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-worker-macros-0.1.0/tests/oneshot.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "reactor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-worker-macros-0.1.0/tests/reactor.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gloo-worker-macros-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust and WebAssembly Working Group" + ], + "categories": [ + "api-bindings", + "asynchronous", + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/gloo/tree/master/crates/worker", + "homepage": "https://github.com/rustwasm/gloo", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "gpt", + "version": "3.1.0", + "id": "gpt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A pure-Rust library to work with GPT partition tables.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v4" + ], + "target": null, + "registry": null + }, + { + "name": "simplelog", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "gpt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gpt-3.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "inspect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gpt-3.1.0/examples/inspect.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "gpt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gpt-3.1.0/tests/gpt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mbr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gpt-3.1.0/tests/mbr.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gpt-3.1.0/tests/test.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/gpt-3.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Chris Ober ", + "Chris Holcombe ", + "Luca Bruno " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": null, + "homepage": "https://github.com/Quyzi/gpt", + "documentation": "https://docs.rs/gpt", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "group", + "version": "0.13.0", + "id": "group 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Elliptic curve group traits and utilities", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memuse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "group", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "alloc" + ], + "memuse": [ + "dep:memuse" + ], + "rand": [ + "dep:rand" + ], + "rand_xorshift": [ + "dep:rand_xorshift" + ], + "tests": [ + "alloc", + "rand", + "rand_xorshift" + ], + "wnaf-memuse": [ + "alloc", + "memuse" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/group-0.13.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean Bowe ", + "Jack Grigg " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/zkcrypto/group", + "homepage": "https://github.com/zkcrypto/group", + "documentation": "https://docs.rs/group/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "guppy", + "version": "0.17.1", + "id": "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Track and query Cargo dependency graphs.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo_metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "debug-ignore", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fixedbitset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "guppy-summaries", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "guppy-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nested", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pathdiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "camino" + ], + "target": null, + "registry": null + }, + { + "name": "petgraph", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.104", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "target-spec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.11", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "preserve_order" + ], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "guppy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "deps", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/examples/deps.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "print_by_level", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/examples/print_by_level.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "print_dot", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/examples/print_dot.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "remove_dev_only", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/examples/remove_dev_only.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "topo_sort", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/examples/topo_sort.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "graph-tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/tests/graph-tests/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "guppy-summaries": [ + "dep:guppy-summaries" + ], + "proptest": [ + "dep:proptest" + ], + "proptest-derive": [ + "dep:proptest-derive" + ], + "proptest1": [ + "proptest", + "proptest-derive", + "target-spec/proptest1" + ], + "rayon": [ + "dep:rayon" + ], + "rayon1": [ + "rayon" + ], + "summaries": [ + "guppy-summaries", + "target-spec/summaries", + "toml" + ], + "toml": [ + "dep:toml" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg=doc_cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "Rain ", + "Brandon Williams " + ], + "categories": [ + "config", + "data-structures", + "development-tools", + "parser-implementations" + ], + "keywords": [ + "cargo", + "dependencies", + "graph", + "guppy" + ], + "readme": "README.md", + "repository": "https://github.com/guppy-rs/guppy", + "homepage": null, + "documentation": "https://docs.rs/guppy", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "guppy-workspace-hack", + "version": "0.1.0", + "id": "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "workspace-hack package, managed by hakari", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "guppy-workspace-hack", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/facebookincubator/cargo-guppy", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "h2", + "version": "0.3.20", + "id": "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "An HTTP/2 client and server", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-sink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "io-util" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "codec" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rt-multi-thread", + "macros", + "sync", + "net" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "h2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.20/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "akamai", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.20/examples/akamai.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.20/examples/client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.20/examples/server.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "stream": [], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.20/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "stream" + ] + } + } + }, + "publish": null, + "authors": [ + "Carl Lerche ", + "Sean McArthur " + ], + "categories": [ + "asynchronous", + "web-programming", + "network-programming" + ], + "keywords": [ + "http", + "async", + "non-blocking" + ], + "readme": "README.md", + "repository": "https://github.com/hyperium/h2", + "homepage": null, + "documentation": "https://docs.rs/h2", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "hal-core", + "version": "0.1.0", + "id": "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": "MIT", + "license_file": null, + "description": null, + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "embedded-graphics-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-util", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hal-core", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/hal-core/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "embedded-graphics-core": [ + "dep:embedded-graphics-core" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/hal-core/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Eliza Weisman ", + "iximeow " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hal-x86_64", + "version": "0.1.0", + "id": "hal-x86_64 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": "MIT", + "license_file": null, + "description": null, + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "acpi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hal-core", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-trace", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-util", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycotest", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "raw-cpuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^10.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "volatile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unstable" + ], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hal-x86_64", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/hal-x86_64/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "alloc" + ], + "log": [ + "tracing/log" + ], + "rand_core": [ + "dep:rand_core" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/hal-x86_64/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Eliza Weisman ", + "iximeow " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hash32", + "version": "0.2.1", + "id": "hash32 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "32-bit hashing machinery", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hash32-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hash32", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/examples/derive.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "no-std" + ], + "keywords": [ + "32-bit", + "hash", + "fnv", + "murmur3" + ], + "readme": "README.md", + "repository": "https://github.com/japaric/hash32", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hash32", + "version": "0.3.1", + "id": "hash32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "32-bit hashing algorithms", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hash32", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/examples/derive.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hash32-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "no-std" + ], + "keywords": [ + "32-bit", + "hash", + "fnv", + "murmur3" + ], + "readme": "README.md", + "repository": "https://github.com/japaric/hash32", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hashbrown", + "version": "0.12.3", + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A Rust port of Google's SwissTable hash map", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bumpalo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hashbrown", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hasher", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/hasher.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rayon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/rayon.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/serde.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/tests/set.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "insert_unique_unchecked", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/benches/insert_unique_unchecked.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "ahash": [ + "dep:ahash" + ], + "ahash-compile-time-rng": [ + "ahash/compile-time-rng" + ], + "alloc": [ + "dep:alloc" + ], + "bumpalo": [ + "dep:bumpalo" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "ahash", + "inline-more" + ], + "inline-more": [], + "nightly": [], + "raw": [], + "rayon": [ + "dep:rayon" + ], + "rustc-dep-of-std": [ + "nightly", + "core", + "compiler_builtins", + "alloc", + "rustc-internal-api" + ], + "rustc-internal-api": [], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.12.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "nightly", + "rayon", + "serde", + "raw" + ] + } + } + }, + "publish": null, + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "hash", + "no_std", + "hashmap", + "swisstable" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/hashbrown", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "hashbrown", + "version": "0.14.0", + "id": "hashbrown 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A Rust port of Google's SwissTable hash map", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "allocator-api2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rkyv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.42", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bumpalo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.13.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "allocator-api2" + ], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rkyv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.42", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "validation" + ], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hashbrown", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "equivalent_trait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/tests/equivalent_trait.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hasher", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/tests/hasher.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "raw", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/tests/raw.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rayon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/tests/rayon.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/tests/serde.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/tests/set.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "insert_unique_unchecked", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/benches/insert_unique_unchecked.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "ahash": [ + "dep:ahash" + ], + "alloc": [ + "dep:alloc" + ], + "allocator-api2": [ + "dep:allocator-api2" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "ahash", + "inline-more", + "allocator-api2" + ], + "inline-more": [], + "nightly": [ + "allocator-api2?/nightly", + "bumpalo/allocator_api" + ], + "raw": [], + "rayon": [ + "dep:rayon" + ], + "rkyv": [ + "dep:rkyv" + ], + "rustc-dep-of-std": [ + "nightly", + "core", + "compiler_builtins", + "alloc", + "rustc-internal-api" + ], + "rustc-internal-api": [], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "nightly", + "rayon", + "serde", + "raw" + ] + } + } + }, + "publish": null, + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "hash", + "no_std", + "hashmap", + "swisstable" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/hashbrown", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "hdrhistogram", + "version": "7.5.2", + "id": "hdrhistogram 7.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A port of HdrHistogram to Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ieee754", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "rug", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hdrhistogram", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cli", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/examples/cli.rs", + "edition": "2018", + "required-features": [ + "serialization" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "auto_resize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/auto_resize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "data_access", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/data_access.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "histogram", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/histogram.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "interval_log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/interval_log.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "iterators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/iterators.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quantile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/quantile.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serialization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/serialization.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/tests/sync.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "clone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/benches/clone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "interval_log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/benches/interval_log.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "quantiles", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/benches/quantiles.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "record", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/benches/record.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "serialization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/benches/serialization.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "base64": [ + "dep:base64" + ], + "bench_private": [], + "crossbeam-channel": [ + "dep:crossbeam-channel" + ], + "default": [ + "serialization", + "sync" + ], + "flate2": [ + "dep:flate2" + ], + "nom": [ + "dep:nom" + ], + "serialization": [ + "flate2", + "nom", + "base64" + ], + "sync": [ + "crossbeam-channel" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hdrhistogram-7.5.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jon Gjengset ", + "Marshall Pierce " + ], + "categories": [ + "data-structures", + "development-tools::profiling" + ], + "keywords": [ + "sampling", + "statistics", + "analytics" + ], + "readme": "README.md", + "repository": "https://github.com/HdrHistogram/HdrHistogram_rust.git", + "homepage": "https://github.com/HdrHistogram/HdrHistogram_rust", + "documentation": "https://docs.rs/hdrhistogram", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "heapless", + "version": "0.7.16", + "id": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "`static` friendly data structures that don't require dynamic memory allocation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.2.0, <0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hash32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "stable_deref_trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ufmt-write", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ufmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc_version", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "atomic-polyfill", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"avr\")", + "registry": null + }, + { + "name": "spin", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"x86_64\")", + "registry": null + }, + { + "name": "atomic-polyfill", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "riscv32i-unknown-none-elf", + "registry": null + }, + { + "name": "atomic-polyfill", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "riscv32imc-unknown-none-elf", + "registry": null + }, + { + "name": "atomic-polyfill", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "thumbv6m-none-eabi", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "heapless", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cpass", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/tests/cpass.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tsan", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/tests/tsan.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__trybuild": [], + "atomic-polyfill": [ + "dep:atomic-polyfill" + ], + "cas": [ + "atomic-polyfill" + ], + "default": [ + "cas" + ], + "defmt": [ + "dep:defmt" + ], + "defmt-impl": [ + "defmt" + ], + "mpmc_large": [], + "serde": [ + "dep:serde" + ], + "ufmt-impl": [ + "ufmt-write" + ], + "ufmt-write": [ + "dep:ufmt-write" + ], + "x86-sync-pool": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/heapless-0.7.16/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Jorge Aparicio ", + "Per Lindgren ", + "Emil Fresk " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "static", + "no-heap" + ], + "readme": "README.md", + "repository": "https://github.com/japaric/heapless", + "homepage": null, + "documentation": "https://docs.rs/heapless", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "heck", + "version": "0.4.1", + "id": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "heck is a case conversion library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "unicode-segmentation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "heck", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "unicode": [ + "unicode-segmentation" + ], + "unicode-segmentation": [ + "dep:unicode-segmentation" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Without Boats " + ], + "categories": [], + "keywords": [ + "string", + "case", + "camel", + "snake", + "unicode" + ], + "readme": "README.md", + "repository": "https://github.com/withoutboats/heck", + "homepage": "https://github.com/withoutboats/heck", + "documentation": "https://docs.rs/heck", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hermit-abi", + "version": "0.1.19", + "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "hermit-abi is small interface to call functions from the unikernel RustyHermit.\nIt is used to build the target `x86_64-unknown-hermit`.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.51", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hermit-abi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [], + "docs": [], + "rustc-dep-of-std": [ + "core", + "compiler_builtins/rustc-dep-of-std", + "libc/rustc-dep-of-std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.1.19/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-unknown-hermit", + "features": [ + "docs" + ] + } + } + }, + "publish": null, + "authors": [ + "Stefan Lankes" + ], + "categories": [ + "os" + ], + "keywords": [ + "unikernel", + "libos" + ], + "readme": "README.md", + "repository": "https://github.com/hermitcore/libhermit-rs", + "homepage": null, + "documentation": "https://hermitcore.github.io/rusty-hermit/hermit_abi", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hermit-abi", + "version": "0.3.1", + "id": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Hermit system calls definitions.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hermit-abi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [ + "dep:alloc" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [], + "rustc-dep-of-std": [ + "core", + "alloc", + "compiler_builtins/rustc-dep-of-std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hermit-abi-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stefan Lankes" + ], + "categories": [ + "os" + ], + "keywords": [ + "unikernel", + "libos" + ], + "readme": "README.md", + "repository": "https://github.com/hermitcore/rusty-hermit", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hex", + "version": "0.4.3", + "id": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Encoding and decoding data into/from hexadecimal representation.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "faster-hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/serde.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "version-number", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/tests/version-number.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "hex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/benches/hex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hex-0.4.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "KokaKiwi " + ], + "categories": [ + "encoding", + "no-std" + ], + "keywords": [ + "no_std", + "hex" + ], + "readme": "README.md", + "repository": "https://github.com/KokaKiwi/rust-hex", + "homepage": null, + "documentation": "https://docs.rs/hex/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hkdf", + "version": "0.12.3", + "id": "hkdf 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hmac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "blobby", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha-1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hkdf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/tests/tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/benches/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "std": [ + "hmac/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hkdf-0.12.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "HKDF", + "KDF" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/KDFs/", + "homepage": "https://github.com/RustCrypto/KDFs/", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hmac", + "version": "0.12.1", + "id": "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "mac" + ], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "dev" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "md-5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha-1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "streebog", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hmac", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/tests/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "reset": [], + "std": [ + "digest/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hmac-0.12.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "mac", + "hmac", + "digest" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/MACs", + "homepage": null, + "documentation": "https://docs.rs/hmac", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "home", + "version": "0.5.5", + "id": "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Shared definitions of home directories.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_UI_Shell" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "home", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Brian Anderson " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/cargo", + "homepage": null, + "documentation": "https://docs.rs/home", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hostname", + "version": "0.3.1", + "id": "hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Cross-platform system's host name functions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "match_cfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(unix, target_os = \"redox\"))", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "sysinfoapi" + ], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hostname", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hostname", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/examples/hostname.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "version", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/tests/version.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "set": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-0.3.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "set" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "fengcen ", + "svartalf " + ], + "categories": [ + "api-bindings", + "os" + ], + "keywords": [ + "hostname", + "gethostname", + "sethostname" + ], + "readme": "README.md", + "repository": "https://github.com/svartalf/hostname", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "html5ever", + "version": "0.25.2", + "id": "html5ever 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "High-performance browser-grade HTML5 parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "markup5ever", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typed-arena", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra-traits", + "full", + "fold" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(bench)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "html5ever", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "arena", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/examples/arena.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "noop-tokenize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/examples/noop-tokenize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "noop-tree-builder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/examples/noop-tree-builder.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "print-tree-actions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/examples/print-tree-actions.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tokenize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/examples/tokenize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "html5ever", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/benches/html5ever.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/html5ever-0.25.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The html5ever Project Developers" + ], + "categories": [ + "parser-implementations", + "web-programming" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/html5ever", + "homepage": null, + "documentation": "https://docs.rs/html5ever", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "http", + "version": "0.2.9", + "id": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A set of types for representing HTTP requests and responses.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "<=1.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "seahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "http", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "header_map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/tests/header_map.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "header_map_fuzz", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/tests/header_map_fuzz.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "status_code", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/tests/status_code.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton ", + "Carl Lerche ", + "Sean McArthur " + ], + "categories": [ + "web-programming" + ], + "keywords": [ + "http" + ], + "readme": "README.md", + "repository": "https://github.com/hyperium/http", + "homepage": null, + "documentation": "https://docs.rs/http", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.49.0" + }, + { + "name": "http-auth", + "version": "0.1.8", + "id": "http-auth 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "HTTP authentication: parse challenge lists, respond to Basic and Digest challenges. Likely to be extended with server support and additional auth schemes.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "md-5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "blocking" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "http-auth", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-auth-0.1.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "reqwest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-auth-0.1.8/examples/reqwest.rs", + "edition": "2018", + "required-features": [ + "http" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "base64": [ + "dep:base64" + ], + "basic-scheme": [ + "base64" + ], + "default": [ + "basic-scheme", + "digest-scheme" + ], + "digest": [ + "dep:digest" + ], + "digest-scheme": [ + "digest", + "hex", + "md-5", + "rand", + "sha2" + ], + "hex": [ + "dep:hex" + ], + "http": [ + "dep:http" + ], + "log": [ + "dep:log" + ], + "md-5": [ + "dep:md-5" + ], + "rand": [ + "dep:rand" + ], + "sha2": [ + "dep:sha2" + ], + "trace": [ + "log" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-auth-0.1.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "authentication", + "parser-implementations", + "web-programming::http-client" + ], + "keywords": [ + "http", + "authentication", + "digest", + "basic" + ], + "readme": "README.md", + "repository": "https://github.com/scottlamb/http-auth", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.57.0" + }, + { + "name": "http-body", + "version": "0.4.5", + "id": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Trait representing an asynchronous, streaming, HTTP request or response body.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "http-body", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "is_end_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/tests/is_end_stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Carl Lerche ", + "Lucio Franco ", + "Sean McArthur " + ], + "categories": [ + "web-programming" + ], + "keywords": [ + "http" + ], + "readme": "README.md", + "repository": "https://github.com/hyperium/http-body", + "homepage": null, + "documentation": "https://docs.rs/http-body", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "http-range-header", + "version": "0.3.1", + "id": "http-range-header 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "No-dep range header parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "http-range-header", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-header-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-header-0.3.1/benches/benchmark.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "with_error_cause": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-range-header-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "parser-implementations", + "network-programming", + "web-programming" + ], + "keywords": [ + "http", + "parser", + "http-headers", + "headers", + "range" + ], + "readme": "./README.md", + "repository": "https://github.com/MarcusGrass/parse-range-headers", + "homepage": "https://github.com/MarcusGrass/parse-range-headers", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "httparse", + "version": "1.8.0", + "id": "httparse 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "httparse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uri", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/tests/uri.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/benches/parse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [ + "network-programming", + "no-std", + "parser-implementations", + "web-programming" + ], + "keywords": [ + "http", + "parser", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/seanmonstar/httparse", + "homepage": null, + "documentation": "https://docs.rs/httparse", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "httpdate", + "version": "1.0.2", + "id": "httpdate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "HTTP date parsing and formatting", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "httpdate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmarks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.2/benches/benchmarks.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/httpdate-1.0.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Pyfisch " + ], + "categories": [], + "keywords": [ + "http", + "date", + "time", + "simple", + "timestamp" + ], + "readme": "README.md", + "repository": "https://github.com/pyfisch/httpdate", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "humantime", + "version": "2.1.0", + "id": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": " A parser and formatter for std::time::{Duration, SystemTime}\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "humantime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "datetime_format", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_format.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "datetime_parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/benches/datetime_parse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-2.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Paul Colomiets " + ], + "categories": [ + "date-and-time" + ], + "keywords": [ + "time", + "human", + "human-friendly", + "parser", + "duration" + ], + "readme": "README.md", + "repository": "https://github.com/tailhook/humantime", + "homepage": "https://github.com/tailhook/humantime", + "documentation": "https://docs.rs/humantime", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "humantime-serde", + "version": "1.1.1", + "id": "humantime-serde 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Serde support for the `humantime` crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "humantime-serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-serde-1.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-serde-1.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "jean-airoldie " + ], + "categories": [], + "keywords": [ + "serde", + "humantime", + "time", + "duration" + ], + "readme": "README.md", + "repository": "https://github.com/jean-airoldie/humantime-serde", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hyper", + "version": "0.14.27", + "id": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A fast and correct HTTP library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "h2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http-body", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "httparse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "httpdate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "all" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "sync" + ], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "want", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "spmc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fs", + "macros", + "io-std", + "io-util", + "rt", + "rt-multi-thread", + "sync", + "time", + "test-util" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "codec" + ], + "target": null, + "registry": null + }, + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "make", + "util" + ], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pnet_datalink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.27.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"linux\", target_os = \"macos\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hyper", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/client.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client_json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/client_json.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/echo.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gateway", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/gateway.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hello", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/hello.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "http_proxy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/http_proxy.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multi_server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/multi_server.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "params", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/params.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "send_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/send_file.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "service_struct_impl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/service_struct_impl.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "single_threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/single_threaded.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "state", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/state.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tower_client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/tower_client.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tower_server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/tower_server.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "upgrades", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/upgrades.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "web_api", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/examples/web_api.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/tests/client.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/tests/integration.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/tests/server.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "body", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/benches/body.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "connect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/benches/connect.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "end_to_end", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/benches/end_to_end.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "pipeline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/benches/pipeline.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/benches/server.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__internal_happy_eyeballs_tests": [], + "backports": [], + "client": [], + "default": [], + "deprecated": [], + "ffi": [ + "libc" + ], + "full": [ + "client", + "http1", + "http2", + "server", + "stream", + "runtime" + ], + "h2": [ + "dep:h2" + ], + "http1": [], + "http2": [ + "h2" + ], + "libc": [ + "dep:libc" + ], + "nightly": [], + "runtime": [ + "tcp", + "tokio/rt", + "tokio/time" + ], + "server": [], + "socket2": [ + "dep:socket2" + ], + "stream": [], + "tcp": [ + "socket2", + "tokio/net", + "tokio/rt", + "tokio/time" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.27/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "ffi", + "full" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "hyper_unstable_ffi" + ] + } + }, + "playground": { + "features": [ + "full" + ] + } + }, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [ + "network-programming", + "web-programming::http-client", + "web-programming::http-server" + ], + "keywords": [ + "http", + "hyper", + "hyperium" + ], + "readme": "README.md", + "repository": "https://github.com/hyperium/hyper", + "homepage": "https://hyper.rs", + "documentation": "https://docs.rs/hyper", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hyper-rustls", + "version": "0.24.1", + "id": "hyper-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR ISC OR MIT", + "license_file": null, + "description": "Rustls+hyper integration for pure rust HTTPS", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "client" + ], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-native-certs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "tls12" + ], + "target": null, + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "io-std", + "macros", + "net", + "rt-multi-thread" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hyper-rustls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/examples/client.rs", + "edition": "2021", + "required-features": [ + "native-tokio", + "http1" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/examples/server.rs", + "edition": "2021", + "required-features": [ + "tokio-runtime", + "acceptor" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/tests/tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "acceptor": [ + "hyper/server", + "tokio-runtime" + ], + "default": [ + "native-tokio", + "http1", + "tls12", + "logging", + "acceptor" + ], + "http1": [ + "hyper/http1" + ], + "http2": [ + "hyper/http2" + ], + "log": [ + "dep:log" + ], + "logging": [ + "log", + "tokio-rustls/logging", + "rustls/logging" + ], + "native-tokio": [ + "tokio-runtime", + "rustls-native-certs" + ], + "rustls-native-certs": [ + "dep:rustls-native-certs" + ], + "tls12": [ + "tokio-rustls/tls12", + "rustls/tls12" + ], + "tokio-runtime": [ + "hyper/runtime" + ], + "webpki-roots": [ + "dep:webpki-roots" + ], + "webpki-tokio": [ + "tokio-runtime", + "webpki-roots" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.24.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/hyper-rustls", + "homepage": "https://github.com/rustls/hyper-rustls", + "documentation": "https://docs.rs/hyper-rustls/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "hyper-timeout", + "version": "0.4.1", + "id": "hyper-timeout 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A connect, read and write timeout aware connector to be used with hyper Client.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "client" + ], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-io-timeout", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "client", + "http1", + "tcp" + ], + "target": null, + "registry": null + }, + { + "name": "hyper-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "io-std", + "io-util", + "macros" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hyper-timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-timeout-0.4.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-timeout-0.4.1/examples/client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-timeout-0.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Herman J. Radtke III " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/hjr3/hyper-timeout", + "homepage": "https://github.com/hjr3/hyper-timeout", + "documentation": "https://github.com/hjr3/hyper-timeout", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "hyper-tls", + "version": "0.5.0", + "id": "hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Default TLS implementation for use with hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "tcp", + "client" + ], + "target": null, + "registry": null + }, + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "http1" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "io-std", + "macros", + "io-util" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "hyper-tls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/examples/client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "vendored": [ + "native-tls/vendored" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-0.5.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [], + "keywords": [ + "hyper", + "tls", + "http", + "https", + "ssl" + ], + "readme": "README.md", + "repository": "https://github.com/hyperium/hyper-tls", + "homepage": "https://hyper.rs", + "documentation": "https://docs.rs/hyper-tls", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "iana-time-zone", + "version": "0.1.57", + "id": "iana-time-zone 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "get the IANA time zone for the current system", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "core-foundation-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.50", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.70", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "android_system_properties", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"android\")", + "registry": null + }, + { + "name": "iana-time-zone-haiku", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"haiku\")", + "registry": null + }, + { + "name": "windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Globalization" + ], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "iana-time-zone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "get_timezone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/examples/get_timezone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stress-test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/examples/stress-test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "fallback": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.57/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Straw ", + "René Kijewski ", + "Ryan Lopopolo " + ], + "categories": [ + "date-and-time", + "internationalization", + "os" + ], + "keywords": [ + "IANA", + "time" + ], + "readme": "README.md", + "repository": "https://github.com/strawlab/iana-time-zone", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "iana-time-zone-haiku", + "version": "0.1.2", + "id": "iana-time-zone-haiku 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "iana-time-zone support crate for Haiku OS", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "iana-time-zone-haiku", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-haiku-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "René Kijewski " + ], + "categories": [ + "date-and-time", + "internationalization", + "os" + ], + "keywords": [ + "IANA", + "time" + ], + "readme": "README.md", + "repository": "https://github.com/strawlab/iana-time-zone", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ident_case", + "version": "1.0.1", + "id": "ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Utility for applying case rules to Rust identifiers.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ident_case", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ident_case-1.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Driggs " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/TedDriggs/ident_case", + "homepage": null, + "documentation": "https://docs.rs/ident_case/1.0.1", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "idna", + "version": "0.2.3", + "id": "idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-bidi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-normalization", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "assert_matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "idna", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/tests/tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/tests/unit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/benches/all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.2.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The rust-url developers" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/rust-url/", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "idna", + "version": "0.4.0", + "id": "idna 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "unicode-bidi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "hardcoded-data" + ], + "target": null, + "registry": null + }, + { + "name": "unicode-normalization", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.22", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "assert_matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tester", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "idna", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/tests/tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/tests/unit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/benches/all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [ + "alloc", + "unicode-bidi/std", + "unicode-normalization/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The rust-url developers" + ], + "categories": [ + "no_std" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/rust-url/", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.51" + }, + { + "name": "ignore", + "version": "0.4.20", + "id": "ignore 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense OR MIT", + "license_file": null, + "description": "A fast library for efficiently matching ignore files such as `.gitignore`\nagainst file paths.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "globset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "same-file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thread_local", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ignore", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ignore-0.4.20/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "walk", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ignore-0.4.20/examples/walk.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "gitignore_matched_path_or_any_parents_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ignore-0.4.20/tests/gitignore_matched_path_or_any_parents_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "simd-accel": [ + "globset/simd-accel" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ignore-0.4.20/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "keywords": [ + "glob", + "ignore", + "gitignore", + "pattern", + "file" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore", + "homepage": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore", + "documentation": "https://docs.rs/ignore", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "im-rc", + "version": "15.1.0", + "id": "im-rc 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0+", + "license_file": null, + "description": "Immutable collection datatypes (the fast but not thread safe version)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitmaps", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xoshiro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "refpool", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sized-chunks", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typenum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "metrohash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version_check", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "im-rc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/im-rc-15.1.0/./src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/im-rc-15.1.0/./build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "debug": [], + "pool": [ + "refpool", + "sized-chunks/refpool" + ], + "proptest": [ + "dep:proptest" + ], + "quickcheck": [ + "dep:quickcheck" + ], + "rayon": [ + "dep:rayon" + ], + "refpool": [ + "dep:refpool" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/im-rc-15.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Bodil Stokke " + ], + "categories": [ + "data-structures" + ], + "keywords": [ + "immutable", + "persistent", + "hamt", + "b-tree", + "rrb-tree" + ], + "readme": "../../README.md", + "repository": "https://github.com/bodil/im-rs", + "homepage": "http://immutable.rs/", + "documentation": "http://immutable.rs/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.46.0" + }, + { + "name": "image", + "version": "0.23.14", + "id": "image 0.23.14 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytemuck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "color_quant", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dav1d", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dcv-color-primitives", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gif", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "jpeg-decoder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.22", + "kind": null, + "rename": "jpeg", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mp4parse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-iter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-rational", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "png", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ravif", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rgb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "scoped_threadpool", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc32fast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-complex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "image", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/./src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/benches/decode.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "encode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/benches/encode.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "copy_from", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/benches/copy_from.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "avif": [ + "avif-encoder" + ], + "avif-decoder": [ + "mp4parse", + "dcv-color-primitives", + "dav1d" + ], + "avif-encoder": [ + "ravif", + "rgb" + ], + "benchmarks": [], + "bmp": [], + "dav1d": [ + "dep:dav1d" + ], + "dcv-color-primitives": [ + "dep:dcv-color-primitives" + ], + "dds": [ + "dxt" + ], + "default": [ + "gif", + "jpeg", + "ico", + "png", + "pnm", + "tga", + "tiff", + "webp", + "bmp", + "hdr", + "dxt", + "dds", + "farbfeld", + "jpeg_rayon" + ], + "dxt": [], + "farbfeld": [], + "gif": [ + "dep:gif" + ], + "hdr": [ + "scoped_threadpool" + ], + "ico": [ + "bmp", + "png" + ], + "jpeg": [ + "dep:jpeg" + ], + "jpeg_rayon": [ + "jpeg/rayon" + ], + "mp4parse": [ + "dep:mp4parse" + ], + "png": [ + "dep:png" + ], + "pnm": [], + "ravif": [ + "dep:ravif" + ], + "rgb": [ + "dep:rgb" + ], + "scoped_threadpool": [ + "dep:scoped_threadpool" + ], + "tga": [], + "tiff": [ + "dep:tiff" + ], + "webp": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/image-0.23.14/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The image-rs Developers" + ], + "categories": [ + "multimedia::images", + "multimedia::encoding" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/image-rs/image", + "homepage": "https://github.com/image-rs/image", + "documentation": "https://docs.rs/image", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "imara-diff", + "version": "0.1.5", + "id": "imara-diff 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Minimal terminfo libary.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hashbrown", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "raw", + "inline-more" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "expect-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "git-repository", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "similar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "bytes" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "imara-diff", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/imara-diff-0.1.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "git_repo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/imara-diff-0.1.5/benches/git_repo.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "unified_diff" + ], + "unified_diff": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/imara-diff-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "pascalkuthe " + ], + "categories": [], + "keywords": [ + "diff", + "difference", + "myers", + "compare", + "changes" + ], + "readme": "README.md", + "repository": "https://github.com/pascalkuthe/imara-diff", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61" + }, + { + "name": "indent_write", + "version": "2.2.0", + "id": "indent_write 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "Simple Write adapters to add line indentation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "indent_write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/tests/fmt.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/tests/io.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indent_write-2.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nathan West " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Lucretiel/indent-write", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "indenter", + "version": "0.3.3", + "id": "indenter 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A formatter wrapper that indents the text, designed for error display impls\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "indenter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indenter-0.3.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "usage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indenter-0.3.3/examples/usage.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indenter-0.3.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "no-dev-version": true, + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "src/lib.rs", + "replace": "#![doc(html_root_url = \"https://docs.rs/{{crate_name}}/{{version}}\")]", + "search": "#!\\[doc\\(html_root_url.*" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n\n## [Unreleased] - ReleaseDate", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/yaahc/{{crate_name}}/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "Jane Lusby " + ], + "categories": [], + "keywords": [ + "display", + "fmt", + "Formatter", + "error" + ], + "readme": "README.md", + "repository": "https://github.com/yaahc/indenter", + "homepage": "https://github.com/yaahc/indenter", + "documentation": "https://docs.rs/indenter", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "indexmap", + "version": "1.9.3", + "id": "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A hash table with consistent order and fast iteration.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hashbrown", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "raw" + ], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": "rustc-rayon", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fxhash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "indexmap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "equivalent_trait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/equivalent_trait.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_full_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/macros_full_path.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/quick.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/tests/tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "faststring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/benches/faststring.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "quickcheck": [ + "dep:quickcheck" + ], + "rayon": [ + "dep:rayon" + ], + "rustc-rayon": [ + "dep:rustc-rayon" + ], + "serde": [ + "dep:serde" + ], + "serde-1": [ + "serde" + ], + "std": [], + "test_debug": [], + "test_low_transition_point": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-1.9.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "arbitrary", + "quickcheck", + "serde-1", + "rayon" + ] + } + }, + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "publish": null, + "authors": [], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "hashmap", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/bluss/indexmap", + "homepage": null, + "documentation": "https://docs.rs/indexmap/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "indexmap", + "version": "2.0.0", + "id": "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A hash table with consistent order and fast iteration.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "equivalent", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hashbrown", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "raw" + ], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": "rustc-rayon", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fxhash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "indexmap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "equivalent_trait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/tests/equivalent_trait.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_full_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/tests/macros_full_path.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/tests/quick.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/tests/tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "faststring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/benches/faststring.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "default": [ + "std" + ], + "quickcheck": [ + "dep:quickcheck" + ], + "rayon": [ + "dep:rayon" + ], + "rustc-rayon": [ + "dep:rustc-rayon" + ], + "serde": [ + "dep:serde" + ], + "std": [], + "test_debug": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.0.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "arbitrary", + "quickcheck", + "serde", + "rayon" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "no-dev-version": true, + "tag-name": "{{version}}" + } + }, + "publish": null, + "authors": [], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "hashmap", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/bluss/indexmap", + "homepage": null, + "documentation": "https://docs.rs/indexmap/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "indicatif", + "version": "0.17.6", + "id": "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A progress bar and cli reporting library for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "console", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "ansi-parsing" + ], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "number_prefix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "io-util" + ], + "target": null, + "registry": null + }, + { + "name": "unicode-segmentation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vt100", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "color", + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fs", + "time", + "rt" + ], + "target": null, + "registry": null + }, + { + "name": "instant", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "indicatif", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cargo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/cargo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cargowrap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/cargowrap.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "download-continued", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/download-continued.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "download-speed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/download-speed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "download", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/download.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fastbar", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/fastbar.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "finebars", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/finebars.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/iterator.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/log.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "long-spinner", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/long-spinner.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "message", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/message.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "morebars", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/morebars.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multi-tree-ext", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/multi-tree-ext.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multi-tree", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/multi-tree.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/multi.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "single", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/single.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "slow", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/slow.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "spinner-loop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/spinner-loop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "steady", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/steady.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tokio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/tokio.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "yarnish", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/examples/yarnish.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multi-autodrop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/tests/multi-autodrop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "render", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/tests/render.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "unicode-width", + "console/unicode-width" + ], + "futures": [ + "dep:futures-core" + ], + "improved_unicode": [ + "unicode-segmentation", + "unicode-width", + "console/unicode-width" + ], + "in_memory": [ + "vt100" + ], + "rayon": [ + "dep:rayon" + ], + "tokio": [ + "dep:tokio" + ], + "unicode-segmentation": [ + "dep:unicode-segmentation" + ], + "unicode-width": [ + "dep:unicode-width" + ], + "vt100": [ + "dep:vt100" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "cli", + "progress", + "pb", + "colors", + "progressbar" + ], + "readme": "README.md", + "repository": "https://github.com/console-rs/indicatif", + "homepage": null, + "documentation": "https://docs.rs/indicatif", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.62.1" + }, + { + "name": "inotify", + "version": "0.9.6", + "id": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "Idiomatic wrapper for inotify", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "inotify-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "net" + ], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt-multi-thread" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "inotify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/examples/stream.rs", + "edition": "2018", + "required-features": [ + "stream" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "watch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/examples/watch.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/tests/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "stream" + ], + "futures-core": [ + "dep:futures-core" + ], + "stream": [ + "futures-core", + "tokio" + ], + "tokio": [ + "dep:tokio" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-0.9.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Hanno Braun ", + "Félix Saparelli ", + "Cristian Kubis ", + "Frank Denis " + ], + "categories": [ + "api-bindings", + "filesystem" + ], + "keywords": [ + "inotify", + "linux" + ], + "readme": "README.md", + "repository": "https://github.com/hannobraun/inotify", + "homepage": null, + "documentation": "https://docs.rs/inotify", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "inotify-sys", + "version": "0.1.5", + "id": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "inotify bindings for the Rust programming language", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "inotify-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inotify-sys-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Hanno Braun " + ], + "categories": [ + "external-ffi-bindings", + "filesystem" + ], + "keywords": [ + "inotify", + "linux" + ], + "readme": "README.md", + "repository": "https://github.com/hannobraun/inotify-sys", + "homepage": null, + "documentation": "https://docs.rs/inotify-sys", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "inout", + "version": "0.1.3", + "id": "inout 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "block-padding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "generic-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "inout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "block-padding": [ + "dep:block-padding" + ], + "std": [ + "block-padding/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [], + "keywords": [ + "custom-reference" + ], + "readme": null, + "repository": "https://github.com/RustCrypto/utils", + "homepage": null, + "documentation": "https://docs.rs/inout", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "input-mgr", + "version": "0.1.0", + "id": "input-mgr 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "license": null, + "license_file": null, + "description": null, + "source": "git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033", + "dependencies": [ + { + "name": "textwrap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "input-mgr", + "src_path": "/opt/cargo/git/checkouts/teletype-eac71614ed2e503b/de95e61/crates/input-mgr/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "exemplar", + "src_path": "/opt/cargo/git/checkouts/teletype-eac71614ed2e503b/de95e61/crates/input-mgr/tests/exemplar.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/git/checkouts/teletype-eac71614ed2e503b/de95e61/crates/input-mgr/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "instant", + "version": "0.1.12", + "id": "instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-3-Clause", + "license_file": null, + "description": "A partial replacement for std::time::Instant that works on WASM too.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "asmjs-unknown-emscripten", + "registry": null + }, + { + "name": "stdweb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "asmjs-unknown-emscripten", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": "wasm-bindgen_rs", + "optional": true, + "uses_default_features": true, + "features": [], + "target": "asmjs-unknown-emscripten", + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "Window", + "Performance", + "PerformanceTiming" + ], + "target": "asmjs-unknown-emscripten", + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-emscripten", + "registry": null + }, + { + "name": "stdweb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-emscripten", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": "wasm-bindgen_rs", + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-emscripten", + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "Window", + "Performance", + "PerformanceTiming" + ], + "target": "wasm32-unknown-emscripten", + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + }, + { + "name": "stdweb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": "wasm-bindgen_rs", + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "Window", + "Performance", + "PerformanceTiming" + ], + "target": "wasm32-unknown-unknown", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "instant", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/tests/wasm.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "inaccurate": [], + "js-sys": [ + "dep:js-sys" + ], + "now": [], + "stdweb": [ + "dep:stdweb" + ], + "wasm-bindgen": [ + "js-sys", + "wasm-bindgen_rs", + "web-sys" + ], + "wasm-bindgen_rs": [ + "dep:wasm-bindgen_rs" + ], + "web-sys": [ + "dep:web-sys" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.12/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "sebcrozet " + ], + "categories": [], + "keywords": [ + "time", + "wasm" + ], + "readme": "README.md", + "repository": "https://github.com/sebcrozet/instant", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "io-close", + "version": "0.3.7", + "id": "io-close 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An extension trait for safely dropping I/O writers such as File and BufWriter.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "os_pipe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.80", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "handleapi", + "std", + "winsock2" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "io-close", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/io-close-0.3.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "os_pipe": [ + "dep:os_pipe" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/io-close-0.3.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "wufz" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://gitlab.com/wufz/io-close", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "io-lifetimes", + "version": "1.0.11", + "id": "io-lifetimes 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "A low-level I/O ownership and borrowing library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fs-err", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"wasi\"))", + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "net", + "os-ext" + ], + "target": "cfg(not(target_os = \"wasi\"))", + "registry": null + }, + { + "name": "os_pipe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "io_safety" + ], + "target": "cfg(not(target_os = \"wasi\"))", + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"wasi\"))", + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "io-std", + "fs", + "net", + "process" + ], + "target": "cfg(not(target_os = \"wasi\"))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.96", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "hermit-abi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"hermit\")", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_System_IO", + "Win32_System_Threading" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "io-lifetimes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "async-std": [ + "dep:async-std" + ], + "close": [ + "libc", + "hermit-abi", + "windows-sys" + ], + "default": [ + "close" + ], + "fs-err": [ + "dep:fs-err" + ], + "hermit-abi": [ + "dep:hermit-abi" + ], + "libc": [ + "dep:libc" + ], + "mio": [ + "dep:mio" + ], + "os_pipe": [ + "dep:os_pipe" + ], + "socket2": [ + "dep:socket2" + ], + "tokio": [ + "dep:tokio" + ], + "windows-sys": [ + "dep:windows-sys" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/io-lifetimes-1.0.11/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dan Gohman " + ], + "categories": [ + "os", + "rust-patterns" + ], + "keywords": [ + "api", + "io" + ], + "readme": "README.md", + "repository": "https://github.com/sunfishcode/io-lifetimes", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ipconfig", + "version": "0.3.2", + "id": "ipconfig 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Get network adapters information and network configuration for windows.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "widestring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_System_Registry" + ], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "winreg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.50.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ipconfig", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ipconfig-0.3.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "priority_list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ipconfig-0.3.2/examples/priority_list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ipconfig-0.3.2/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ipconfig-0.3.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "computer": [ + "winreg" + ], + "default": [ + "computer" + ], + "winreg": [ + "dep:winreg" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ipconfig-0.3.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Liran Ringel " + ], + "categories": [], + "keywords": [ + "ipconfig", + "network", + "adapter", + "interface", + "windows" + ], + "readme": "README.md", + "repository": "https://github.com/liranringel/ipconfig", + "homepage": "https://github.com/liranringel/ipconfig", + "documentation": "https://docs.rs/ipconfig/0.3.2/x86_64-pc-windows-msvc/ipconfig/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ipnet", + "version": "2.8.0", + "id": "ipnet 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "schemars", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": "serde", + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ipnet", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "json": [ + "serde", + "schemars" + ], + "schemars": [ + "dep:schemars" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kris Price " + ], + "categories": [ + "network-programming" + ], + "keywords": [ + "IP", + "CIDR", + "network", + "prefix", + "subnet" + ], + "readme": "README.md", + "repository": "https://github.com/krisprice/ipnet", + "homepage": null, + "documentation": "https://docs.rs/ipnet", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "is-docker", + "version": "0.2.0", + "id": "is-docker 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Checks if the process is running inside a Docker container.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.17.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "is-docker", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/examples/main.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-docker-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean Larkin " + ], + "categories": [ + "command-line-utilities" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/TheLarkInn/is-docker", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "is-terminal", + "version": "0.4.7", + "id": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Test whether a given stream is a terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "io-lifetimes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.110", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(unix, target_os = \"wasi\"))", + "registry": null + }, + { + "name": "rustix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "termios" + ], + "target": "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))", + "registry": null + }, + { + "name": "hermit-abi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"hermit\")", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem", + "Win32_System_Console" + ], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "is-terminal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "softprops ", + "Dan Gohman " + ], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "terminal", + "tty", + "isatty" + ], + "readme": "README.md", + "repository": "https://github.com/sunfishcode/is-terminal", + "homepage": null, + "documentation": "http://docs.rs/is-terminal", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "is-wsl", + "version": "0.4.0", + "id": "is-wsl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Checks if the process is running inside Windows Subsystem for Linux.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "is-docker", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.17.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "is-wsl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/examples/main.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is-wsl-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean Larkin " + ], + "categories": [ + "command-line-utilities" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/TheLarkInn/is-wsl", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "is_ci", + "version": "1.1.1", + "id": "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "is_ci", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kat Marchán " + ], + "categories": [ + "development-tools", + "development-tools::build-utils", + "development-tools::testing" + ], + "keywords": [ + "ci", + "build" + ], + "readme": "README.md", + "repository": "https://github.com/zkat/is_ci", + "homepage": null, + "documentation": "https://docs.rs/is_ci", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "itertools", + "version": "0.10.5", + "id": "itertools 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "paste", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "permutohedron", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "itertools", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "iris", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/examples/iris.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "adaptors_no_collect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/adaptors_no_collect.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "flatten_ok", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/flatten_ok.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_hygiene", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/macros_hygiene.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "merge_join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/merge_join.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "peeking_take_while", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/peeking_take_while.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/quick.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "specializations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/specializations.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_core.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/test_std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tuples", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/tuples.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/tests/zip.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "tuple_combinations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuple_combinations.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "tuples", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tuples.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "fold_specialization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/fold_specialization.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "combinations_with_replacement", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations_with_replacement.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "tree_fold1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/tree_fold1.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/bench1.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "combinations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/combinations.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "powerset", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/benches/powerset.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "use_std" + ], + "use_alloc": [], + "use_std": [ + "use_alloc", + "either/use_std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/Cargo.toml", + "metadata": { + "release": { + "no-dev-version": true + } + }, + "publish": null, + "authors": [ + "bluss" + ], + "categories": [ + "algorithms", + "rust-patterns" + ], + "keywords": [ + "iterator", + "data-structure", + "zip", + "product", + "group-by" + ], + "readme": "README.md", + "repository": "https://github.com/rust-itertools/itertools", + "homepage": null, + "documentation": "https://docs.rs/itertools/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "itertools", + "version": "0.11.0", + "id": "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "paste", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "permutohedron", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "itertools", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "iris", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/examples/iris.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "adaptors_no_collect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/adaptors_no_collect.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "flatten_ok", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/flatten_ok.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_hygiene", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/macros_hygiene.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "merge_join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/merge_join.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "peeking_take_while", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/peeking_take_while.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/quick.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "specializations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/specializations.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/test_core.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/test_std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tuples", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/tuples.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/tests/zip.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "tuple_combinations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/tuple_combinations.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "tuples", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/tuples.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "fold_specialization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/fold_specialization.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "combinations_with_replacement", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/combinations_with_replacement.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "tree_fold1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/tree_fold1.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/bench1.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "combinations", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/combinations.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "powerset", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/benches/powerset.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "use_std" + ], + "use_alloc": [], + "use_std": [ + "use_alloc", + "either/use_std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.11.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "bluss" + ], + "categories": [ + "algorithms", + "rust-patterns" + ], + "keywords": [ + "iterator", + "data-structure", + "zip", + "product", + "group-by" + ], + "readme": "README.md", + "repository": "https://github.com/rust-itertools/itertools", + "homepage": null, + "documentation": "https://docs.rs/itertools/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36.0" + }, + { + "name": "itoa", + "version": "0.4.8", + "id": "itoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Fast functions for printing integer primitives to an io::Write", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "itoa", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/tests/test.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "i128": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-0.4.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "value-formatting" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/dtolnay/itoa", + "homepage": null, + "documentation": "https://docs.rs/itoa", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "itoa", + "version": "1.0.6", + "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Fast integer primitive to string conversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "no-panic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "itoa", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "no-panic": [ + "dep:no-panic" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "value-formatting", + "no-std" + ], + "keywords": [ + "integer" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/itoa", + "homepage": null, + "documentation": "https://docs.rs/itoa", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "jobserver", + "version": "0.1.26", + "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "An implementation of the GNU make jobserver for Rust\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-process", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.50", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "jobserver", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/server.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "client-of-myself", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/client-of-myself.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "make-as-a-client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/make-as-a-client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "helper", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/tests/helper.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/jobserver-rs", + "homepage": "https://github.com/alexcrichton/jobserver-rs", + "documentation": "https://docs.rs/jobserver", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "jpeg-decoder", + "version": "0.1.22", + "id": "jpeg-decoder 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT / Apache-2.0", + "license_file": null, + "description": "JPEG decoder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "png", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "jpeg-decoder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.1.22/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.1.22/examples/decode.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "decoding_benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.1.22/benches/decoding_benchmark.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "rayon" + ], + "rayon": [ + "dep:rayon" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/jpeg-decoder-0.1.22/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ulf Nilsson " + ], + "categories": [], + "keywords": [ + "jpeg", + "jpg", + "decoder", + "image" + ], + "readme": "README.md", + "repository": "https://github.com/image-rs/jpeg-decoder", + "homepage": null, + "documentation": "https://docs.rs/jpeg-decoder", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "js-sys", + "version": "0.3.64", + "id": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Bindings for all JS global objects and functions in all JS environments like\nNode.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.64", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Headers", + "Response", + "ResponseInit" + ], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "js-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.64/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "headless", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.64/tests/headless.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.64/tests/wasm/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/js-sys-0.3.64/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [ + "wasm" + ], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "documentation": "https://docs.rs/js-sys", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "just", + "version": "1.14.0", + "id": "just 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "CC0-1.0", + "license_file": null, + "description": "🤖 Just a command runner", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ansi_term", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.33.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wrap_help" + ], + "target": null, + "registry": null + }, + { + "name": "ctrlc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "termination" + ], + "target": null, + "registry": null + }, + { + "name": "derivative", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dotenvy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "edit-distance", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "heck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lexiclean", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.130", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive", + "rc" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.68", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "similar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unicode" + ], + "target": null, + "registry": null + }, + { + "name": "snafu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "target", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typed-arena", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v4" + ], + "target": null, + "registry": null + }, + { + "name": "cradle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "executable-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "temptree", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "which", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "yaml-rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "just", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/just-1.14.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "just", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/just-1.14.0/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/just-1.14.0/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "help4help2man": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/just-1.14.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Casey Rodarmor " + ], + "categories": [ + "command-line-utilities", + "development-tools" + ], + "keywords": [ + "command-line", + "task", + "runner", + "development", + "utility" + ], + "readme": "crates-io-readme.md", + "repository": "https://github.com/casey/just", + "homepage": "https://github.com/casey/just", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.63" + }, + { + "name": "kqueue", + "version": "1.0.8", + "id": "kqueue 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "kqueue interface for BSDs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "kqueue-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "kqueue", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.8/examples/file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.8/examples/pid.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kqueue-1.0.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-netbsd", + "x86_64-unknown-freebsd", + "i686-unknown-freebsd", + "x86_64-unknown-dragonfly", + "x86_64-unknown-openbsd", + "aarch64-apple-darwin", + "x86_64-apple-darwin", + "aarch64-apple-ios", + "x86_64-apple-ios" + ] + } + } + }, + "publish": null, + "authors": [ + "William Orr " + ], + "categories": [ + "os::unix-apis", + "filesystem" + ], + "keywords": [ + "kqueue", + "kevent", + "bsd" + ], + "readme": "README.md", + "repository": "https://gitlab.com/rust-kqueue/rust-kqueue", + "homepage": null, + "documentation": "https://docs.worrbase.com/rust/kqueue/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "kqueue-sys", + "version": "1.0.4", + "id": "kqueue-sys 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Low-level kqueue interface for BSDs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.74", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "kqueue-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kqueue-sys-1.0.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kqueue-sys-1.0.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-freebsd", + "x86_64-unknown-dragonfly", + "x86_64-unknown-openbsd", + "x86_64-unknown-netbsd", + "x86_64-apple-darwin" + ] + } + } + }, + "publish": null, + "authors": [ + "William Orr ", + "Daniel (dmilith) Dettlaff " + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os::unix-apis", + "filesystem" + ], + "keywords": [ + "kqueue", + "kevent", + "bsd", + "darwin", + "macos" + ], + "readme": "README.md", + "repository": "https://gitlab.com/rust-kqueue/rust-kqueue-sys", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "kstring", + "version": "2.0.0", + "id": "kstring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Key String: optimized for map keys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "kstring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kstring-2.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kstring-2.0.0/examples/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "clone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kstring-2.0.0/benches/clone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "access", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kstring-2.0.0/benches/access.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arc": [], + "default": [ + "std", + "unsafe" + ], + "document-features": [ + "dep:document-features" + ], + "max_inline": [], + "serde": [ + "dep:serde" + ], + "std": [], + "unsafe": [], + "unstable_bench_subset": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kstring-2.0.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/cobalt-org/kstring/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "Ed Page " + ], + "categories": [ + "data-structures", + "text-processing" + ], + "keywords": [ + "serde", + "serialization", + "string" + ], + "readme": "README.md", + "repository": "https://github.com/cobalt-org/kstring", + "homepage": null, + "documentation": "https://docs.rs/kstring", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "kv-log-macro", + "version": "1.0.7", + "id": "kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Log macro for log's kv-unstable backend.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "kv_unstable" + ], + "target": null, + "registry": null + }, + { + "name": "femme", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "kv-log-macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/examples/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Yoshua Wuyts " + ], + "categories": [ + "text-processing" + ], + "keywords": [ + "log", + "macro", + "kv", + "key", + "value" + ], + "readme": "README.md", + "repository": "https://github.com/yoshuawuyts/kv-log-macro", + "homepage": null, + "documentation": "https://docs.rs/kv-log-macro", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "lazy_static", + "version": "1.4.0", + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A macro for declaring lazily evaluated statics in Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "spin", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "lazy_static", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/no_std.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/tests/test.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "spin": [ + "dep:spin" + ], + "spin_no_std": [ + "spin" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lazy_static-1.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Marvin Löbel " + ], + "categories": [ + "no-std", + "rust-patterns", + "memory-management" + ], + "keywords": [ + "macro", + "lazy", + "static" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", + "homepage": null, + "documentation": "https://docs.rs/lazy_static", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "lazycell", + "version": "1.3.0", + "id": "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A library providing a lazily filled Cell struct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "clippy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "lazycell", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "clippy": [ + "dep:clippy" + ], + "nightly": [], + "nightly-testing": [ + "clippy", + "nightly" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-1.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton ", + "Nikita Pekin " + ], + "categories": [], + "keywords": [ + "lazycell", + "lazy", + "cell", + "library" + ], + "readme": "README.md", + "repository": "https://github.com/indiv0/lazycell", + "homepage": null, + "documentation": "http://indiv0.github.io/lazycell/lazycell/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "lexiclean", + "version": "0.0.1", + "id": "lexiclean 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "CC0-1.0", + "license_file": null, + "description": "Lexically clean paths", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "lexiclean", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lexiclean-0.0.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lexiclean-0.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Casey Rodarmor " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/casey/lexiclean", + "homepage": "https://github.com/casey/lexiclean", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "libc", + "version": "0.2.147", + "id": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Raw FFI bindings to platform libraries like libc.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "const_fn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/tests/const_fn.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "align": [], + "const-extern-fn": [], + "default": [ + "std" + ], + "extra_traits": [], + "rustc-dep-of-std": [ + "align", + "rustc-std-workspace-core" + ], + "rustc-std-workspace-core": [ + "dep:rustc-std-workspace-core" + ], + "std": [], + "use_std": [ + "std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.147/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zbuild-std" + ], + "default-target": "x86_64-unknown-linux-gnu", + "features": [ + "const-extern-fn", + "extra_traits" + ], + "targets": [ + "aarch64-linux-android", + "aarch64-pc-windows-msvc", + "aarch64-unknown-freebsd", + "aarch64-unknown-fuchsia", + "aarch64-unknown-hermit", + "aarch64-unknown-linux-gnu", + "aarch64-unknown-linux-musl", + "aarch64-unknown-netbsd", + "aarch64-unknown-openbsd", + "aarch64-wrs-vxworks", + "arm-linux-androideabi", + "arm-unknown-linux-gnueabi", + "arm-unknown-linux-gnueabihf", + "arm-unknown-linux-musleabi", + "arm-unknown-linux-musleabihf", + "armebv7r-none-eabi", + "armebv7r-none-eabihf", + "armv5te-unknown-linux-gnueabi", + "armv5te-unknown-linux-musleabi", + "armv7-linux-androideabi", + "armv7-unknown-linux-gnueabihf", + "armv7-unknown-linux-musleabihf", + "armv7-wrs-vxworks-eabihf", + "armv7r-none-eabi", + "armv7r-none-eabihf", + "hexagon-unknown-linux-musl", + "i586-pc-windows-msvc", + "i586-unknown-linux-gnu", + "i586-unknown-linux-musl", + "i686-linux-android", + "i686-pc-windows-gnu", + "i686-pc-windows-msvc", + "i686-pc-windows-msvc", + "i686-unknown-freebsd", + "i686-unknown-haiku", + "i686-unknown-linux-gnu", + "i686-unknown-linux-musl", + "i686-unknown-netbsd", + "i686-unknown-openbsd", + "i686-wrs-vxworks", + "mips-unknown-linux-gnu", + "mips-unknown-linux-musl", + "mips64-unknown-linux-gnuabi64", + "mips64-unknown-linux-muslabi64", + "mips64el-unknown-linux-gnuabi64", + "mips64el-unknown-linux-muslabi64", + "mipsel-sony-psp", + "mipsel-unknown-linux-gnu", + "mipsel-unknown-linux-musl", + "nvptx64-nvidia-cuda", + "powerpc-unknown-linux-gnu", + "powerpc-unknown-linux-gnuspe", + "powerpc-unknown-netbsd", + "powerpc-wrs-vxworks", + "powerpc-wrs-vxworks-spe", + "powerpc64-unknown-freebsd", + "powerpc64-unknown-linux-gnu", + "powerpc64-wrs-vxworks", + "powerpc64le-unknown-linux-gnu", + "riscv32gc-unknown-linux-gnu", + "riscv32i-unknown-none-elf", + "riscv32imac-unknown-none-elf", + "riscv32imc-unknown-none-elf", + "riscv64gc-unknown-freebsd", + "riscv64gc-unknown-linux-gnu", + "riscv64gc-unknown-linux-musl", + "riscv64gc-unknown-none-elf", + "riscv64imac-unknown-none-elf", + "s390x-unknown-linux-gnu", + "s390x-unknown-linux-musl", + "sparc-unknown-linux-gnu", + "sparc64-unknown-linux-gnu", + "sparc64-unknown-netbsd", + "sparcv9-sun-solaris", + "thumbv6m-none-eabi", + "thumbv7em-none-eabi", + "thumbv7em-none-eabihf", + "thumbv7m-none-eabi", + "thumbv7neon-linux-androideabi", + "thumbv7neon-unknown-linux-gnueabihf", + "wasm32-unknown-emscripten", + "wasm32-unknown-unknown", + "wasm32-wasi", + "x86_64-fortanix-unknown-sgx", + "x86_64-linux-android", + "x86_64-pc-solaris", + "x86_64-pc-windows-gnu", + "x86_64-pc-windows-gnu", + "x86_64-pc-windows-msvc", + "x86_64-pc-windows-msvc", + "x86_64-unknown-dragonfly", + "x86_64-unknown-freebsd", + "x86_64-unknown-fuchsia", + "x86_64-unknown-haiku", + "x86_64-unknown-hermit", + "x86_64-unknown-illumos", + "x86_64-unknown-l4re-uclibc", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-linux-gnux32", + "x86_64-unknown-linux-musl", + "x86_64-unknown-netbsd", + "x86_64-unknown-openbsd", + "x86_64-unknown-redox", + "x86_64-wrs-vxworks" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os" + ], + "keywords": [ + "libc", + "ffi", + "bindings", + "operating", + "system" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/libc", + "homepage": "https://github.com/rust-lang/libc", + "documentation": "https://docs.rs/libc/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "libgit2-sys", + "version": "0.15.2+1.6.4", + "id": "libgit2-sys 0.15.2+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Native bindings to the libgit2 library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libssh2-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libz-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "libc" + ], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.43", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "parallel" + ], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libgit2_sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "https": [ + "openssl-sys" + ], + "libssh2-sys": [ + "dep:libssh2-sys" + ], + "openssl-sys": [ + "dep:openssl-sys" + ], + "ssh": [ + "libssh2-sys" + ], + "ssh_key_from_memory": [], + "vendored": [], + "vendored-openssl": [ + "openssl-sys/vendored" + ], + "zlib-ng-compat": [ + "libz-sys/zlib-ng", + "libssh2-sys?/zlib-ng-compat" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Josh Triplett ", + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rust-lang/git2-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": "git2", + "default_run": null, + "rust_version": null + }, + { + "name": "libm", + "version": "0.2.7", + "id": "libm 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "libm in pure Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "no-panic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.5", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "musl-reference-tests": [ + "rand" + ], + "rand": [ + "dep:rand" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "no-std" + ], + "keywords": [ + "libm", + "math" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/libm", + "homepage": null, + "documentation": "https://docs.rs/libm", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "libnghttp2-sys", + "version": "0.1.8+1.55.1", + "id": "libnghttp2-sys 0.1.8+1.55.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "FFI bindings for libnghttp2 (nghttp2)\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.24", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libnghttp2-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.8+1.55.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.8+1.55.1/examples/smoke.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.8+1.55.1/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libnghttp2-sys-0.1.8+1.55.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/nghttp2-rs", + "homepage": "https://github.com/alexcrichton/nghttp2-rs", + "documentation": null, + "edition": "2015", + "links": "nghttp2", + "default_run": null, + "rust_version": null + }, + { + "name": "libssh2-sys", + "version": "0.3.0", + "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Native bindings to the libssh2 library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libz-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "libc" + ], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.25", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.11", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vcpkg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_env = \"msvc\")", + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.35", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.35", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libssh2_sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "openssl-on-win32": [ + "openssl-sys" + ], + "openssl-sys": [ + "dep:openssl-sys" + ], + "vendored-openssl": [ + "openssl-sys/vendored" + ], + "zlib-ng-compat": [ + "libz-sys/zlib-ng" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libssh2-sys-0.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton ", + "Wez Furlong ", + "Matteo Bigoi " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/alexcrichton/ssh2-rs", + "homepage": null, + "documentation": "https://docs.rs/libssh2-sys", + "edition": "2015", + "links": "ssh2", + "default_run": null, + "rust_version": null + }, + { + "name": "libudev", + "version": "0.2.0", + "id": "libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Rust wrapper for libudev", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libudev-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libudev", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.2.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list_devices", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.2.0/examples/list_devices.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monitor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.2.0/examples/monitor.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "David Cuddeback " + ], + "categories": [], + "keywords": [ + "udev", + "hardware", + "bindings", + "sysfs", + "systemd" + ], + "readme": "README.md", + "repository": "https://github.com/dcuddeback/libudev-rs", + "homepage": "https://github.com/dcuddeback/libudev-rs", + "documentation": "http://dcuddeback.github.io/libudev-rs/libudev/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "libudev", + "version": "0.3.0", + "id": "libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Rust wrapper for libudev", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libudev-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libudev", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.3.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list_devices", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.3.0/examples/list_devices.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monitor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.3.0/examples/monitor.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-0.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "David Cuddeback " + ], + "categories": [], + "keywords": [ + "udev", + "hardware", + "bindings", + "sysfs", + "systemd" + ], + "readme": "README.md", + "repository": "https://github.com/dcuddeback/libudev-rs", + "homepage": "https://github.com/dcuddeback/libudev-rs", + "documentation": "http://dcuddeback.github.io/libudev-rs/libudev/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "libudev-sys", + "version": "0.1.4", + "id": "libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "FFI bindings to libudev", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libudev-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-sys-0.1.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hwdb_query", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-sys-0.1.4/examples/hwdb_query.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list_devices", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-sys-0.1.4/examples/list_devices.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monitor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-sys-0.1.4/examples/monitor.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-sys-0.1.4/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libudev-sys-0.1.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "David Cuddeback " + ], + "categories": [], + "keywords": [ + "udev", + "hardware", + "bindings", + "sysfs", + "systemd" + ], + "readme": "README.md", + "repository": "https://github.com/dcuddeback/libudev-sys", + "homepage": "https://github.com/dcuddeback/libudev-sys", + "documentation": null, + "edition": "2015", + "links": "libudev", + "default_run": null, + "rust_version": null + }, + { + "name": "libz-sys", + "version": "1.1.12", + "id": "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Low-level bindings to the system libz library (also known as zlib).", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.43", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cmake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.44", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vcpkg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "libz-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "asm": [], + "cmake": [ + "dep:cmake" + ], + "default": [ + "libc", + "stock-zlib" + ], + "libc": [ + "dep:libc" + ], + "static": [], + "stock-zlib": [], + "zlib-ng": [ + "libc", + "cmake" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton ", + "Josh Triplett ", + "Sebastian Thiel " + ], + "categories": [ + "compression", + "external-ffi-bindings" + ], + "keywords": [ + "zlib", + "zlib-ng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/libz-sys", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": "z", + "default_run": null, + "rust_version": null + }, + { + "name": "linked-hash-map", + "version": "0.5.6", + "id": "linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A HashMap wrapper that holds key-value pairs in insertion order", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heapsize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "linked-hash-map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "heapsize": [ + "dep:heapsize" + ], + "heapsize_impl": [ + "heapsize" + ], + "nightly": [], + "serde": [ + "dep:serde" + ], + "serde_impl": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linked-hash-map-0.5.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stepan Koltsov ", + "Andrew Paseltiner " + ], + "categories": [], + "keywords": [ + "data-structures" + ], + "readme": "README.md", + "repository": "https://github.com/contain-rs/linked-hash-map", + "homepage": "https://github.com/contain-rs/linked-hash-map", + "documentation": "https://docs.rs/linked-hash-map", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "linked_list_allocator", + "version": "0.10.5", + "id": "linked_list_allocator 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "spinning_top", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "linked_list_allocator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linked_list_allocator-0.10.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc_ref": [], + "const_mut_refs": [], + "default": [ + "use_spin" + ], + "spinning_top": [ + "dep:spinning_top" + ], + "use_spin": [ + "spinning_top" + ], + "use_spin_nightly": [ + "use_spin" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linked_list_allocator-0.10.5/Cargo.toml", + "metadata": { + "release": { + "dev-version": false, + "pre-release-commit-message": "Release version {{version}}", + "pre-release-replacements": [ + { + "exactly": 1, + "file": "Changelog.md", + "replace": "# Unreleased\n\n# {{version}} – {{date}}", + "search": "# Unreleased" + } + ] + } + }, + "publish": null, + "authors": [ + "Philipp Oppermann " + ], + "categories": [], + "keywords": [ + "allocator", + "no_std", + "malloc", + "heap", + "kernel" + ], + "readme": "README.md", + "repository": "https://github.com/phil-opp/linked-list-allocator", + "homepage": "http://os.phil-opp.com/kernel-heap.html#a-better-allocator", + "documentation": "https://docs.rs/crate/linked_list_allocator", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.61" + }, + { + "name": "linux-raw-sys", + "version": "0.3.8", + "id": "linux-raw-sys 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "Generated bindings for Linux's userspace API", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.49", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.100", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "linux-raw-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std", + "general", + "errno" + ], + "errno": [], + "general": [], + "ioctl": [], + "netlink": [], + "no_std": [], + "rustc-dep-of-std": [ + "core", + "compiler_builtins", + "no_std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.3.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "default", + "ioctl", + "netlink" + ], + "targets": [ + "x86_64-unknown-linux-gnu", + "i686-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Dan Gohman " + ], + "categories": [ + "external-ffi-bindings" + ], + "keywords": [ + "linux", + "uapi", + "ffi" + ], + "readme": "README.md", + "repository": "https://github.com/sunfishcode/linux-raw-sys", + "homepage": null, + "documentation": "https://docs.rs/linux-raw-sys", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "linux-raw-sys", + "version": "0.4.5", + "id": "linux-raw-sys 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "Generated bindings for Linux's userspace API", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.49", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.100", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "linux-raw-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std", + "general", + "errno" + ], + "errno": [], + "general": [], + "if_ether": [], + "io_uring": [], + "ioctl": [], + "net": [], + "netlink": [], + "no_std": [], + "prctl": [], + "rustc-dep-of-std": [ + "core", + "compiler_builtins", + "no_std" + ], + "std": [], + "system": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/linux-raw-sys-0.4.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "default", + "ioctl", + "netlink" + ], + "targets": [ + "x86_64-unknown-linux-gnu", + "i686-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Dan Gohman " + ], + "categories": [ + "external-ffi-bindings" + ], + "keywords": [ + "linux", + "uapi", + "ffi" + ], + "readme": "README.md", + "repository": "https://github.com/sunfishcode/linux-raw-sys", + "homepage": null, + "documentation": "https://docs.rs/linux-raw-sys", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.63" + }, + { + "name": "llvm-tools", + "version": "0.1.1", + "id": "llvm-tools 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Provides access to the llvm tools installed through the `llvm-tools-preview` rustup component.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "llvm-tools", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/llvm-tools-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/llvm-tools-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Philipp Oppermann " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/phil-opp/llvm-tools", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "local-ip-address", + "version": "0.5.4", + "id": "local-ip-address 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Retrieve system's local IP address and Network Interfaces/Adapters on Linux, macOS and Windows.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "neli", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"linux\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_NetworkManagement_IpHelper", + "Win32_NetworkManagement_Ndis", + "Win32_System_Diagnostics_Debug", + "Win32_System_Memory" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "local-ip-address", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/local-ip-address-0.5.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "example", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/local-ip-address-0.5.4/examples/show_ip_and_ifs.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/local-ip-address-0.5.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Esteban Borai " + ], + "categories": [ + "web-programming", + "network-programming" + ], + "keywords": [ + "local", + "ip", + "address", + "web", + "network" + ], + "readme": "README.md", + "repository": "https://github.com/EstebanBorai/local-ip-address", + "homepage": "https://github.com/EstebanBorai/local-ip-address", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "lock_api", + "version": "0.4.10", + "id": "lock_api 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "owning_ref", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "scopeguard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.126", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "lock_api", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arc_lock": [], + "atomic_usize": [], + "default": [ + "atomic_usize" + ], + "nightly": [], + "owning_ref": [ + "dep:owning_ref" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.10/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "concurrency", + "no-std" + ], + "keywords": [ + "mutex", + "rwlock", + "lock", + "no_std" + ], + "readme": null, + "repository": "https://github.com/Amanieu/parking_lot", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "log", + "version": "0.4.20", + "id": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A lightweight logging facade for Rust\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sval", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sval_ref", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "value-bag", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.63", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sval", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sval_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "value-bag", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "test" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filters", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/tests/filters.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/tests/macros.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "value", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/benches/value.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "kv_unstable": [ + "value-bag" + ], + "kv_unstable_serde": [ + "kv_unstable_std", + "value-bag/serde", + "serde" + ], + "kv_unstable_std": [ + "std", + "kv_unstable", + "value-bag/error" + ], + "kv_unstable_sval": [ + "kv_unstable", + "value-bag/sval", + "sval", + "sval_ref" + ], + "max_level_debug": [], + "max_level_error": [], + "max_level_info": [], + "max_level_off": [], + "max_level_trace": [], + "max_level_warn": [], + "release_max_level_debug": [], + "release_max_level_error": [], + "release_max_level_info": [], + "release_max_level_off": [], + "release_max_level_trace": [], + "release_max_level_warn": [], + "serde": [ + "dep:serde" + ], + "std": [], + "sval": [ + "dep:sval" + ], + "sval_ref": [ + "dep:sval_ref" + ], + "value-bag": [ + "dep:value-bag" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.20/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "serde", + "kv_unstable_std", + "kv_unstable_sval", + "kv_unstable_serde" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "development-tools::debugging" + ], + "keywords": [ + "logging" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/log", + "homepage": null, + "documentation": "https://docs.rs/log", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "loom", + "version": "0.5.6", + "id": "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Permutation testing for concurrent code", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "scoped-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.92", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.33", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.27", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "loom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "arc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/arc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "atomic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/atomic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "atomic_int", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/atomic_int.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "atomic_relaxed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/atomic_relaxed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "condvar", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/condvar.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "deadlock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/deadlock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "double_panic_in_drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/double_panic_in_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fence", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/fence.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "futures", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/futures.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "litmus", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/litmus.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mpsc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/mpsc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/mutex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rwlock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/rwlock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rwlock_regression1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/rwlock_regression1.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/smoke.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "spec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/spec.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "thread_api", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/thread_api.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "thread_local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/thread_local.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unsafe_cell", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/unsafe_cell.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "yield", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/tests/yield.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "checkpoint": [ + "serde", + "serde_json" + ], + "default": [], + "futures": [ + "pin-utils" + ], + "pin-utils": [ + "dep:pin-utils" + ], + "serde": [ + "dep:serde" + ], + "serde_json": [ + "dep:serde_json" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/loom-0.5.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Carl Lerche " + ], + "categories": [ + "concurrency", + "data-structures" + ], + "keywords": [ + "atomic", + "lock-free" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/loom", + "homepage": "https://github.com/tokio-rs/loom", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "lru-cache", + "version": "0.1.2", + "id": "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A cache that holds a limited number of key-value pairs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heapsize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "linked-hash-map", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "lru-cache", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "heapsize": [ + "dep:heapsize" + ], + "heapsize_impl": [ + "heapsize", + "linked-hash-map/heapsize_impl" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-cache-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stepan Koltsov " + ], + "categories": [], + "keywords": [ + "data-structures" + ], + "readme": "README.md", + "repository": "https://github.com/contain-rs/lru-cache", + "homepage": "https://github.com/contain-rs/lru-cache", + "documentation": "https://contain-rs.github.io/lru-cache/lru_cache", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mac", + "version": "0.1.1", + "id": "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A collection of great and ubiqutitous macros.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mac", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mac-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mac-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jonathan Reem " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/reem/rust-mac.git", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mach", + "version": "0.1.2", + "id": "mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-2-Clause", + "license_file": null, + "description": "A Rust interface to the Mach 3.0 kernel that underlies OSX.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mach", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.1.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dump_process_registers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.1.2/examples/dump_process_registers.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nick Fitzgerald ", + "David Cuddeback " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/fitzgen/mach", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mach", + "version": "0.2.3", + "id": "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-2-Clause", + "license_file": null, + "description": "A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mach", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.2.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dump_process_registers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.2.3/examples/dump_process_registers.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "use_std", + "deprecated" + ], + "deprecated": [], + "unstable": [], + "use_std": [ + "libc/use_std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach-0.2.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nick Fitzgerald ", + "David Cuddeback " + ], + "categories": [ + "api-bindings", + "external-ffi-bindings", + "no-std", + "os" + ], + "keywords": [ + "kernel", + "macos", + "darwin" + ], + "readme": "README.md", + "repository": "https://github.com/fitzgen/mach", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mach2", + "version": "0.4.1", + "id": "mach2 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-2-Clause OR MIT OR Apache-2.0", + "license_file": null, + "description": "A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mach2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach2-0.4.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mach2-0.4.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-apple-darwin" + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "api-bindings", + "external-ffi-bindings", + "no-std", + "os" + ], + "keywords": [ + "kernel", + "macos", + "darwin" + ], + "readme": "README.md", + "repository": "https://github.com/JohnTitor/mach2", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "maitake", + "version": "0.1.0", + "id": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "license": "MIT", + "license_file": null, + "description": "Async runtime construction kit", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "dependencies": [ + { + "name": "cordyceps", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-bitfield", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-util", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": null, + "rename": "tracing-01", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": "tracing-02", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "futures", + "checkpoint" + ], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": "tracing_01", + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.11", + "kind": "dev", + "rename": "tracing_subscriber_03", + "optional": false, + "uses_default_features": true, + "features": [ + "fmt" + ], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "console-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(loom))", + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(loom))", + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": "dev", + "rename": "tracing-02", + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": "cfg(not(loom))", + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "ansi", + "fmt", + "env-filter" + ], + "target": "cfg(not(loom))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "maitake", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tokio-console", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/examples/tokio-console.rs", + "edition": "2021", + "required-features": [ + "tracing-01" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "join_handle", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/tests/join_handle.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/tests/mutex.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "scheduler", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/tests/scheduler/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "static_stub", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/tests/static_stub.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_builder", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/tests/task_builder.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "util", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/tests/util.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "cordyceps/alloc" + ], + "core-error": [], + "default": [ + "alloc" + ], + "no-cache-pad": [ + "mycelium-util/no-cache-pad", + "cordyceps/no-cache-pad" + ], + "tracing-01": [ + "dep:tracing-01" + ], + "tracing-02": [ + "dep:tracing-02" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/maitake/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman ", + "James Munns " + ], + "categories": [ + "no-std", + "async" + ], + "keywords": [ + "async", + "no_std", + "task", + "runtime", + "scheduler" + ], + "readme": "README.md", + "repository": "https://github.com/hawkw/mycelium", + "homepage": "https://mycelium.elizas.website", + "documentation": "https://mycelium.elizas.website/maitake", + "edition": "2021", + "links": "maitake", + "default_run": null, + "rust_version": "1.61.0" + }, + { + "name": "manganese", + "version": "0.1.0", + "id": "manganese 0.1.0 (path+file:///home/rain/dev/mnemos/tools/manganese)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "the mnemOS build tool\n", + "source": null, + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo-binutils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "artifact": { + "kinds": [ + "bin" + ], + "lib": false, + "target": null + }, + "target": null, + "registry": null + }, + { + "name": "cargo-espflash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.1", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "artifact": { + "kinds": [ + "bin:cargo-espflash" + ], + "lib": false, + "target": null + }, + "target": null, + "registry": null + }, + { + "name": "cargo-nextest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.57", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "artifact": { + "kinds": [ + "bin:cargo-nextest" + ], + "lib": false, + "target": null + }, + "target": null, + "registry": null + }, + { + "name": "just", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.14.0", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "artifact": { + "kinds": [ + "bin:just" + ], + "lib": false, + "target": null + }, + "target": null, + "registry": null + }, + { + "name": "trunk", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.5", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "artifact": { + "kinds": [ + "bin" + ], + "lib": false, + "target": null + }, + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "manganese", + "src_path": "/home/rain/dev/mnemos/tools/manganese/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/home/rain/dev/mnemos/tools/manganese/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "_any-deps": [], + "cargo-binutils": [ + "dep:cargo-binutils", + "_any-deps" + ], + "cargo-espflash": [ + "dep:cargo-espflash", + "_any-deps" + ], + "cargo-nextest": [ + "dep:cargo-nextest", + "_any-deps" + ], + "default": [], + "install-deps": [ + "just", + "cargo-nextest", + "cargo-binutils", + "cargo-espflash", + "trunk" + ], + "just": [ + "dep:just", + "_any-deps" + ], + "trunk": [ + "dep:trunk", + "_any-deps" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/tools/manganese/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "markup5ever", + "version": "0.10.1", + "id": "markup5ever 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT / Apache-2.0", + "license_file": null, + "description": "Common code for xml5ever and html5ever", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "string_cache", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tendril", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_codegen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "string_cache_codegen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "markup5ever", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/markup5ever-0.10.1/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/markup5ever-0.10.1/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/markup5ever-0.10.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The html5ever Project Developers" + ], + "categories": [ + "parser-implementations", + "web-programming" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/html5ever", + "homepage": null, + "documentation": "https://docs.rs/markup5ever", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "match_cfg", + "version": "0.1.0", + "id": "match_cfg 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A convenience macro to ergonomically define an item depending on a large number\nof `#[cfg]` parameters. Structured like match statement, the first matching\nbranch is the item that gets emitted.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "match_cfg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "use_core" + ], + "use_core": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/match_cfg-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "gnzlbg " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/gnzlbg/match_cfg", + "homepage": "https://github.com/gnzlbg/match_cfg", + "documentation": "https://docs.rs/match_cfg", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "matchers", + "version": "0.1.0", + "id": "matchers 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Regex matching on character and byte streams.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "regex-automata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "matchers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matchers-0.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matchers-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [ + "text-processing" + ], + "keywords": [ + "regex", + "match", + "pattern", + "streaming" + ], + "readme": "README.md", + "repository": "https://github.com/hawkw/matchers", + "homepage": "https://github.com/hawkw/matchers", + "documentation": "https://docs.rs/matchers/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "matches", + "version": "0.1.10", + "id": "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A macro to evaluate, as a boolean, whether an expression matches a pattern.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "matches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macro_use_one", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/tests/macro_use_one.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "use_star", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/tests/use_star.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matches-0.1.10/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/SimonSapin/rust-std-candidates", + "homepage": null, + "documentation": "https://docs.rs/matches/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "matchit", + "version": "0.7.0", + "id": "matchit 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A blazing fast URL router.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "actix-router", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gonzales", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.3-beta", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "path-tree", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "route-recognizer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "routefinder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "matchit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matchit-0.7.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tree", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matchit-0.7.0/tests/tree.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matchit-0.7.0/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__test_helpers": [], + "default": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/matchit-0.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ibraheem Ahmed " + ], + "categories": [ + "network-programming", + "algorithms" + ], + "keywords": [ + "router", + "path", + "tree", + "match", + "url" + ], + "readme": "README.md", + "repository": "https://github.com/ibraheemdev/matchit", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "maybe-async", + "version": "0.2.7", + "id": "maybe-async 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A procedure macro to unify SYNC and ASYNC implementation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "visit-mut", + "full" + ], + "target": null, + "registry": null + }, + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt-multi-thread" + ], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "maybe-async", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-async-0.2.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "service_client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-async-0.2.7/examples/service_client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-async-0.2.7/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit-test-util", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-async-0.2.7/tests/unit-test-util.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "is_sync": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/maybe-async-0.2.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Guoli Lyu " + ], + "categories": [], + "keywords": [ + "maybe", + "async", + "futures", + "macros", + "proc_macro" + ], + "readme": "README.md", + "repository": "https://github.com/fMeow/maybe-async-rs", + "homepage": null, + "documentation": "https://docs.rs/maybe-async", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mbrman", + "version": "0.5.2", + "id": "mbrman 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "MBR Partition Management in Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.116", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde-big-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.24", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mbrman", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mbrman-0.5.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mbrman-0.5.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Cecile Tonglet " + ], + "categories": [], + "keywords": [ + "mbr", + "partition", + "table", + "filesystem", + "disk" + ], + "readme": "README.md", + "repository": "https://github.com/rust-disk-partition-management/mbrman", + "homepage": "https://github.com/rust-disk-partition-management/mbrman", + "documentation": "https://docs.rs/mbrman", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "md5", + "version": "0.7.0", + "id": "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "The package provides the MD5 hash function.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "md5", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/benches/lib.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/md5-0.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ivan Ukhov ", + "Kamal Ahmad ", + "Konstantin Stepanov ", + "Lukas Kalbertodt ", + "Nathan Musoke ", + "Scott Mabin ", + "Tony Arcieri ", + "Wim de With ", + "Yosef Dinerstein " + ], + "categories": [ + "algorithms", + "cryptography" + ], + "keywords": [ + "checksum", + "digest", + "hash", + "md5" + ], + "readme": "README.md", + "repository": "https://github.com/stainless-steel/md5", + "homepage": "https://github.com/stainless-steel/md5", + "documentation": "https://docs.rs/md5", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "melpo-config", + "version": "0.1.0", + "id": "melpo-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene/melpo-config)", + "license": null, + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": "mnemos-kernel", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "melpo-config", + "src_path": "/home/rain/dev/mnemos/platforms/melpomene/melpo-config/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/platforms/melpomene/melpo-config/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "melpomene", + "version": "0.1.0", + "id": "melpomene 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A desktop simulator, suitable for experimenting with MnemOS without\nany external hardware requirements.\n", + "source": null, + "dependencies": [ + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "env", + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "console-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics-simulator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "forth3", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "async" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/forth3" + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maitake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "tracing-01" + ], + "target": null, + "registry": null + }, + { + "name": "melpo-config", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/platforms/melpomene/melpo-config" + }, + { + "name": "mnemos-abi", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/abi" + }, + { + "name": "mnemos-alloc", + "source": null, + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/alloc" + }, + { + "name": "mnemos-config", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/config" + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": "mnemos-kernel", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "mnemos-std", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/mstd" + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rt", + "time", + "macros", + "sync" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-modality", + "source": "git+https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "registry", + "fmt", + "ansi" + ], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "melpo-config", + "source": null, + "req": "*", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/platforms/melpomene/melpo-config" + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.10.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mnemos-config", + "source": null, + "req": "*", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/config" + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": "build", + "rename": "mnemos-kernel", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "melpomene", + "src_path": "/home/rain/dev/mnemos/platforms/melpomene/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "melpomene", + "src_path": "/home/rain/dev/mnemos/platforms/melpomene/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/home/rain/dev/mnemos/platforms/melpomene/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "atty": [ + "dep:atty" + ], + "console-subscriber": [ + "dep:console-subscriber" + ], + "default": [ + "trace-console", + "trace-fmt" + ], + "humantime": [ + "dep:humantime" + ], + "trace-console": [ + "console-subscriber", + "humantime" + ], + "trace-fmt": [ + "tracing-subscriber/fmt", + "atty" + ], + "trace-modality": [ + "tracing-modality", + "tokio/net", + "tokio/sync" + ], + "tracing-modality": [ + "dep:tracing-modality" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/platforms/melpomene/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "memchr", + "version": "2.5.0", + "id": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense/MIT", + "license_file": null, + "description": "Safe interface to memchr.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.18", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "memchr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std" + ], + "libc": [ + "dep:libc" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ], + "std": [], + "use_std": [ + "std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.5.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant ", + "bluss" + ], + "categories": [], + "keywords": [ + "memchr", + "char", + "scan", + "strchr", + "string" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/memchr", + "homepage": "https://github.com/BurntSushi/memchr", + "documentation": "https://docs.rs/memchr/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "memmap2", + "version": "0.5.10", + "id": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Cross-platform Rust API for memory-mapped file IO", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "stable_deref_trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "owning_ref", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "memmap2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.5.10/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.5.10/examples/cat.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "stable_deref_trait": [ + "dep:stable_deref_trait" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.5.10/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dan Burkert ", + "Yevhenii Reizner " + ], + "categories": [], + "keywords": [ + "mmap", + "memory-map", + "io", + "file" + ], + "readme": "README.md", + "repository": "https://github.com/RazrFalcon/memmap2-rs", + "homepage": null, + "documentation": "https://docs.rs/memmap2", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "memoffset", + "version": "0.6.5", + "id": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "offset_of functionality for Rust structs.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "memoffset", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.6.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.6.5/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "unstable_const": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.6.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Gilad Naaman " + ], + "categories": [ + "no-std" + ], + "keywords": [ + "mem", + "offset", + "offset_of", + "offsetof" + ], + "readme": "README.md", + "repository": "https://github.com/Gilnaa/memoffset", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "memoffset", + "version": "0.9.0", + "id": "memoffset 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "offset_of functionality for Rust structs.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "memoffset", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "unstable_const": [], + "unstable_offset_of": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/memoffset-0.9.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Gilad Naaman " + ], + "categories": [ + "no-std" + ], + "keywords": [ + "mem", + "offset", + "offset_of", + "offsetof" + ], + "readme": "README.md", + "repository": "https://github.com/Gilnaa/memoffset", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "micromath", + "version": "1.1.1", + "id": "micromath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Embedded-friendly math library featuring fast floating point approximations\n(with small code size) for common arithmetic operations, trigonometry,\n2D/3D vector types, statistical analysis, and quaternions.\nOptimizes for performance and small code size at the cost of precision.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "generic-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "micromath", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/micromath-1.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "generic-array": [ + "dep:generic-array" + ], + "quaternion": [], + "statistics": [], + "vector": [ + "generic-array" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/micromath-1.1.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Tony Arcieri " + ], + "categories": [ + "embedded", + "mathematics", + "science", + "no-std" + ], + "keywords": [ + "math", + "quaternions", + "statistics", + "trigonometry", + "vector" + ], + "readme": "README.md", + "repository": "https://github.com/tarcieri/micromath", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "micromath", + "version": "2.0.0", + "id": "micromath 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Embedded-friendly math library featuring fast floating point approximations\n(with small code size) for common arithmetic operations, trigonometry,\n2D/3D vector types, statistical analysis, and quaternions.\nOptimizes for performance and small code size at the cost of precision.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "micromath", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/micromath-2.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "num-traits": [ + "dep:num-traits" + ], + "quaternion": [], + "statistics": [], + "vector": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/micromath-2.0.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Tony Arcieri " + ], + "categories": [ + "embedded", + "mathematics", + "science", + "no-std" + ], + "keywords": [ + "math", + "quaternions", + "statistics", + "trigonometry", + "vector" + ], + "readme": "README.md", + "repository": "https://github.com/tarcieri/micromath", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "miette", + "version": "5.10.0", + "id": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.61", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "backtrace-ext", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is-terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=5.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "owo-colors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.162", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "supports-color", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "supports-hyperlinks", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "supports-unicode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "terminal_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "textwrap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.40", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indenter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.64", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.19", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "miette", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miette-5.10.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "backtrace": [ + "dep:backtrace" + ], + "backtrace-ext": [ + "dep:backtrace-ext" + ], + "default": [], + "fancy": [ + "fancy-no-backtrace", + "backtrace", + "backtrace-ext" + ], + "fancy-no-backtrace": [ + "owo-colors", + "is-terminal", + "textwrap", + "terminal_size", + "supports-hyperlinks", + "supports-color", + "supports-unicode" + ], + "is-terminal": [ + "dep:is-terminal" + ], + "no-format-args-capture": [], + "owo-colors": [ + "dep:owo-colors" + ], + "serde": [ + "dep:serde" + ], + "supports-color": [ + "dep:supports-color" + ], + "supports-hyperlinks": [ + "dep:supports-hyperlinks" + ], + "supports-unicode": [ + "dep:supports-unicode" + ], + "terminal_size": [ + "dep:terminal_size" + ], + "textwrap": [ + "dep:textwrap" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miette-5.10.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Kat Marchán " + ], + "categories": [ + "rust-patterns" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/zkat/miette", + "homepage": null, + "documentation": "https://docs.rs/miette", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "miette-derive", + "version": "5.10.0", + "id": "miette-derive 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Derive macros for miette. Like `thiserror` for Diagnostics.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "miette-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miette-derive-5.10.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miette-derive-5.10.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kat Marchán " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/zkat/miette", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mime", + "version": "0.3.17", + "id": "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Strongly Typed Mimes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "cmp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/cmp.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "fmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/fmt.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/benches/parse.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime-0.3.17/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [], + "keywords": [ + "mime", + "media-extensions", + "media-types" + ], + "readme": "README.md", + "repository": "https://github.com/hyperium/mime", + "homepage": null, + "documentation": "https://docs.rs/mime", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mime_guess", + "version": "2.0.4", + "id": "mime_guess 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A simple crate for detection of a file's MIME type by its extension.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "mime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicase", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicase", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mime_guess", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rev_map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/examples/rev_map.rs", + "edition": "2015", + "required-features": [ + "rev-mappings" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/benches/benchmark.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "rev-mappings" + ], + "rev-mappings": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mime_guess-2.0.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Austin Bonander " + ], + "categories": [], + "keywords": [ + "mime", + "filesystem", + "extension" + ], + "readme": "README.md", + "repository": "https://github.com/abonander/mime_guess", + "homepage": null, + "documentation": "https://docs.rs/mime_guess/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "minicbor", + "version": "0.13.2", + "id": "minicbor 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BlueOak-1.0.0", + "license_file": null, + "description": "A small CBOR codec suitable for no_std environments.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "half", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "minicbor-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "minicbor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.13.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cbor-display", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.13.2/src/bin/cbor-display.rs", + "edition": "2021", + "required-features": [ + "std", + "half" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.13.2/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__test-partial-skip-support": [], + "alloc": [], + "derive": [ + "minicbor-derive", + "alloc" + ], + "half": [ + "dep:half" + ], + "minicbor-derive": [ + "dep:minicbor-derive" + ], + "partial-derive-support": [ + "minicbor-derive", + "partial-skip-support" + ], + "partial-skip-support": [], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-0.13.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "derive", + "half" + ] + } + } + }, + "publish": null, + "authors": [ + "Toralf Wittner " + ], + "categories": [ + "encoding" + ], + "keywords": [ + "cbor", + "encoding", + "binary" + ], + "readme": "README.md", + "repository": "https://gitlab.com/twittner/minicbor", + "homepage": null, + "documentation": "https://twittner.gitlab.io/minicbor/minicbor/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "minicbor-derive", + "version": "0.8.0", + "id": "minicbor-derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BlueOak-1.0.0", + "license_file": null, + "description": "Derive minicbor `Decode` and `Encode` traits.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.72", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive", + "extra-traits", + "visit" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "minicbor-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-derive-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minicbor-derive-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Toralf Wittner " + ], + "categories": [ + "encoding" + ], + "keywords": [ + "cbor", + "encoding", + "binary" + ], + "readme": "README.md", + "repository": "https://gitlab.com/twittner/minicbor", + "homepage": null, + "documentation": "https://twittner.gitlab.io/minicbor/minicbor_derive/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "minimal-lexical", + "version": "0.2.1", + "id": "minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Fast float parsing conversion routines.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "minimal-lexical", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bellerophon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/bellerophon.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bellerophon_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/bellerophon_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/integration_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lemire_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/lemire_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "libm_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/libm_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mask_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/mask_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "number_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/number_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parse_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/parse_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rounding_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/rounding_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "slow_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/slow_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stackvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/stackvec.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "vec_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/tests/vec_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [], + "compact": [], + "default": [ + "std" + ], + "lint": [], + "nightly": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/minimal-lexical-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Huszagh " + ], + "categories": [ + "parsing", + "no-std" + ], + "keywords": [ + "parsing", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/Alexhuszagh/minimal-lexical", + "homepage": null, + "documentation": "https://docs.rs/minimal-lexical", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "miniz_oxide", + "version": "0.3.7", + "id": "miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "adler32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "miniz_oxide", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.3.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.3.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Frommi ", + "oyvindln " + ], + "categories": [ + "compression" + ], + "keywords": [ + "zlib", + "miniz", + "deflate", + "encoding" + ], + "readme": "Readme.md", + "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "documentation": "https://docs.rs/miniz_oxide", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "miniz_oxide", + "version": "0.4.4", + "id": "miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Zlib OR Apache-2.0", + "license_file": null, + "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "adler", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "miniz_oxide", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.4.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.4.4/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "dep:alloc" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "no_extern_crate_alloc": [], + "rustc-dep-of-std": [ + "core", + "alloc", + "compiler_builtins", + "adler/rustc-dep-of-std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.4.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Frommi ", + "oyvindln " + ], + "categories": [ + "compression" + ], + "keywords": [ + "zlib", + "miniz", + "deflate", + "encoding" + ], + "readme": "Readme.md", + "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "documentation": "https://docs.rs/miniz_oxide", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "miniz_oxide", + "version": "0.7.1", + "id": "miniz_oxide 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Zlib OR Apache-2.0", + "license_file": null, + "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "adler", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "simd-adler32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "miniz_oxide", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [ + "dep:alloc" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "with-alloc" + ], + "rustc-dep-of-std": [ + "core", + "alloc", + "compiler_builtins", + "adler/rustc-dep-of-std" + ], + "simd": [ + "simd-adler32" + ], + "simd-adler32": [ + "dep:simd-adler32" + ], + "std": [], + "with-alloc": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.7.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Frommi ", + "oyvindln " + ], + "categories": [ + "compression" + ], + "keywords": [ + "zlib", + "miniz", + "deflate", + "encoding" + ], + "readme": "Readme.md", + "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "homepage": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "documentation": "https://docs.rs/miniz_oxide", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mio", + "version": "0.8.8", + "id": "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Lightweight non-blocking I/O.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.121", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"wasi\")", + "registry": null + }, + { + "name": "wasi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"wasi\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.121", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_Storage_FileSystem", + "Win32_System_IO", + "Win32_System_WindowsProgramming" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/examples/tcp_server.rs", + "edition": "2018", + "required-features": [ + "os-poll", + "net" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_listenfd_server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/examples/tcp_listenfd_server.rs", + "edition": "2018", + "required-features": [ + "os-poll", + "net" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "udp_server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/examples/udp_server.rs", + "edition": "2018", + "required-features": [ + "os-poll", + "net" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "log" + ], + "log": [ + "dep:log" + ], + "net": [], + "os-ext": [ + "os-poll", + "windows-sys/Win32_System_Pipes", + "windows-sys/Win32_Security" + ], + "os-poll": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "aarch64-apple-ios", + "aarch64-linux-android", + "wasm32-wasi", + "x86_64-apple-darwin", + "x86_64-pc-windows-msvc", + "x86_64-unknown-dragonfly", + "x86_64-unknown-freebsd", + "x86_64-unknown-illumos", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-netbsd", + "x86_64-unknown-openbsd" + ] + } + }, + "playground": { + "features": [ + "os-poll", + "os-ext", + "net" + ] + } + }, + "publish": null, + "authors": [ + "Carl Lerche ", + "Thomas de Zeeuw ", + "Tokio Contributors " + ], + "categories": [ + "asynchronous" + ], + "keywords": [ + "io", + "async", + "non-blocking" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/mio", + "homepage": "https://github.com/tokio-rs/mio", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "miow", + "version": "0.5.0", + "id": "miow 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A zero overhead I/O library for Windows, focusing on IOCP and async I/O\nabstractions.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Storage_FileSystem", + "Win32_System_IO", + "Win32_System_Pipes", + "Win32_System_Threading", + "Win32_System_WindowsProgramming" + ], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "miow", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miow-0.5.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/miow-0.5.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ] + } + } + }, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [ + "iocp", + "windows", + "io", + "overlapped" + ], + "readme": "README.md", + "repository": "https://github.com/yoshuawuyts/miow", + "homepage": "https://github.com/yoshuawuyts/miow", + "documentation": "https://docs.rs/miow", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos", + "version": "0.1.0", + "id": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "The MnemOS Kernel. Built around asynchronous kernel tasks which use\nmessage passing as the primary means of interaction. Provided as a\nno_std library crate.\n", + "source": null, + "dependencies": [ + { + "name": "cobs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal-async", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0-alpha.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "forth3", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "async" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/forth3" + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "input-mgr", + "source": "git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maitake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "mnemos-abi", + "source": null, + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/abi" + }, + { + "name": "mnemos-alloc", + "source": null, + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/alloc" + }, + { + "name": "mnemos-trace-proto", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/trace-proto" + }, + { + "name": "mycelium-bitfield", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "require-cas" + ], + "target": null, + "registry": null + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "experimental-derive" + ], + "target": null, + "registry": null + }, + { + "name": "profont", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ring-drawer", + "source": "git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.136", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "sermux-proto", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/sermux-proto" + }, + { + "name": "spitebuf", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/spitebuf" + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.31", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-serde-structured", + "source": "git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "async-await", + "executor" + ], + "target": null, + "registry": null + }, + { + "name": "mnemos-alloc", + "source": null, + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/alloc" + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fmt", + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "vergen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^8.0.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "cargo", + "git", + "gitcl", + "rustc" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "kernel", + "src_path": "/home/rain/dev/mnemos/source/kernel/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/home/rain/dev/mnemos/source/kernel/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "mnemos-trace-proto": [ + "dep:mnemos-trace-proto" + ], + "serial-trace": [ + "mnemos-trace-proto", + "tracing-core", + "tracing-serde-structured" + ], + "tracing-core": [ + "dep:tracing-core" + ], + "tracing-serde-structured": [ + "dep:tracing-serde-structured" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/source/kernel/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "James Munns ", + "Eliza Weisman " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-abi", + "version": "0.1.0", + "id": "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Data structures and definitions shared between the kernel and userspace.\n", + "source": null, + "dependencies": [ + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.136", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "abi", + "src_path": "/home/rain/dev/mnemos/source/abi/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "defmt": [ + "dep:defmt" + ], + "use-defmt": [ + "defmt" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/source/abi/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "James Munns " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-alloc", + "version": "0.1.0", + "id": "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An async allocator wrapper. This crate provides collection types and helper functions to allow\nfor async handling of allocations, including turning allocation async.\n", + "source": null, + "dependencies": [ + { + "name": "cordyceps", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "defmt-impl" + ], + "target": null, + "registry": null + }, + { + "name": "linked_list_allocator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maitake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-alloc", + "src_path": "/home/rain/dev/mnemos/source/alloc/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "stats": [], + "use-std": [] + }, + "manifest_path": "/home/rain/dev/mnemos/source/alloc/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-beepy", + "version": "0.1.0", + "id": "mnemos-beepy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/beepy)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Hardware support specific to the SQFMI Beepy development board\n", + "source": null, + "dependencies": [ + { + "name": "bbq10kbd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "embedded-hal-async" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "mycelium-bitfield", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "serde" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-beepy", + "src_path": "/home/rain/dev/mnemos/platforms/beepy/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/platforms/beepy/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-bitslab", + "version": "0.1.0", + "id": "mnemos-bitslab 0.1.0 (path+file:///home/rain/dev/mnemos/source/bitslab)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-bitslab", + "src_path": "/home/rain/dev/mnemos/source/bitslab/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/source/bitslab/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-config", + "version": "0.1.0", + "id": "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Compile time configuration library. Intended to be used by platform crates\nand their build scripts\n", + "source": null, + "dependencies": [ + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "fancy" + ], + "target": null, + "registry": null + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": "mnemos-kernel", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-config", + "src_path": "/home/rain/dev/mnemos/source/config/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "use-std": [ + "dep:toml", + "postcard/use-std", + "dep:miette" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/source/config/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-d1", + "version": "0.1.0", + "id": "mnemos-d1 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A hardware abstraction library for the Allwinner D1, targeted\nat use in the mnemos operating system.\n", + "source": null, + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "d1-config", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/platforms/allwinner-d1/d1-config" + }, + { + "name": "d1-pac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "mnemos-beepy", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/platforms/beepy" + }, + { + "name": "mnemos-config", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/config" + }, + { + "name": "mnemos-d1-core", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/platforms/allwinner-d1/d1-core" + }, + { + "name": "riscv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "critical-section-single-hart" + ], + "target": null, + "registry": null + }, + { + "name": "riscv-rt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "d1-config", + "source": null, + "req": "*", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/platforms/allwinner-d1/d1-config" + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.10.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "mnemos-config", + "source": null, + "req": "*", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/config" + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-d1", + "src_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "lichee-rv", + "src_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/src/bin/lichee-rv.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "mq-pro", + "src_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/src/bin/mq-pro.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "i2c_puppet", + "sharp-display", + "serial-trace" + ], + "i2c_puppet": [ + "mnemos-beepy" + ], + "mnemos-beepy": [ + "dep:mnemos-beepy" + ], + "serial-trace": [ + "mnemos/serial-trace" + ], + "sharp-display": [ + "mnemos-d1-core/sharp-display" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-d1-core", + "version": "0.1.0", + "id": "mnemos-d1-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-core)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "d1-pac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "mnemos-bitslab", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/bitslab" + }, + { + "name": "mycelium-bitfield", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"riscv64\", target_arch = \"riscv32\"))", + "registry": null + }, + { + "name": "riscv-rt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"riscv64\", target_arch = \"riscv32\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-d1-core", + "src_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/d1-core/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "sharp-display": [] + }, + "manifest_path": "/home/rain/dev/mnemos/platforms/allwinner-d1/d1-core/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-esp32c3-buddy", + "version": "0.1.0", + "id": "mnemos-esp32c3-buddy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/esp32c3-buddy)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "esp-backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "esp32c3", + "panic-handler", + "exception-handler", + "print-uart" + ], + "target": null, + "registry": null + }, + { + "name": "esp-println", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "esp32c3" + ], + "target": null, + "registry": null + }, + { + "name": "esp32c3-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serial-trace" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "critical-section" + ], + "target": null, + "registry": null + }, + { + "name": "riscv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-esp32c3-buddy", + "src_path": "/home/rain/dev/mnemos/platforms/esp32c3-buddy/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "qtpy", + "src_path": "/home/rain/dev/mnemos/platforms/esp32c3-buddy/src/bin/qtpy.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "xiao", + "src_path": "/home/rain/dev/mnemos/platforms/esp32c3-buddy/src/bin/xiao.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/platforms/esp32c3-buddy/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Eliza Weisman ", + "James Munns " + ], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-std", + "version": "0.1.0", + "id": "mnemos-std 0.1.0 (path+file:///home/rain/dev/mnemos/source/mstd)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A tiny embedded operating system userspace library", + "source": null, + "dependencies": [ + { + "name": "mnemos-abi", + "source": null, + "req": "^0.1.0", + "kind": null, + "rename": "abi", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/abi" + }, + { + "name": "cordyceps", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "defmt-impl" + ], + "target": null, + "registry": null + }, + { + "name": "maitake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mnemos-alloc", + "source": null, + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/alloc" + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mstd", + "src_path": "/home/rain/dev/mnemos/source/mstd/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/home/rain/dev/mnemos/source/mstd/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "panic-handler": [] + }, + "manifest_path": "/home/rain/dev/mnemos/source/mstd/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "James Munns " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-trace-proto", + "version": "0.1.0", + "id": "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Wire types used by the binary tracing subscriber used on hardware targets.\nExtracted as a separate crate to allow external decoders (like `crowtty`)\nto share protocol definitions.\n", + "source": null, + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-serde-structured", + "source": "git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-trace-proto", + "src_path": "/home/rain/dev/mnemos/source/trace-proto/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "std": [ + "tracing-serde-structured/std", + "serde/std" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/source/trace-proto/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-x86_64-bootloader", + "version": "0.1.0", + "id": "mnemos-x86_64-bootloader 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/bootloader)", + "license": null, + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive", + "env" + ], + "target": null, + "registry": null + }, + { + "name": "ovmf-prebuilt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0-alpha.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bootloader", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mnemos-x86_64-core", + "source": null, + "req": "*", + "kind": "build", + "rename": "mnemos", + "optional": false, + "uses_default_features": true, + "features": [ + "bootloader_api" + ], + "artifact": { + "kinds": [ + "bin:bootloader" + ], + "lib": false, + "target": "x86_64-unknown-none" + }, + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/platforms/x86_64/core" + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-x86_64-bootloader", + "src_path": "/home/rain/dev/mnemos/platforms/x86_64/bootloader/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "mnemos-x86_64-bootloader", + "src_path": "/home/rain/dev/mnemos/platforms/x86_64/bootloader/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/home/rain/dev/mnemos/platforms/x86_64/bootloader/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/platforms/x86_64/bootloader/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mnemos-x86_64-core", + "version": "0.1.0", + "id": "mnemos-x86_64-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/core)", + "license": null, + "license_file": null, + "description": null, + "source": null, + "dependencies": [ + { + "name": "acpi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bootloader_api", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "hal-core", + "source": "git+https://github.com/hawkw/mycelium", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hal-x86_64", + "source": "git+https://github.com/hawkw/mycelium", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "serial-trace" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "mycelium-alloc", + "source": "git+https://github.com/hawkw/mycelium", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "buddy", + "bump" + ], + "target": null, + "registry": null + }, + { + "name": "mycelium-util", + "source": "git+https://github.com/hawkw/mycelium", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "profont", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mnemos-x86_64-core", + "src_path": "/home/rain/dev/mnemos/platforms/x86_64/core/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "bootloader", + "src_path": "/home/rain/dev/mnemos/platforms/x86_64/core/src/bin/bootloader/main.rs", + "edition": "2021", + "required-features": [ + "bootloader_api" + ], + "doc": true, + "doctest": false, + "test": false + } + ], + "features": { + "bootloader_api": [ + "dep:bootloader_api" + ] + }, + "manifest_path": "/home/rain/dev/mnemos/platforms/x86_64/core/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "modality-ingest-client", + "version": "0.1.1", + "id": "modality-ingest-client 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Modality SDK", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "minicbor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std", + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "net", + "time", + "io-util" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v4" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "modality-ingest-client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/modality-ingest-client-0.1.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/modality-ingest-client-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/auxoncorp/modality-sdk", + "homepage": "https://auxon.io/", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mukti-metadata", + "version": "0.1.0", + "id": "mukti-metadata 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Metadata for mukti release manager", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.137", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.31", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mukti-metadata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mukti-metadata-0.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/mukti-metadata-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [ + "mukti" + ], + "readme": "README.md", + "repository": "https://github.com/nextest-rs/mukti", + "homepage": null, + "documentation": "https://docs.rs/mukti-metadata", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "mycelium-alloc", + "version": "0.1.0", + "id": "mycelium-alloc 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": "MIT", + "license_file": null, + "description": null, + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "hal-core", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-util", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mycelium-alloc", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/alloc/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "buddy": [ + "hal-core", + "mycelium-util", + "tracing" + ], + "bump": [], + "hal-core": [ + "dep:hal-core" + ], + "mycelium-util": [ + "dep:mycelium-util" + ], + "tracing": [ + "dep:tracing" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/alloc/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nika Layzell ", + "Eliza Weisman " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mycelium-bitfield", + "version": "0.1.3", + "id": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "license": "MIT", + "license_file": null, + "description": "Structured bitfields, courtesy of Mycelium.", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "dependencies": [ + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mycelium-bitfield", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/bitfield/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/bitfield/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [ + "data-structures", + "encoding", + "parsing", + "no-std" + ], + "keywords": [ + "bitfield", + "bit", + "bits", + "bitfields", + "bitflags" + ], + "readme": "README.md", + "repository": "https://github.com/hawkw/mycelium", + "homepage": "https://mycelium.elizas.website", + "documentation": "https://docs.rs/mycelium-bitfield", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61.0" + }, + { + "name": "mycelium-bitfield", + "version": "0.1.3", + "id": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": "MIT", + "license_file": null, + "description": "Structured bitfields, courtesy of Mycelium.", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mycelium-bitfield", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/bitfield/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/bitfield/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [ + "data-structures", + "encoding", + "parsing", + "no-std" + ], + "keywords": [ + "bitfield", + "bit", + "bits", + "bitfields", + "bitflags" + ], + "readme": "README.md", + "repository": "https://github.com/hawkw/mycelium", + "homepage": "https://mycelium.elizas.website", + "documentation": "https://docs.rs/mycelium-bitfield", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61.0" + }, + { + "name": "mycelium-trace", + "version": "0.1.0", + "id": "mycelium-trace 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": null, + "license_file": null, + "description": null, + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hal-core", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-util", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mycelium-trace", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/trace/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "embedded-graphics" + ], + "embedded-graphics": [ + "dep:embedded-graphics", + "hal-core/embedded-graphics-core" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/trace/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "mycelium-util", + "version": "0.1.0", + "id": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "license": null, + "license_file": null, + "description": null, + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "dependencies": [ + { + "name": "cordyceps", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-bitfield", + "source": "git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fmt", + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.15", + "kind": "dev", + "rename": "tracing-subscriber_03", + "optional": false, + "uses_default_features": true, + "features": [ + "fmt", + "env-filter" + ], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.36", + "kind": "dev", + "rename": "tracing_01", + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mycelium-util", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/util/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [ + "cordyceps/alloc" + ], + "default": [], + "no-cache-pad": [ + "cordyceps/no-cache-pad" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/101a4ab/util/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61.0" + }, + { + "name": "mycelium-util", + "version": "0.1.0", + "id": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": null, + "license_file": null, + "description": null, + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "cordyceps", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mycelium-bitfield", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "git+https://github.com/tokio-rs/tracing", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fmt", + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.15", + "kind": "dev", + "rename": "tracing-subscriber_03", + "optional": false, + "uses_default_features": true, + "features": [ + "fmt", + "env-filter" + ], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.36", + "kind": "dev", + "rename": "tracing_01", + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mycelium-util", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/util/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [ + "cordyceps/alloc" + ], + "default": [], + "no-cache-pad": [ + "cordyceps/no-cache-pad" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/util/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61.0" + }, + { + "name": "mycotest", + "version": "0.1.0", + "id": "mycotest 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "license": "MIT", + "license_file": null, + "description": null, + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "dependencies": [ + { + "name": "mycelium-trace", + "source": "git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489", + "req": "*", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "mycotest", + "src_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/mycotest/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "mycelium-trace": [ + "dep:mycelium-trace" + ], + "runner": [ + "mycelium-trace" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/mycelium-fb863cdaca369b67/1f12519/mycotest/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "native-tls", + "version": "0.2.11", + "id": "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A wrapper over a platform's native TLS implementation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-cert-gen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "security-framework", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "security-framework-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", + "registry": null + }, + { + "name": "openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.29", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", + "registry": null + }, + { + "name": "openssl-probe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.55", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))", + "registry": null + }, + { + "name": "schannel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "native-tls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "google-connect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/google-connect.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple-server-pkcs8", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/simple-server-pkcs8.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple-server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/examples/simple-server.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alpn": [ + "security-framework/alpn" + ], + "vendored": [ + "openssl/vendored" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.11/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "alpn" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/sfackler/rust-native-tls", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nb", + "version": "0.1.3", + "id": "nb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Minimal non-blocking I/O layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "nb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nb", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nb-0.1.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nb-0.1.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "asynchronous", + "embedded", + "no-std" + ], + "keywords": [ + "await", + "futures", + "IO" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/nb", + "homepage": "https://github.com/rust-embedded/nb", + "documentation": "https://docs.rs/nb", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nb", + "version": "1.1.0", + "id": "nb 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Minimal non-blocking I/O layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nb", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nb-1.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "defmt-0-3": [ + "dep:defmt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nb-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [ + "asynchronous", + "embedded", + "no-std" + ], + "keywords": [ + "await", + "futures", + "IO" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/nb", + "homepage": "https://github.com/rust-embedded/nb", + "documentation": "https://docs.rs/nb", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "neli", + "version": "0.6.4", + "id": "neli 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-3-Clause", + "license_file": null, + "description": "Type safe netlink library written in Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.82", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "neli-proc-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "io-util", + "net" + ], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt-multi-thread" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "neli", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "create-nested-attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/create-nested-attributes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ctrl-list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/ctrl-list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_generic_nl_family_custom_types", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/custom_generic_nl_family_custom_types.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "error_packet", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/error_packet.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "genl_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/genl_stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "getips", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/getips.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lookup_id", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/lookup_id.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "neli", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/neli.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "nl80211", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/nl80211.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "route-list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/examples/route-list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "async": [ + "tokio" + ], + "default": [], + "netfilter": [], + "tokio": [ + "dep:tokio" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-0.6.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "John Baublitz " + ], + "categories": [], + "keywords": [ + "netlink" + ], + "readme": "README.md", + "repository": "https://github.com/jbaublitz/neli", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "neli-proc-macros", + "version": "0.1.3", + "id": "neli-proc-macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-3-Clause", + "license_file": null, + "description": "Procedural macros for neli", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "extra-traits" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "neli-proc-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-proc-macros-0.1.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/neli-proc-macros-0.1.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "John Baublitz " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/jbaublitz/neli", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nested", + "version": "0.1.1", + "id": "nested 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A memory efficient container for nested collections (like `Vec` or `Vec>`)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nested", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Johann Tuffe " + ], + "categories": [ + "caching", + "data-structures" + ], + "keywords": [ + "vec", + "packed", + "heap", + "collection", + "container" + ], + "readme": "README.md", + "repository": "https://github.com/tafia/nested", + "homepage": null, + "documentation": "https://docs.rs/nested", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "new_debug_unreachable", + "version": "1.0.4", + "id": "new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "debug_unreachable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/examples/simple.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "check", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/tests/check.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/new_debug_unreachable-1.0.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Matt Brubeck ", + "Jonathan Reem " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/mbrubeck/rust-debug-unreachable", + "homepage": null, + "documentation": "https://docs.rs/new_debug_unreachable", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nextest-filtering", + "version": "0.5.0", + "id": "nextest-filtering 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Filtering DSL for cargo-nextest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "guppy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom-tracable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom_locate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "recursion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-syntax", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-strategy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.40", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "twox-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.3.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-strategy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nextest-filtering", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-filtering-0.5.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "generate-expr-corpus", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-filtering-0.5.0/src/bin/generate-expr-corpus.rs", + "edition": "2021", + "required-features": [ + "internal-testing" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-filtering-0.5.0/examples/parser.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "match", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-filtering-0.5.0/tests/match.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "internal-testing": [ + "dep:proptest", + "dep:test-strategy", + "dep:twox-hash" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-filtering-0.5.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "development-tools::testing" + ], + "keywords": [ + "nextest", + "test-runner" + ], + "readme": "README.md", + "repository": "https://github.com/nextest-rs/nextest", + "homepage": null, + "documentation": "https://docs.rs/nextest-filtering", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "nextest-metadata", + "version": "0.9.1", + "id": "nextest-metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Structured access to nextest machine-readable output.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde1" + ], + "target": null, + "registry": null + }, + { + "name": "nextest-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.104", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smol_str", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "target-spec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "custom", + "summaries" + ], + "target": null, + "registry": null + }, + { + "name": "test-case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nextest-metadata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-metadata-0.9.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-metadata-0.9.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "development-tools::testing" + ], + "keywords": [ + "nextest", + "test-runner" + ], + "readme": "README.md", + "repository": "https://github.com/nextest-rs/nextest", + "homepage": null, + "documentation": "https://docs.rs/nextest-metadata", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "nextest-runner", + "version": "0.45.0", + "id": "nextest-runner 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Core runner logic for cargo nextest.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "aho-corasick", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-scoped", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-tokio" + ], + "target": null, + "registry": null + }, + { + "name": "atomicwrites", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde1" + ], + "target": null, + "registry": null + }, + { + "name": "camino-tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo_metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "toml" + ], + "target": null, + "registry": null + }, + { + "name": "console-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "debug-ignore", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "future-queue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "guppy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "home", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "humantime-serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indent_write", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indicatif", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is_ci", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mukti-metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-filtering", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.18.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "owo-colors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quick-junit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "self_update", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "archive-tar", + "compression-flate2" + ], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_ignored", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.104", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_path_to_error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "shell-words", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smol_str", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "strip-ansi-escapes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.39", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "target-spec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "custom", + "summaries" + ], + "target": null, + "registry": null + }, + { + "name": "target-spec-miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.44", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.29.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "io-util", + "macros", + "process", + "rt", + "rt-multi-thread", + "signal", + "sync", + "time" + ], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml_edit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "twox-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-ident", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-normalization", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.22", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v4" + ], + "target": null, + "registry": null + }, + { + "name": "zstd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "zstdmt" + ], + "target": null, + "registry": null + }, + { + "name": "color-eyre", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "duct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indoc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maplit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pathdiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "camino" + ], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "self_update", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"riscv32\", target_arch = \"riscv64\"))", + "registry": null + }, + { + "name": "self_update", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "rustls" + ], + "target": "cfg(not(any(target_arch = \"riscv32\", target_arch = \"riscv64\")))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.147", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "nix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.26.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "signal" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "dunce", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "win32job", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Globalization", + "Win32_System_Console", + "Win32_System_JobObjects" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nextest-runner", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-runner-0.45.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "passthrough", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-runner-0.45.0/test-helpers/passthrough.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-runner-0.45.0/tests/integration/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-runner-0.45.0/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "console-subscriber": [ + "dep:console-subscriber" + ], + "experimental-tokio-console": [ + "console-subscriber", + "tokio/tracing" + ], + "mukti-metadata": [ + "dep:mukti-metadata" + ], + "self-update": [ + "self_update", + "mukti-metadata" + ], + "self_update": [ + "dep:self_update" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-runner-0.45.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/nextest-rs/nextest", + "homepage": null, + "documentation": "https://docs.rs/nextest-runner", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "nextest-workspace-hack", + "version": "0.1.0", + "id": "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "CC0-1.0", + "license_file": null, + "description": "workspace-hack package, managed by hakari", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nextest-workspace-hack", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-workspace-hack-0.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-workspace-hack-0.1.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nextest-workspace-hack-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nipper", + "version": "0.1.9", + "id": "nipper 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "HTML manipulation with CSS seletors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cssparser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.27.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "html5ever", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "markup5ever", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "selectors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tendril", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "readability", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "blocking" + ], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nipper", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "attribute", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/attribute.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/demo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hacker_news", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/hacker_news.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "readability", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/readability.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "readability2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/readability2.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "remove", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/remove.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tag_name", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/tag_name.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "text", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/examples/text.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "data", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/tests/data.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "html-dom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/tests/html-dom.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "html-tree-sink", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/tests/html-tree-sink.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "selection-manipulation", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/tests/selection-manipulation.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "selection-property", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/tests/selection-property.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "selection-query", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/tests/selection-query.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "selection-traversal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/tests/selection-traversal.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nipper-0.1.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "importcjj " + ], + "categories": [], + "keywords": [ + "html", + "css", + "selector", + "scraping", + "crawler" + ], + "readme": "README.md", + "repository": "https://github.com/importcjj/nipper", + "homepage": null, + "documentation": "https://docs.rs/nipper/latest", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nix", + "version": "0.23.2", + "id": "nix 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Rust friendly bindings to *nix APIs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.121", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra_traits" + ], + "target": null, + "registry": null + }, + { + "name": "assert-impl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "caps", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", + "registry": null + }, + { + "name": "memoffset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"redox\"))", + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"dragonfly\")", + "registry": null + }, + { + "name": "sysctl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"freebsd\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nix", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/test/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-aio-drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/test/sys/test_aio_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-clearenv", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/test/test_clearenv.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-lio-listio-resubmit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/test/sys/test_lio_listio_resubmit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-mount", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/test/test_mount.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-ptymaster-drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/test/test_ptymaster_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.23.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu", + "aarch64-linux-android", + "x86_64-apple-darwin", + "aarch64-apple-ios", + "x86_64-unknown-freebsd", + "x86_64-unknown-openbsd", + "x86_64-unknown-netbsd", + "x86_64-unknown-dragonfly", + "x86_64-fuchsia", + "x86_64-unknown-redox", + "x86_64-unknown-illumos" + ] + } + } + }, + "publish": null, + "authors": [ + "The nix-rust Project Developers" + ], + "categories": [ + "os::unix-apis" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/nix-rust/nix", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.46" + }, + { + "name": "nix", + "version": "0.26.2", + "id": "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Rust friendly bindings to *nix APIs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.137", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra_traits" + ], + "target": null, + "registry": null + }, + { + "name": "pin-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "assert-impl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "caps", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", + "registry": null + }, + { + "name": "memoffset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"redox\"))", + "registry": null + }, + { + "name": "sysctl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"freebsd\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nix", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/test/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-aio-drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/test/sys/test_aio_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-clearenv", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/test/test_clearenv.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-mount", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/test/test_mount.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test-ptymaster-drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/test/test_ptymaster_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "acct": [], + "aio": [ + "pin-utils" + ], + "default": [ + "acct", + "aio", + "dir", + "env", + "event", + "feature", + "fs", + "hostname", + "inotify", + "ioctl", + "kmod", + "mman", + "mount", + "mqueue", + "net", + "personality", + "poll", + "process", + "pthread", + "ptrace", + "quota", + "reboot", + "resource", + "sched", + "signal", + "socket", + "term", + "time", + "ucontext", + "uio", + "user", + "zerocopy" + ], + "dir": [ + "fs" + ], + "env": [], + "event": [], + "feature": [], + "fs": [], + "hostname": [], + "inotify": [], + "ioctl": [], + "kmod": [], + "memoffset": [ + "dep:memoffset" + ], + "mman": [], + "mount": [ + "uio" + ], + "mqueue": [ + "fs" + ], + "net": [ + "socket" + ], + "personality": [], + "pin-utils": [ + "dep:pin-utils" + ], + "poll": [], + "process": [], + "pthread": [], + "ptrace": [ + "process" + ], + "quota": [], + "reboot": [], + "resource": [], + "sched": [ + "process" + ], + "signal": [ + "process" + ], + "socket": [ + "memoffset" + ], + "term": [], + "time": [], + "ucontext": [ + "signal" + ], + "uio": [], + "user": [ + "feature" + ], + "zerocopy": [ + "fs", + "uio" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "x86_64-unknown-linux-gnu", + "aarch64-linux-android", + "x86_64-apple-darwin", + "aarch64-apple-ios", + "x86_64-unknown-freebsd", + "x86_64-unknown-openbsd", + "x86_64-unknown-netbsd", + "x86_64-unknown-dragonfly", + "x86_64-fuchsia", + "x86_64-unknown-redox", + "x86_64-unknown-illumos" + ] + } + } + }, + "publish": null, + "authors": [ + "The nix-rust Project Developers" + ], + "categories": [ + "os::unix-apis" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/nix-rust/nix", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "nodrop", + "version": "0.1.14", + "id": "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A wrapper type to inhibit drop (destructor).\n\n***Deprecated: Use ManuallyDrop or MaybeUninit instead!***\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "nodrop-union", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nodrop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "nodrop-union": [ + "dep:nodrop-union" + ], + "std": [], + "use_needs_drop": [], + "use_union": [ + "nodrop-union" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nodrop-0.1.14/Cargo.toml", + "metadata": { + "release": { + "no-dev-version": true, + "tag-name": "nodrop-{{version}}" + } + }, + "publish": null, + "authors": [ + "bluss" + ], + "categories": [ + "rust-patterns" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/bluss/arrayvec", + "homepage": null, + "documentation": "https://docs.rs/nodrop/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nom", + "version": "7.1.3", + "id": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A byte-oriented, zero-copy, parser combinators library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "minimal-lexical", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/custom_error.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/json.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "json_iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/json_iterator.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/iterator.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "s_expression", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/s_expression.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "string", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/examples/string.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "arithmetic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/arithmetic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "arithmetic_ast", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/arithmetic_ast.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "css", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/css.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/custom_errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "float", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/float.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ini", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/ini.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ini_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/ini_str.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issues", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/issues.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/json.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mp4", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/mp4.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multiline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/multiline.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "overflow", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/overflow.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "reborrow_fold", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/reborrow_fold.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fnmut", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/fnmut.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "escaped", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/tests/escaped.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "docsrs": [], + "std": [ + "alloc", + "memchr/std", + "minimal-lexical/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-7.1.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "features": [ + "alloc", + "std", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "contact@geoffroycouprie.com" + ], + "categories": [ + "parsing" + ], + "keywords": [ + "parser", + "parser-combinators", + "parsing", + "streaming", + "bit" + ], + "readme": "README.md", + "repository": "https://github.com/Geal/nom", + "homepage": null, + "documentation": "https://docs.rs/nom", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "nom-tracable", + "version": "0.9.0", + "id": "nom-tracable 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Extension of nom to trace parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom-tracable-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom_locate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nom-tracable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-0.9.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "str_parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-0.9.0/examples/str_parser.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "u8_custom_parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-0.9.0/examples/u8_custom_parser.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "u8_parser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-0.9.0/examples/u8_parser.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-0.9.0/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "trace": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-0.9.0/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "../README.md", + "replace": "nom-tracable = \"{{version}}\"", + "search": "nom-tracable = \"[a-z0-9\\.-]+\"" + }, + { + "file": "../CHANGELOG.md", + "replace": "v{{version}}", + "search": "Unreleased" + }, + { + "file": "../CHANGELOG.md", + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "file": "../CHANGELOG.md", + "replace": "Change Log\n\n## [Unreleased](https://github.com/dalance/nom-tracable/compare/v{{version}}...Unreleased) - ReleaseDate", + "search": "Change Log" + } + ] + } + }, + "publish": null, + "authors": [ + "dalance " + ], + "categories": [ + "parsing" + ], + "keywords": [ + "parser", + "nom" + ], + "readme": "README.md", + "repository": "https://github.com/dalance/nom-tracable", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nom-tracable-macros", + "version": "0.9.0", + "id": "nom-tracable-macros 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Helper crate of nom-tracable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "fold", + "parsing", + "extra-traits" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "nom-tracable-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-macros-0.9.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom-tracable-macros-0.9.0/Cargo.toml", + "metadata": { + "release": { + "tag": false + } + }, + "publish": null, + "authors": [ + "dalance " + ], + "categories": [ + "parsing" + ], + "keywords": [ + "parser", + "nom" + ], + "readme": null, + "repository": "https://github.com/dalance/nom-tracable", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "nom_locate", + "version": "4.2.0", + "id": "nom_locate 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A special input type for nom to locate tokens", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytecount", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=1.0.1, <3.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "stable_deref_trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nom_locate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom_locate-4.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "position", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom_locate-4.2.0/examples/position.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom_locate-4.2.0/tests/integration_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom_locate-4.2.0/benches/benches.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "nom/alloc" + ], + "default": [ + "std" + ], + "generic-simd": [ + "bytecount/generic-simd" + ], + "runtime-dispatch-simd": [ + "bytecount/runtime-dispatch-simd" + ], + "stable-deref-trait": [ + "stable_deref_trait" + ], + "stable_deref_trait": [ + "dep:stable_deref_trait" + ], + "std": [ + "nom/std", + "alloc", + "memchr/use_std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nom_locate-4.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Florent FAYOLLE ", + "Christopher Durham ", + "Valentin Lorentz " + ], + "categories": [ + "parsing" + ], + "keywords": [ + "nom" + ], + "readme": "README.md", + "repository": "https://github.com/fflorent/nom_locate", + "homepage": "https://github.com/fflorent/nom_locate", + "documentation": "https://docs.rs/nom_locate/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "normpath", + "version": "1.1.1", + "id": "normpath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "More reliable path manipulation\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "print_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uniquote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Storage_FileSystem" + ], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "normpath", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/normpath-1.1.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "localization": [ + "windows-sys/Win32_UI_Shell", + "windows-sys/Win32_UI_WindowsAndMessaging" + ], + "print_bytes": [ + "dep:print_bytes" + ], + "serde": [ + "dep:serde" + ], + "uniquote": [ + "dep:uniquote" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/normpath-1.1.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "normpath_docs_rs" + ], + "rustdoc-args": [ + "--cfg", + "normpath_docs_rs" + ] + } + } + }, + "publish": null, + "authors": [ + "dylni" + ], + "categories": [ + "command-line-interface", + "filesystem", + "os" + ], + "keywords": [ + "absolute", + "canonicalize", + "path", + "normalize", + "windows" + ], + "readme": "README.md", + "repository": "https://github.com/dylni/normpath", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.57.0" + }, + { + "name": "notify", + "version": "6.1.1", + "id": "notify 6.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "CC0-1.0", + "license_file": null, + "description": "Cross-platform filesystem notification library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "filetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.22", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.89", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.39", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "kqueue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))", + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "os-ext" + ], + "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))", + "registry": null + }, + { + "name": "inotify", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(any(target_os = \"linux\", target_os = \"android\"))", + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "os-ext" + ], + "target": "cfg(any(target_os = \"linux\", target_os = \"android\"))", + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"macos\")", + "registry": null + }, + { + "name": "fsevent-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"macos\")", + "registry": null + }, + { + "name": "kqueue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"macos\")", + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "os-ext" + ], + "target": "cfg(target_os = \"macos\")", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_System_Threading", + "Win32_Foundation", + "Win32_Storage_FileSystem", + "Win32_Security", + "Win32_System_WindowsProgramming", + "Win32_System_IO" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "notify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "crossbeam-channel": [ + "dep:crossbeam-channel" + ], + "default": [ + "macos_fsevent", + "crossbeam-channel" + ], + "fsevent-sys": [ + "dep:fsevent-sys" + ], + "kqueue": [ + "dep:kqueue" + ], + "macos_fsevent": [ + "fsevent-sys" + ], + "macos_kqueue": [ + "kqueue", + "mio" + ], + "manual_tests": [], + "mio": [ + "dep:mio" + ], + "serde": [ + "dep:serde" + ], + "timing_tests": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-6.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Félix Saparelli ", + "Daniel Faust ", + "Aron Heinecke " + ], + "categories": [ + "filesystem" + ], + "keywords": [ + "events", + "filesystem", + "notify", + "watch" + ], + "readme": "README.md", + "repository": "https://github.com/notify-rs/notify.git", + "homepage": "https://github.com/notify-rs/notify", + "documentation": "https://docs.rs/notify", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "notify-debouncer-full", + "version": "0.3.1", + "id": "notify-debouncer-full 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "notify event debouncer optimized for ease of use", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "file-id", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "notify", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^6.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "deser-hjson", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mock_instant", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rstest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.89", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "notify_debouncer_full", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-debouncer-full-0.3.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "crossbeam": [ + "crossbeam-channel", + "notify/crossbeam-channel" + ], + "crossbeam-channel": [ + "dep:crossbeam-channel" + ], + "default": [ + "crossbeam" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/notify-debouncer-full-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Daniel Faust " + ], + "categories": [], + "keywords": [ + "events", + "filesystem", + "notify", + "watch" + ], + "readme": "README.md", + "repository": "https://github.com/notify-rs/notify.git", + "homepage": "https://github.com/notify-rs/notify", + "documentation": "https://docs.rs/notify-debouncer-full", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "nu-ansi-term", + "version": "0.46.0", + "id": "nu-ansi-term 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Library for ANSI terminal colors and styles (bold, underline)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "overload", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.90", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.39", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "consoleapi", + "errhandlingapi", + "fileapi", + "handleapi", + "processenv" + ], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "nu-ansi-term", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "256_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/examples/256_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "basic_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/examples/basic_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gradient_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/examples/gradient_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "rgb_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/examples/rgb_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "derive_serde_style": [ + "serde" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.46.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "ogham@bsago.me", + "Ryan Scheel (Havvy) ", + "Josh Triplett ", + "The Nushell Project Developers" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/nushell/nu-ansi-term", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "num", + "version": "0.1.42", + "id": "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-bigint", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.42", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-complex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.42", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-integer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.36", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-iter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-rational", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.42", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "num", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.1.42/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "bigint": [ + "num-bigint" + ], + "complex": [ + "num-complex" + ], + "default": [ + "bigint", + "complex", + "rational", + "rustc-serialize" + ], + "num-bigint": [ + "dep:num-bigint" + ], + "num-complex": [ + "dep:num-complex" + ], + "num-rational": [ + "dep:num-rational" + ], + "rational": [ + "num-rational" + ], + "rustc-serialize": [ + "num-bigint/rustc-serialize", + "num-complex/rustc-serialize", + "num-rational/rustc-serialize" + ], + "serde": [ + "num-bigint/serde", + "num-complex/serde", + "num-rational/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-0.1.42/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "data-structures", + "science" + ], + "keywords": [ + "mathematics", + "numerics", + "bignum" + ], + "readme": "README.md", + "repository": "https://github.com/rust-num/num", + "homepage": "https://github.com/rust-num/num", + "documentation": "https://docs.rs/num", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "num-integer", + "version": "0.1.45", + "id": "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Integer traits and functions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "num-integer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "average", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/tests/average.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "roots", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/tests/roots.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "average", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/benches/average.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "gcd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/benches/gcd.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "roots", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/benches/roots.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "i128": [ + "num-traits/i128" + ], + "std": [ + "num-traits/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-integer-0.1.45/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "science", + "no-std" + ], + "keywords": [ + "mathematics", + "numerics" + ], + "readme": "README.md", + "repository": "https://github.com/rust-num/num-integer", + "homepage": "https://github.com/rust-num/num-integer", + "documentation": "https://docs.rs/num-integer", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "num-iter", + "version": "0.1.43", + "id": "num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "External iterators for generic mathematics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-integer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.42", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "num-iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "i128": [ + "num-integer/i128", + "num-traits/i128" + ], + "std": [ + "num-integer/std", + "num-traits/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-iter-0.1.43/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "science", + "no-std" + ], + "keywords": [ + "mathematics", + "numerics" + ], + "readme": "README.md", + "repository": "https://github.com/rust-num/num-iter", + "homepage": "https://github.com/rust-num/num-iter", + "documentation": "https://docs.rs/num-iter", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "num-rational", + "version": "0.3.2", + "id": "num-rational 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Rational numbers implementation for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-bigint", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-integer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.42", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "i128" + ], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "i128" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "num-rational", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.3.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.3.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "num-bigint-std", + "std" + ], + "num-bigint": [ + "dep:num-bigint" + ], + "num-bigint-std": [ + "num-bigint/std" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "num-integer/std", + "num-traits/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-rational-0.3.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "num-bigint-std", + "serde" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "data-structures", + "science", + "no-std" + ], + "keywords": [ + "mathematics", + "numerics", + "fractions" + ], + "readme": "README.md", + "repository": "https://github.com/rust-num/num-rational", + "homepage": "https://github.com/rust-num/num-rational", + "documentation": "https://docs.rs/num-rational", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "num-traits", + "version": "0.2.15", + "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Numeric traits for generic mathematics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "num-traits", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cast", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/tests/cast.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "i128": [], + "libm": [ + "dep:libm" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num-traits-0.2.15/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "science", + "no-std" + ], + "keywords": [ + "mathematics", + "numerics" + ], + "readme": "README.md", + "repository": "https://github.com/rust-num/num-traits", + "homepage": "https://github.com/rust-num/num-traits", + "documentation": "https://docs.rs/num-traits", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "num_cpus", + "version": "1.16.0", + "id": "num_cpus 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Get the number of CPUs on a machine.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "hermit-abi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"hermit\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "num_cpus", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "values", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/examples/values.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-1.16.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [ + "hardware-support" + ], + "keywords": [ + "cpu", + "cpus", + "cores" + ], + "readme": "README.md", + "repository": "https://github.com/seanmonstar/num_cpus", + "homepage": null, + "documentation": "https://docs.rs/num_cpus", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "num_threads", + "version": "0.1.6", + "id": "num_threads 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A minimal library that determines the number of running threads for the current process.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.107", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "num_threads", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/num_threads-0.1.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Jacob Pratt " + ], + "categories": [ + "api-bindings", + "hardware-support", + "os" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/jhpratt/num_threads", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "number_prefix", + "version": "0.4.0", + "id": "number_prefix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Library for numeric prefixes (kilo, giga, kibi).", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "number_prefix", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "conversions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/examples/conversions.rs", + "edition": "2015", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ] + } + } + }, + "publish": null, + "authors": [ + "Benjamin Sago " + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "mathematics", + "numerics" + ], + "readme": "README.md", + "repository": "https://github.com/ogham/rust-number-prefix", + "homepage": null, + "documentation": "https://docs.rs/number_prefix", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "object", + "version": "0.31.1", + "id": "object 0.31.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A unified interface for reading and writing object file formats.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc32fast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hashbrown", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "ahash" + ], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ruzstd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasmparser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.102.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "object", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.31.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.31.1/tests/integration.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parse_self", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.31.1/tests/parse_self.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "all": [ + "read", + "write", + "std", + "compression", + "wasm" + ], + "alloc": [ + "dep:alloc" + ], + "archive": [], + "cargo-all": [], + "coff": [], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "compression": [ + "flate2", + "ruzstd", + "std" + ], + "core": [ + "dep:core" + ], + "crc32fast": [ + "dep:crc32fast" + ], + "default": [ + "read", + "compression" + ], + "doc": [ + "read_core", + "write_std", + "std", + "compression", + "archive", + "coff", + "elf", + "macho", + "pe", + "wasm", + "xcoff" + ], + "elf": [], + "flate2": [ + "dep:flate2" + ], + "hashbrown": [ + "dep:hashbrown" + ], + "indexmap": [ + "dep:indexmap" + ], + "macho": [], + "pe": [ + "coff" + ], + "read": [ + "read_core", + "archive", + "coff", + "elf", + "macho", + "pe", + "xcoff", + "unaligned" + ], + "read_core": [], + "rustc-dep-of-std": [ + "core", + "compiler_builtins", + "alloc", + "memchr/rustc-dep-of-std" + ], + "ruzstd": [ + "dep:ruzstd" + ], + "std": [ + "memchr/std" + ], + "unaligned": [], + "unstable": [], + "unstable-all": [ + "all", + "unstable" + ], + "wasm": [ + "wasmparser" + ], + "wasmparser": [ + "dep:wasmparser" + ], + "write": [ + "write_std", + "coff", + "elf", + "macho", + "pe", + "xcoff" + ], + "write_core": [ + "crc32fast", + "indexmap", + "hashbrown" + ], + "write_std": [ + "write_core", + "std", + "indexmap/std", + "crc32fast/std" + ], + "xcoff": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.31.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "doc" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [], + "keywords": [ + "object", + "elf", + "mach-o", + "pe", + "coff" + ], + "readme": "README.md", + "repository": "https://github.com/gimli-rs/object", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "once_cell", + "version": "1.18.0", + "id": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Single assignment cells and lazy values.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "atomic-polyfill", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "once_cell", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/examples/bench.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "bench_acquire", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/examples/bench_acquire.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lazy_static", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/examples/lazy_static.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "reentrant_init_deadlocks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/examples/reentrant_init_deadlocks.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "regex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/examples/regex.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "test_synchronization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/examples/test_synchronization.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "it", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/tests/it/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "race" + ], + "atomic-polyfill": [ + "critical-section" + ], + "critical-section": [ + "dep:critical-section", + "dep:atomic-polyfill" + ], + "default": [ + "std" + ], + "parking_lot": [ + "dep:parking_lot_core" + ], + "race": [], + "std": [ + "alloc" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.18.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Aleksey Kladov " + ], + "categories": [ + "rust-patterns", + "memory-management" + ], + "keywords": [ + "lazy", + "static" + ], + "readme": "README.md", + "repository": "https://github.com/matklad/once_cell", + "homepage": null, + "documentation": "https://docs.rs/once_cell", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "open", + "version": "5.0.0", + "id": "open 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Open a path or URL using the program configured on the system", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "pathdiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(unix, not(macos)))", + "registry": null + }, + { + "name": "is-wsl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\"))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "open", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "open", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.0.0/src/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/open-5.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [ + "open", + "xdg-open", + "start", + "launch" + ], + "readme": "README.md", + "repository": "https://github.com/Byron/open-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.62" + }, + { + "name": "opener", + "version": "0.5.2", + "id": "opener 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Open a file or link using the system default program.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"linux\")", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "shellapi" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "opener", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/opener-0.5.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "version-numbers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/opener-0.5.2/tests/version-numbers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/opener-0.5.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Brian Bowman " + ], + "categories": [ + "os" + ], + "keywords": [ + "open", + "default", + "launcher", + "browser" + ], + "readme": "README.md", + "repository": "https://github.com/Seeker14491/opener", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "openssl", + "version": "0.10.55", + "id": "openssl 0.10.55 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "OpenSSL bindings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.89", + "kind": null, + "rename": "ffi", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "foreign-types", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "openssl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.55/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "mk_certs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.55/examples/mk_certs.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.55/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bindgen": [ + "ffi/bindgen" + ], + "default": [], + "unstable_boringssl": [ + "ffi/unstable_boringssl" + ], + "v101": [], + "v102": [], + "v110": [], + "v111": [], + "vendored": [ + "ffi/vendored" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.55/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [ + "cryptography", + "api-bindings" + ], + "keywords": [ + "crypto", + "tls", + "ssl", + "dtls" + ], + "readme": "README.md", + "repository": "https://github.com/sfackler/rust-openssl", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "openssl-macros", + "version": "0.1.1", + "id": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Internal macros used by the openssl crate.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "openssl-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-macros-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "openssl-probe", + "version": "0.1.5", + "id": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Tool for helping to find SSL certificate locations on the system for OpenSSL\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "openssl-probe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "probe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/examples/probe.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/openssl-probe", + "homepage": "https://github.com/alexcrichton/openssl-probe", + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "openssl-src", + "version": "111.27.0+1.1.1v", + "id": "openssl-src 111.27.0+1.1.1v (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Source of OpenSSL and logic to build it.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "openssl-src", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-111.27.0+1.1.1v/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "camellia": [], + "default": [], + "force-engine": [], + "idea": [], + "seed": [], + "weak-crypto": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-111.27.0+1.1.1v/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/openssl-src-rs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "openssl-sys", + "version": "0.9.90", + "id": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "FFI bindings to OpenSSL", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bssl-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.64.0", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "experimental" + ], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.61", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl-src", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^111", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vcpkg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.8", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_env = \"msvc\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "openssl-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.90/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.90/build/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bindgen": [ + "dep:bindgen" + ], + "bssl-sys": [ + "dep:bssl-sys" + ], + "openssl-src": [ + "dep:openssl-src" + ], + "unstable_boringssl": [ + "bssl-sys" + ], + "vendored": [ + "openssl-src" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.90/Cargo.toml", + "metadata": { + "pkg-config": { + "openssl": "1.0.1" + } + }, + "publish": null, + "authors": [ + "Alex Crichton ", + "Steven Fackler " + ], + "categories": [ + "cryptography", + "external-ffi-bindings" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/sfackler/rust-openssl", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": "openssl", + "default_run": null, + "rust_version": null + }, + { + "name": "option-ext", + "version": "0.2.0", + "id": "option-ext 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "Extends `Option` with additional operations", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "option-ext", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Ochsenreither " + ], + "categories": [ + "rust-patterns", + "algorithms" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/soc/option-ext.git", + "homepage": "https://github.com/soc/option-ext", + "documentation": "https://docs.rs/option-ext/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ordered-float", + "version": "2.10.0", + "id": "ordered-float 2.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Wrappers for total ordering on floats", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rkyv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "size_32" + ], + "target": null, + "registry": null + }, + { + "name": "schemars", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ordered-float", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.0/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "default": [ + "std" + ], + "proptest": [ + "dep:proptest" + ], + "rand": [ + "dep:rand" + ], + "randtest": [ + "rand/std", + "rand/std_rng" + ], + "rkyv": [ + "dep:rkyv" + ], + "schemars": [ + "dep:schemars" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "num-traits/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ordered-float-2.10.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jonathan Reem ", + "Matt Brubeck " + ], + "categories": [ + "science", + "rust-patterns", + "no-std" + ], + "keywords": [ + "no_std", + "ord", + "f64", + "f32", + "sort" + ], + "readme": "README.md", + "repository": "https://github.com/reem/rust-ordered-float", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "orion", + "version": "0.17.5", + "id": "orion 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Usable, easy and safe pure-Rust crypto", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ct-codecs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fiat-crypto", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.124", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.41", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "orion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/orion-0.17.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/orion-0.17.5/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "ct-codecs": [ + "dep:ct-codecs" + ], + "default": [ + "safe_api" + ], + "experimental": [], + "getrandom": [ + "dep:getrandom" + ], + "safe_api": [ + "getrandom", + "ct-codecs" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/orion-0.17.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "brycx " + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "cryptography", + "crypto", + "aead", + "hash", + "mac" + ], + "readme": "README.md", + "repository": "https://github.com/orion-rs/orion", + "homepage": null, + "documentation": "https://docs.rs/orion", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "os_info", + "version": "3.7.0", + "id": "os_info 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Detect the operating system type and version.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "minwindef", + "ntdef", + "ntstatus", + "sysinfoapi", + "winnt", + "winuser", + "libloaderapi", + "processthreadsapi", + "winerror", + "winreg" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "os_info", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "print_version", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/examples/print_version.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "md_doc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/tests/md_doc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "serde" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_info-3.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jan Schulte ", + "Stanislav Tkach " + ], + "categories": [ + "os" + ], + "keywords": [ + "os", + "os_type", + "os_version", + "os_info" + ], + "readme": "README.md", + "repository": "https://github.com/stanislav-tkach/os_info", + "homepage": "https://github.com/stanislav-tkach/os_info", + "documentation": "https://docs.rs/os_info", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "os_pipe", + "version": "1.1.4", + "id": "os_pipe 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "a cross-platform library for opening OS pipes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.62", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_System_Pipes", + "Win32_Security", + "Win32_System_Threading" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "os_pipe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.4/src/bin/cat.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cat_both", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.4/src/bin/cat_both.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "swap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.4/src/bin/swap.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "io_safety": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_pipe-1.1.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "io_safety" + ] + } + } + }, + "publish": null, + "authors": [ + "Jack O'Connor" + ], + "categories": [], + "keywords": [ + "pipe", + "pipe2", + "createpipe", + "dup" + ], + "readme": "README.md", + "repository": "https://github.com/oconnor663/os_pipe.rs", + "homepage": null, + "documentation": "https://docs.rs/os_pipe", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "os_str_bytes", + "version": "6.5.1", + "id": "os_str_bytes 6.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Convert between byte sequences and platform-native strings\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "print_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uniquote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "os_str_bytes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "checked_conversions": [], + "default": [ + "memchr", + "raw_os_str" + ], + "memchr": [ + "dep:memchr" + ], + "print_bytes": [ + "dep:print_bytes" + ], + "raw_os_str": [], + "uniquote": [ + "dep:uniquote" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/os_str_bytes-6.5.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "os_str_bytes_docs_rs" + ], + "rustdoc-args": [ + "--cfg", + "os_str_bytes_docs_rs" + ] + } + } + }, + "publish": null, + "authors": [ + "dylni" + ], + "categories": [ + "command-line-interface", + "development-tools::ffi", + "encoding", + "os", + "rust-patterns" + ], + "keywords": [ + "bytes", + "osstr", + "osstring", + "path", + "windows" + ], + "readme": "README.md", + "repository": "https://github.com/dylni/os_str_bytes", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.57.0" + }, + { + "name": "overload", + "version": "0.1.1", + "id": "overload 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Provides a macro to simplify operator overloading.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "overload", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "assignment", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/tests/assignment.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "binary", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/tests/binary.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unary", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/tests/unary.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/overload-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Daniel Salvadori " + ], + "categories": [ + "rust-patterns" + ], + "keywords": [ + "operator", + "overloading", + "macro", + "op" + ], + "readme": "README.md", + "repository": "https://github.com/danaugrs/overload", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ovmf-prebuilt", + "version": "0.1.0-alpha.1", + "id": "ovmf-prebuilt 0.1.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": null, + "license_file": "License.txt", + "description": "Prebuilt OVMF version from the tianocore/edk2 project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ovmf-prebuilt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ovmf-prebuilt-0.1.0-alpha.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ovmf-prebuilt-0.1.0-alpha.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "owo-colors", + "version": "3.5.0", + "id": "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": "LICENSE", + "description": "Zero-allocation terminal colors that'll make people go owo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "supports-color", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "owo-colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "supports_color", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/supports_color.rs", + "edition": "2018", + "required-features": [ + "supports-colors" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "override", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/override.rs", + "edition": "2018", + "required-features": [ + "supports-colors" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "all_xterm_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/all_xterm_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "banner", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/banner.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/custom_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dyn_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/dyn_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "extra_colors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/examples/extra_colors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "supports-color": [ + "dep:supports-color" + ], + "supports-colors": [ + "supports-color" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-3.5.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "jam1garner <8260240+jam1garner@users.noreply.github.com>" + ], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "cli", + "color", + "no-std", + "terminal", + "ansi_term" + ], + "readme": "README.md", + "repository": "https://github.com/jam1garner/owo-colors", + "homepage": null, + "documentation": "https://docs.rs/owo-colors", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.51" + }, + { + "name": "p384", + "version": "0.13.0", + "id": "p384 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of the NIST P-384 (a.k.a. secp384r1) elliptic curve\nas defined in SP 800-186 with support for ECDH, ECDSA signing/verification,\nand general purpose curve arithmetic support.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ecdsa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": null, + "rename": "ecdsa-core", + "optional": true, + "uses_default_features": false, + "features": [ + "der" + ], + "target": null, + "registry": null + }, + { + "name": "elliptic-curve", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "hazmat", + "sec1" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "primeorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serdect", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "blobby", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ecdsa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": "dev", + "rename": "ecdsa-core", + "optional": false, + "uses_default_features": false, + "features": [ + "dev" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "getrandom" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "p384", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "affine", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/tests/affine.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "projective", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/tests/projective.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "field", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/benches/field.rs", + "edition": "2021", + "required-features": [ + "expose-field" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "scalar", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/benches/scalar.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "ecdsa-core?/alloc", + "elliptic-curve/alloc" + ], + "arithmetic": [ + "elliptic-curve/arithmetic", + "elliptic-curve/digest" + ], + "bits": [ + "arithmetic", + "elliptic-curve/bits" + ], + "default": [ + "arithmetic", + "ecdh", + "ecdsa", + "pem", + "std" + ], + "digest": [ + "ecdsa-core/digest", + "ecdsa-core/hazmat" + ], + "ecdh": [ + "arithmetic", + "elliptic-curve/ecdh" + ], + "ecdsa": [ + "arithmetic", + "ecdsa-core/signing", + "ecdsa-core/verifying", + "sha384" + ], + "ecdsa-core": [ + "dep:ecdsa-core" + ], + "expose-field": [ + "arithmetic" + ], + "hash2curve": [ + "arithmetic", + "elliptic-curve/hash2curve" + ], + "hex-literal": [ + "dep:hex-literal" + ], + "jwk": [ + "elliptic-curve/jwk" + ], + "pem": [ + "elliptic-curve/pem", + "ecdsa-core/pem", + "pkcs8" + ], + "pkcs8": [ + "ecdsa-core/pkcs8", + "elliptic-curve/pkcs8" + ], + "serde": [ + "ecdsa-core/serde", + "elliptic-curve/serde", + "serdect" + ], + "serdect": [ + "dep:serdect" + ], + "sha2": [ + "dep:sha2" + ], + "sha384": [ + "digest", + "sha2" + ], + "std": [ + "alloc", + "ecdsa-core?/std", + "elliptic-curve/std" + ], + "test-vectors": [ + "hex-literal" + ], + "voprf": [ + "elliptic-curve/voprf", + "sha2" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-0.13.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers", + "Frank Denis " + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "ecc", + "nist", + "secp384r1" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/elliptic-curves/tree/master/p384", + "homepage": null, + "documentation": "https://docs.rs/p384", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "parking", + "version": "2.1.0", + "id": "parking 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Thread parking and unparking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "easy-parallel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "parking", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "loom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.1.0/tests/loom.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parking", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.1.0/tests/parking.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "loom": [ + "dep:loom" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking-2.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina ", + "The Rust Project Developers" + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "park", + "notify", + "thread", + "wake", + "condition" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/parking", + "homepage": "https://github.com/smol-rs/parking", + "documentation": "https://docs.rs/parking", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.39" + }, + { + "name": "parking_lot", + "version": "0.12.1", + "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "More compact and efficient implementations of the standard synchronization primitives.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lock_api", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "parking_lot", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue_203", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/tests/issue_203.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "arc_lock": [ + "lock_api/arc_lock" + ], + "deadlock_detection": [ + "parking_lot_core/deadlock_detection" + ], + "default": [], + "hardware-lock-elision": [], + "nightly": [ + "parking_lot_core/nightly", + "lock_api/nightly" + ], + "owning_ref": [ + "lock_api/owning_ref" + ], + "send_guard": [], + "serde": [ + "lock_api/serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "mutex", + "condvar", + "rwlock", + "once", + "thread" + ], + "readme": "README.md", + "repository": "https://github.com/Amanieu/parking_lot", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "parking_lot_core", + "version": "0.9.8", + "id": "parking_lot_core 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An advanced API for creating custom synchronization primitives.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.60", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "petgraph", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thread-id", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "redox_syscall", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"redox\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.95", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-targets", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "parking_lot_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "backtrace": [ + "dep:backtrace" + ], + "deadlock_detection": [ + "petgraph", + "thread-id", + "backtrace" + ], + "nightly": [], + "petgraph": [ + "dep:petgraph" + ], + "thread-id": [ + "dep:thread-id" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Amanieu d'Antras " + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "mutex", + "condvar", + "rwlock", + "once", + "thread" + ], + "readme": null, + "repository": "https://github.com/Amanieu/parking_lot", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "parse_int", + "version": "0.6.0", + "id": "parse_int 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT/BSL-1.0/CC0-1.0", + "license_file": null, + "description": "Parse &str with common prefixes to integer values", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "parse_int", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parse_int-0.6.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "implicit-octal": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/parse_int-0.6.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stefan Schindler " + ], + "categories": [ + "parsing" + ], + "keywords": [ + "hexadecimal", + "hex", + "decimal", + "octal", + "binary" + ], + "readme": "README.md", + "repository": "https://gitlab.com/dns2utf8/parse_int", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "pasetors", + "version": "0.6.7", + "id": "pasetors 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "PASETO: Platform-Agnostic Security Tokens (in Rust)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ct-codecs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ed25519-compact", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "random" + ], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "js" + ], + "target": null, + "registry": null + }, + { + "name": "orion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "p384", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "getrandom" + ], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.145", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.41", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "parsing", + "formatting" + ], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.41", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pasetors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pasetors-0.6.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std", + "v4", + "paserk" + ], + "ed25519-compact": [ + "dep:ed25519-compact" + ], + "orion": [ + "dep:orion" + ], + "p384": [ + "dep:p384" + ], + "paserk": [ + "orion" + ], + "rand_core": [ + "dep:rand_core" + ], + "regex": [ + "dep:regex" + ], + "serde": [ + "dep:serde" + ], + "serde_json": [ + "dep:serde_json" + ], + "sha2": [ + "dep:sha2" + ], + "std": [ + "serde_json", + "time", + "regex" + ], + "time": [ + "dep:time" + ], + "v2": [ + "orion", + "ed25519-compact" + ], + "v3": [ + "rand_core", + "p384", + "sha2" + ], + "v4": [ + "orion", + "ed25519-compact" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pasetors-0.6.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "brycx " + ], + "categories": [ + "cryptography", + "authentication" + ], + "keywords": [ + "cryptography", + "crypto", + "token", + "paseto", + "authentication" + ], + "readme": "README.md", + "repository": "https://github.com/brycx/pasetors", + "homepage": null, + "documentation": "https://docs.rs/pasetors", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "password-hash", + "version": "0.4.2", + "id": "password-hash 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Traits which describe the functionality of password hashing algorithms,\nas well as a `no_std`-friendly implementation of the PHC string format\n(a well-defined subset of the Modular Crypt Format a.k.a. MCF)\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64ct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "password-hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encoding", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/tests/encoding.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hashing", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/tests/hashing.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "password_hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/tests/password_hash.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_vectors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/tests/test_vectors.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "base64ct/alloc" + ], + "default": [ + "rand_core" + ], + "rand_core": [ + "dep:rand_core" + ], + "std": [ + "alloc", + "base64ct/std", + "rand_core/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/password-hash-0.4.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "authentication", + "cryptography", + "no-std" + ], + "keywords": [ + "crypt", + "mcf", + "password", + "pbkdf", + "phc" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/traits/tree/master/password-hash", + "homepage": null, + "documentation": "https://docs.rs/password-hash", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.57" + }, + { + "name": "paste", + "version": "1.0.14", + "id": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Macros for all your token pasting needs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "paste-test-suite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.49", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "paste", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_attr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_attr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_doc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_doc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_expr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_expr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_item", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/tests/test_item.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/paste-1.0.14/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools", + "no-std", + "no-std::no-alloc" + ], + "keywords": [ + "macros" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/paste", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "pathdiff", + "version": "0.2.1", + "id": "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Library for diffing paths to obtain relative paths", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "camino", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pathdiff", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "camino": [ + "dep:camino" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Manish Goregaokar " + ], + "categories": [], + "keywords": [ + "path", + "relative" + ], + "readme": null, + "repository": "https://github.com/Manishearth/pathdiff", + "homepage": null, + "documentation": "https://docs.rs/pathdiff/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "pbkdf2", + "version": "0.11.0", + "id": "pbkdf2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Generic implementation of PBKDF2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "mac" + ], + "target": null, + "registry": null + }, + { + "name": "hmac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "password-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "rand_core" + ], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha-1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": "sha1", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hmac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha-1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": "sha1", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "streebog", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pbkdf2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "gost", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/tests/gost.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/tests/simple.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/benches/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "simple" + ], + "hmac": [ + "dep:hmac" + ], + "parallel": [ + "rayon", + "std" + ], + "password-hash": [ + "dep:password-hash" + ], + "rayon": [ + "dep:rayon" + ], + "sha1": [ + "dep:sha1" + ], + "sha2": [ + "dep:sha2" + ], + "simple": [ + "hmac", + "password-hash", + "sha2" + ], + "std": [ + "password-hash/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pbkdf2-0.11.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "password", + "hashing" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2", + "homepage": null, + "documentation": "https://docs.rs/pbkdf2", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.57" + }, + { + "name": "pem-rfc7468", + "version": "0.7.0", + "id": "pem-rfc7468 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a\nstrict subset of the original Privacy-Enhanced Mail encoding intended\nspecifically for use with cryptographic keys, certificates, and other messages.\nProvides a no_std-friendly, constant-time implementation suitable for use with\ncryptographic private keys.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64ct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pem-rfc7468", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/tests/decode.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/tests/encode.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "base64ct/alloc" + ], + "std": [ + "alloc", + "base64ct/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-rfc7468-0.7.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "data-structures", + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "crypto", + "key", + "pem", + "pkcs", + "rsa" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/pem-rfc7468", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "percent-encoding", + "version": "2.3.0", + "id": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Percent encoding and decoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "percent-encoding", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The rust-url developers" + ], + "categories": [ + "no_std" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/rust-url/", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.51" + }, + { + "name": "petgraph", + "version": "0.6.4", + "id": "petgraph 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Graph data structure library. Provides graph types and graph algorithms.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fixedbitset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "defmac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "odds", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "petgraph", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "floyd_warshall", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/floyd_warshall.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "graph", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/graph.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "graphmap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/graphmap.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "iso", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/iso.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "k_shortest_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/k_shortest_path.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "matching", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/matching.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "operator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/operator.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quickcheck", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/quickcheck.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stable_graph", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/stable_graph.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unionfind", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/tests/unionfind.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bellman_ford", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/bellman_ford.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "dijkstra", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/dijkstra.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "feedback_arc_set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/feedback_arc_set.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "floyd_warshall", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/floyd_warshall.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "iso", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/iso.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "k_shortest_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/k_shortest_path.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "matching", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/matching.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "matrix_graph", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/matrix_graph.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "ograph", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/ograph.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "serialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/serialize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "stable_graph", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/stable_graph.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "unionfind", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/benches/unionfind.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "all": [ + "unstable", + "quickcheck", + "matrix_graph", + "stable_graph", + "graphmap" + ], + "default": [ + "graphmap", + "stable_graph", + "matrix_graph" + ], + "generate": [], + "graphmap": [], + "matrix_graph": [], + "quickcheck": [ + "dep:quickcheck" + ], + "serde": [ + "dep:serde" + ], + "serde-1": [ + "serde", + "serde_derive" + ], + "serde_derive": [ + "dep:serde_derive" + ], + "stable_graph": [], + "unstable": [ + "generate" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/petgraph-0.6.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde-1", + "quickcheck" + ] + } + }, + "release": { + "no-dev-version": true + } + }, + "publish": null, + "authors": [ + "bluss", + "mitchmindtree" + ], + "categories": [ + "data-structures" + ], + "keywords": [ + "data-structure", + "graph", + "unionfind", + "graph-algorithms" + ], + "readme": "README.md", + "repository": "https://github.com/petgraph/petgraph", + "homepage": null, + "documentation": "https://docs.rs/petgraph/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.64" + }, + { + "name": "phf", + "version": "0.8.0", + "id": "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Runtime support for perfect hash function data structures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "phf_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "phf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "macros": [ + "phf_macros", + "proc-macro-hack" + ], + "phf_macros": [ + "dep:phf_macros" + ], + "proc-macro-hack": [ + "dep:proc-macro-hack" + ], + "std": [ + "phf_shared/std" + ], + "unicase": [ + "phf_shared/unicase" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.8.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "macros" + ] + } + } + }, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/rust-phf", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "phf_codegen", + "version": "0.8.0", + "id": "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Codegen library for PHF types", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "phf_generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "phf_codegen", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/rust-phf", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "phf_generator", + "version": "0.8.0", + "id": "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "PHF generation logic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "phf_generator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "gen_hash_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.8.0/src/bin/gen_hash_test.rs", + "edition": "2018", + "required-features": [ + "criterion" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.8.0/benches/benches.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "criterion": [ + "dep:criterion" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/rust-phf", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "phf_generator", + "version": "0.10.0", + "id": "phf_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "PHF generation logic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "phf_generator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.10.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "gen_hash_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.10.0/src/bin/gen_hash_test.rs", + "edition": "2018", + "required-features": [ + "criterion" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.10.0/benches/benches.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "criterion": [ + "dep:criterion" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-0.10.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/rust-phf", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "phf_macros", + "version": "0.8.0", + "id": "phf_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Macros to generate types in the phf crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "phf_generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "phf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "unicase" + ], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicase", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "phf_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_macros-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_macros-0.8.0/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_macros-0.8.0/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_macros-0.8.0/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_macros-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/rust-phf", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "phf_shared", + "version": "0.8.0", + "id": "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Support code shared by PHF libraries", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "siphasher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicase", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "phf_shared", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [], + "unicase": [ + "dep:unicase" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/rust-phf", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "phf_shared", + "version": "0.10.0", + "id": "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Support code shared by PHF libraries", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "siphasher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uncased", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicase", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "phf_shared", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [], + "uncased": [ + "dep:uncased" + ], + "unicase": [ + "dep:unicase" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.10.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/sfackler/rust-phf", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "pin-project", + "version": "1.1.0", + "id": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A crate for safe and ergonomic pin-projection.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "pin-project-internal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "macrotest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.67", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pin-project", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "enum-default-expanded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/enum-default-expanded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "enum-default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/enum-default.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "not_unpin-expanded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/not_unpin-expanded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "not_unpin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/not_unpin.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pinned_drop-expanded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/pinned_drop-expanded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pinned_drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/pinned_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "project_replace-expanded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/project_replace-expanded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "project_replace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/project_replace.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "struct-default-expanded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/struct-default-expanded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "struct-default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/struct-default.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "unsafe_unpin-expanded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/unsafe_unpin-expanded.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "unsafe_unpin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/examples/unsafe_unpin.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cfg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/cfg.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "drop_order", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/drop_order.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "expandtest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/expandtest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/lint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "pin_project", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/pin_project.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "pinned_drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/pinned_drop.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "proper_unpin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/proper_unpin.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "repr_packed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/repr_packed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unsafe_unpin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/tests/unsafe_unpin.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "no-std", + "rust-patterns" + ], + "keywords": [ + "pin", + "macros", + "attribute" + ], + "readme": "README.md", + "repository": "https://github.com/taiki-e/pin-project", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "pin-project-internal", + "version": "1.1.0", + "id": "pin-project-internal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Implementation detail of the `pin-project` crate.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "visit-mut" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "pin-project-internal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "no-std", + "rust-patterns" + ], + "keywords": [ + "pin", + "macros", + "attribute" + ], + "readme": null, + "repository": "https://github.com/taiki-e/pin-project", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "pin-project-lite", + "version": "0.2.13", + "id": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A lightweight version of pin-project written with declarative macros.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "macrotest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.65", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.30", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.156", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.5.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.67", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pin-project-lite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "drop_order", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/tests/drop_order.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "expandtest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/tests/expandtest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/tests/lint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "proper_unpin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/tests/proper_unpin.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.13/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "no-std", + "no-std::no-alloc", + "rust-patterns" + ], + "keywords": [ + "pin", + "macros" + ], + "readme": "README.md", + "repository": "https://github.com/taiki-e/pin-project-lite", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.37" + }, + { + "name": "pin-utils", + "version": "0.1.0", + "id": "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Utilities for pinning\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pin-utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "projection", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/projection.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stack_pin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/tests/stack_pin.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-utils-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Josef Brandl " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang-nursery/pin-utils", + "homepage": null, + "documentation": "https://docs.rs/pin-utils", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "pinned", + "version": "0.1.0", + "id": "pinned 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Synchronisation primitives for !Send tasks.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.24", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.35", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.21.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pinned", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pinned-0.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pinned-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kaede Hoshiakwa " + ], + "categories": [ + "asynchronous" + ], + "keywords": [ + "async", + "futures", + "non-blocking" + ], + "readme": "README.md", + "repository": "https://github.com/futursolo/pinned", + "homepage": "https://github.com/futursolo/pinned", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "pkcs8", + "version": "0.10.2", + "id": "pkcs8 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:\nPrivate-Key Information Syntax Specification (RFC 5208), with additional\nsupport for PKCS#8v2 asymmetric key packages (RFC 5958)\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "der", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "oid" + ], + "target": null, + "registry": null + }, + { + "name": "pkcs5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "spki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pkcs8", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encrypted_private_key", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/tests/encrypted_private_key.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "private_key", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/tests/private_key.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "traits", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/tests/traits.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "3des": [ + "encryption", + "pkcs5/3des" + ], + "alloc": [ + "der/alloc", + "der/zeroize", + "spki/alloc" + ], + "des-insecure": [ + "encryption", + "pkcs5/des-insecure" + ], + "encryption": [ + "alloc", + "pkcs5/alloc", + "pkcs5/pbes2", + "rand_core" + ], + "getrandom": [ + "rand_core/getrandom" + ], + "pem": [ + "alloc", + "der/pem", + "spki/pem" + ], + "pkcs5": [ + "dep:pkcs5" + ], + "rand_core": [ + "dep:rand_core" + ], + "sha1-insecure": [ + "encryption", + "pkcs5/sha1-insecure" + ], + "std": [ + "alloc", + "der/std", + "spki/std" + ], + "subtle": [ + "dep:subtle" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkcs8-0.10.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "data-structures", + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "crypto", + "key", + "pkcs", + "private" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/pkcs8", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "pkg-config", + "version": "0.3.27", + "id": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A library to run the pkg-config system tool at build time in order to be used in\nCargo build scripts.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pkg-config", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/tests/test.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.27/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [ + "build-dependencies" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/pkg-config-rs", + "homepage": null, + "documentation": "https://docs.rs/pkg-config", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.30" + }, + { + "name": "png", + "version": "0.16.8", + "id": "png 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "PNG decoding and encoding library in pure Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc32fast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "deflate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miniz_oxide", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getopts", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "glium", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "glutin" + ], + "target": null, + "registry": null + }, + { + "name": "glob", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "term", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "png", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.16.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pngcheck", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.16.8/examples/pngcheck.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "show", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.16.8/examples/show.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "decoder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.16.8/benches/decoder.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "benchmarks": [], + "default": [ + "png-encoding" + ], + "deflate": [ + "dep:deflate" + ], + "png-encoding": [ + "deflate" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/png-0.16.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "nwin " + ], + "categories": [ + "multimedia::images" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/image-rs/image-png.git", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "polling", + "version": "2.8.0", + "id": "polling 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Portable interface to epoll, kqueue, event ports, and IOCP", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "easy-parallel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.77", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))", + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "concurrent-queue", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_Storage_FileSystem", + "Win32_System_IO", + "Win32_System_LibraryLoader", + "Win32_System_Threading", + "Win32_System_WindowsProgramming" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "polling", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "two-listeners", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/two-listeners.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "wait-signal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/examples/wait-signal.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "concurrent_modification", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/concurrent_modification.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/io.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "many_connections", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/many_connections.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "notify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/notify.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "other_modes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/other_modes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "precision", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/precision.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/timeout.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "windows_post", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/tests/windows_post.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-2.8.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "asynchronous", + "network-programming", + "os" + ], + "keywords": [ + "mio", + "epoll", + "kqueue", + "iocp" + ], + "readme": "README.md", + "repository": "https://github.com/smol-rs/polling", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.47" + }, + { + "name": "pomelo", + "version": "0.1.0", + "id": "pomelo 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/pomelo)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Pomelo is a browser-based simulator for MnemOS, compiled as\na WASM binary.\n", + "source": null, + "dependencies": [ + { + "name": "async-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "unstable" + ], + "target": null, + "registry": null + }, + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wasmbind" + ], + "target": null, + "registry": null + }, + { + "name": "console_error_panic_hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-graphics-web-simulator", + "source": "git+https://github.com/spookyvision/embedded-graphics-web-simulator", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "forth3", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "async" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/forth3" + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std", + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "futures-channel" + ], + "target": null, + "registry": null + }, + { + "name": "gloo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "futures" + ], + "target": null, + "registry": null + }, + { + "name": "gloo-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "maitake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "tracing-01" + ], + "target": null, + "registry": null + }, + { + "name": "mnemos-alloc", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "use-std" + ], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/alloc" + }, + { + "name": "mnemos", + "source": null, + "req": "*", + "kind": null, + "rename": "mnemos-kernel", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/kernel" + }, + { + "name": "postcard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.171", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "sermux-proto", + "source": null, + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null, + "path": "/home/rain/dev/mnemos/source/sermux-proto" + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "registry", + "fmt", + "ansi" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-wasm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Document", + "Element", + "HtmlElement", + "Node", + "Window", + "KeyboardEvent", + "EventTarget" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "pomelo", + "src_path": "/home/rain/dev/mnemos/platforms/pomelo/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "pomelo", + "src_path": "/home/rain/dev/mnemos/platforms/pomelo/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/platforms/pomelo/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "portable-atomic", + "version": "1.4.2", + "id": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.103", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "build-context", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "paste", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sptr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "portable-atomic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "critical-section": [ + "dep:critical-section" + ], + "default": [ + "fallback" + ], + "disable-fiq": [], + "fallback": [], + "float": [], + "require-cas": [], + "s-mode": [], + "serde": [ + "dep:serde" + ], + "std": [], + "unsafe-assume-single-core": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.4.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "float", + "std", + "serde", + "critical-section" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "concurrency", + "embedded", + "hardware-support", + "no-std", + "no-std::no-alloc" + ], + "keywords": [ + "atomic" + ], + "readme": "README.md", + "repository": "https://github.com/taiki-e/portable-atomic", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.34" + }, + { + "name": "postcard", + "version": "0.7.3", + "id": "postcard 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A no_std + serde compatible message library for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "postcard-cobs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5-pre", + "kind": null, + "rename": "cobs", + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.100", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "postcard", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "accumulator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/tests/accumulator.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "loopback", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/tests/loopback.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "serde/alloc" + ], + "default": [ + "heapless-cas" + ], + "defmt": [ + "dep:defmt" + ], + "heapless": [ + "dep:heapless" + ], + "heapless-cas": [ + "heapless", + "heapless/cas" + ], + "use-defmt": [ + "defmt" + ], + "use-std": [ + "serde/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "James Munns " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "serde", + "cobs", + "framing" + ], + "readme": "README.md", + "repository": "https://github.com/jamesmunns/postcard", + "homepage": null, + "documentation": "https://docs.rs/postcard/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "postcard", + "version": "1.0.6", + "id": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A no_std + serde compatible message library for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cobs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "const_format", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.24", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "defmt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "paste", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "postcard-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.100", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "postcard", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "accumulator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.6/tests/accumulator.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "crc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.6/tests/crc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "loopback", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.6/tests/loopback.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "max_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.6/tests/max_size.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "schema", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.6/tests/schema.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "serde/alloc" + ], + "const_format": [ + "dep:const_format" + ], + "crc": [ + "dep:crc" + ], + "default": [ + "heapless-cas" + ], + "defmt": [ + "dep:defmt" + ], + "experimental-derive": [ + "postcard-derive", + "const_format" + ], + "heapless": [ + "dep:heapless" + ], + "heapless-cas": [ + "heapless", + "heapless/cas" + ], + "paste": [ + "dep:paste" + ], + "postcard-derive": [ + "dep:postcard-derive" + ], + "use-crc": [ + "crc", + "paste" + ], + "use-defmt": [ + "defmt" + ], + "use-std": [ + "serde/std", + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "James Munns " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "serde", + "cobs", + "framing" + ], + "readme": "README.md", + "repository": "https://github.com/jamesmunns/postcard", + "homepage": null, + "documentation": "https://docs.rs/postcard/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "postcard-cobs", + "version": "0.1.5-pre", + "id": "postcard-cobs 0.1.5-pre (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": " This is an implementation of the Consistent Overhead Byte Stuffing (COBS) algorithm.\n COBS is an algorithm for transforming a message into an encoding where a specific value\n (the \"sentinel\" value) is not used. This value can then be used to mark frame boundaries\n in a serial communication channel. ", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "postcard-cobs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "use_std" + ], + "use_std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Allen Welkie <>", + "James Munns " + ], + "categories": [], + "keywords": [ + "consistent", + "overhead", + "byte", + "stuffing" + ], + "readme": "README.md", + "repository": "https://github.com/ferrous-systems/cobs.rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "postcard-derive", + "version": "0.1.1", + "id": "postcard-derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A no_std + serde compatible message library for Rust - Derive Crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "postcard-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-derive-0.1.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-derive-0.1.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Lachlan Sneff ", + "James Munns " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "serde", + "cobs", + "framing" + ], + "readme": "README.md", + "repository": "https://github.com/jamesmunns/postcard", + "homepage": null, + "documentation": "https://docs.rs/postcard-derive/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ppv-lite86", + "version": "0.2.17", + "id": "ppv-lite86 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Implementation of the crypto-simd API for x86", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ppv-lite86", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "no_simd": [], + "simd": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.17/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The CryptoCorrosion Contributors" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "simd", + "x86" + ], + "readme": null, + "repository": "https://github.com/cryptocorrosion/cryptocorrosion", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "precomputed-hash", + "version": "0.1.1", + "id": "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A library intending to be a base dependency to expose a precomputed hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "precomputed-hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/precomputed-hash-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Emilio Cobos Álvarez " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/emilio/precomputed-hash", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "primeorder", + "version": "0.13.2", + "id": "primeorder 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of complete addition formulas for prime order elliptic\ncurves (Renes-Costello-Batina 2015). Generic over field elements and curve\nequation coefficients\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "elliptic-curve", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "arithmetic", + "sec1" + ], + "target": null, + "registry": null + }, + { + "name": "serdect", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "primeorder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "dev": [], + "serde": [ + "elliptic-curve/serde", + "serdect" + ], + "serdect": [ + "dep:serdect" + ], + "std": [ + "elliptic-curve/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/primeorder-0.13.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "ecc" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/elliptic-curves/tree/master/primeorder", + "homepage": null, + "documentation": "https://docs.rs/primeorder", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "proc-macro-crate", + "version": "1.3.1", + "id": "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Replacement for crate (macro_rules keyword) in proc-macros\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml_edit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.33", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "proc-macro-crate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-1.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Bastian Köcher " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "keywords": [ + "macro-rules", + "crate", + "macro", + "proc-macro" + ], + "readme": "./README.md", + "repository": "https://github.com/bkchr/proc-macro-crate", + "homepage": null, + "documentation": "https://docs.rs/proc-macro-crate", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "proc-macro-error", + "version": "1.0.4", + "id": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Almost drop-in replacement to panics in proc-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro-error-attr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.107", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.5.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.19", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + }, + { + "name": "version_check", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "proc-macro-error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macro-errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/macro-errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ok", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/ok.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "runtime-errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/tests/runtime-errors.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "syn-error" + ], + "syn": [ + "dep:syn" + ], + "syn-error": [ + "syn" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-1.0.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "CreepySkeleton " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "keywords": [ + "proc-macro", + "error", + "errors" + ], + "readme": "README.md", + "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "proc-macro-error-attr", + "version": "1.0.4", + "id": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Attribute macro for proc-macro-error crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version_check", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "proc-macro-error-attr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-error-attr-1.0.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "CreepySkeleton " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://gitlab.com/CreepySkeleton/proc-macro-error", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "proc-macro-hack", + "version": "0.5.20+deprecated", + "id": "proc-macro-hack 0.5.20+deprecated (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Procedural macros in expression position", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "demo-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "demo-hack-impl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.49", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "proc-macro-hack", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-hack-0.5.20+deprecated/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-hack-0.5.20+deprecated/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-hack-0.5.20+deprecated/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-hack-0.5.20+deprecated/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro-hack", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "proc-macro2", + "version": "1.0.66", + "id": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "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.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "unicode-ident", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "proc-macro2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "comments", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/tests/comments.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "features", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/tests/features.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "marker", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/tests/marker.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/tests/test.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_fmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/tests/test_fmt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/tests/test_size.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "proc-macro" + ], + "nightly": [], + "proc-macro": [], + "span-locations": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.66/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustc-args": [ + "--cfg", + "procmacro2_semver_exempt" + ], + "rustdoc-args": [ + "--cfg", + "procmacro2_semver_exempt", + "--cfg", + "doc_cfg", + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "playground": { + "features": [ + "span-locations" + ] + } + }, + "publish": null, + "authors": [ + "David Tolnay ", + "Alex Crichton " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "keywords": [ + "macros", + "syn" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/proc-macro2", + "homepage": null, + "documentation": "https://docs.rs/proc-macro2", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "prodash", + "version": "23.1.2", + "id": "prodash 23.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A dashboard for visualizing progress of asynchronous and possibly blocking tasks", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.14", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytesize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compound_duration", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crosstermion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ctrlc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "termination" + ], + "target": null, + "registry": null + }, + { + "name": "dashmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "human_format", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "humantime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std", + "local-offset", + "formatting" + ], + "target": null, + "registry": null + }, + { + "name": "tui", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tui-react", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-segmentation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "argh", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "blocking", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "humantime" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "prodash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prodash-23.1.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dashboard", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prodash-23.1.2/examples/dashboard.rs", + "edition": "2021", + "required-features": [ + "render-tui", + "render-tui-crossterm", + "render-line", + "render-line-crossterm", + "signal-hook", + "render-line-autoconfigure", + "progress-tree" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dashboard-termion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prodash-23.1.2/examples/dashboard.rs", + "edition": "2021", + "required-features": [ + "render-tui", + "render-tui-termion", + "render-line", + "render-line-termion", + "progress-tree" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "units", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prodash-23.1.2/examples/units.rs", + "edition": "2021", + "required-features": [ + "unit-bytes", + "unit-duration", + "unit-human", + "render-tui", + "render-tui-crossterm", + "render-line", + "render-line-crossterm", + "signal-hook" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "usage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prodash-23.1.2/benches/usage.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "async-io": [ + "dep:async-io" + ], + "atty": [ + "dep:atty" + ], + "bytesize": [ + "dep:bytesize" + ], + "compound_duration": [ + "dep:compound_duration" + ], + "crosstermion": [ + "dep:crosstermion" + ], + "ctrlc": [ + "dep:ctrlc" + ], + "dashmap": [ + "dep:dashmap" + ], + "default": [ + "progress-tree", + "progress-tree-log" + ], + "futures-core": [ + "dep:futures-core" + ], + "futures-lite": [ + "dep:futures-lite" + ], + "human_format": [ + "dep:human_format" + ], + "humantime": [ + "dep:humantime" + ], + "local-time": [ + "time" + ], + "log": [ + "dep:log" + ], + "parking_lot": [ + "dep:parking_lot" + ], + "progress-log": [ + "log" + ], + "progress-tree": [ + "parking_lot" + ], + "progress-tree-hp-hashmap": [ + "dashmap" + ], + "progress-tree-log": [ + "log" + ], + "render-line": [ + "crosstermion/color", + "humantime", + "unicode-width" + ], + "render-line-autoconfigure": [ + "atty" + ], + "render-line-crossterm": [ + "crosstermion/crossterm" + ], + "render-line-termion": [ + "crosstermion/termion" + ], + "render-tui": [ + "tui", + "unicode-segmentation", + "unicode-width", + "crosstermion/input-async", + "tui-react", + "futures-lite", + "futures-core", + "async-io", + "humantime" + ], + "render-tui-crossterm": [ + "crosstermion/tui-react-crossterm", + "crosstermion/input-async-crossterm" + ], + "render-tui-termion": [ + "crosstermion/tui-react-termion" + ], + "signal-hook": [ + "dep:signal-hook" + ], + "time": [ + "dep:time" + ], + "tui": [ + "dep:tui" + ], + "tui-react": [ + "dep:tui-react" + ], + "unicode-segmentation": [ + "dep:unicode-segmentation" + ], + "unicode-width": [ + "dep:unicode-width" + ], + "unit-bytes": [ + "bytesize" + ], + "unit-duration": [ + "compound_duration" + ], + "unit-human": [ + "human_format" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prodash-23.1.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Sebastian Thiel " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/Byron/prodash", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "profont", + "version": "0.6.1", + "id": "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "The ProFont monospace font for use with the embedded-graphics crate.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "profont", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/profont-0.6.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/profont-0.6.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Wesley Moore " + ], + "categories": [ + "rendering", + "embedded", + "no-std" + ], + "keywords": [ + "bitmap", + "monochrome", + "font", + "monospace" + ], + "readme": "../README.md", + "repository": "https://github.com/wezm/profont", + "homepage": null, + "documentation": "https://docs.rs/profont", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "proptest", + "version": "1.2.0", + "id": "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Hypothesis-like property-based testing and shrinking.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bit-set", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "libm" + ], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "rand_chacha", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-syntax", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rusty-fork", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unarray", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "x86", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.52.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "proptest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "config-defaults", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/examples/config-defaults.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dateparser_v1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/examples/dateparser_v1.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "dateparser_v2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/examples/dateparser_v2.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/examples/fib.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-simplify-play", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/examples/tutorial-simplify-play.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tutorial-strategy-play", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/examples/tutorial-strategy-play.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "atomic64bit": [], + "bit-set": [ + "dep:bit-set" + ], + "break-dead-code": [], + "default": [ + "std", + "fork", + "timeout", + "bit-set", + "break-dead-code" + ], + "default-code-coverage": [ + "std", + "fork", + "timeout", + "bit-set" + ], + "fork": [ + "std", + "rusty-fork", + "tempfile" + ], + "hardware-rng": [ + "x86" + ], + "lazy_static": [ + "dep:lazy_static" + ], + "regex-syntax": [ + "dep:regex-syntax" + ], + "rusty-fork": [ + "dep:rusty-fork" + ], + "std": [ + "rand/std", + "byteorder/std", + "lazy_static", + "regex-syntax", + "num-traits/std" + ], + "tempfile": [ + "dep:tempfile" + ], + "timeout": [ + "fork", + "rusty-fork/timeout" + ], + "unstable": [], + "x86": [ + "dep:x86" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.2.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Jason Lingle" + ], + "categories": [ + "development-tools::testing" + ], + "keywords": [ + "property", + "testing", + "quickcheck", + "fuzz", + "hypothesis" + ], + "readme": "README.md", + "repository": "https://github.com/proptest-rs/proptest", + "homepage": "https://proptest-rs.github.io/proptest/proptest/index.html", + "documentation": "https://docs.rs/proptest/latest/proptest/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "proptest-derive", + "version": "0.4.0", + "id": "proptest-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Custom-derive for the Arbitrary trait of proptest.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "visit", + "extra-traits", + "full" + ], + "target": null, + "registry": null + }, + { + "name": "compiletest_rs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "tmp", + "stable" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "proptest-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "assoc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/assoc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/enum.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/filter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "misc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/misc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_bound", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/no_bound.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "params", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/params.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "phantom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/phantom.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "regex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/regex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "skip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/skip.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "strategy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/strategy.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "struct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/struct.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uninhabited-pass", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/uninhabited-pass.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "units", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/units.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "value", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/value.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "value_param", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/value_param.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "weight", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/tests/weight.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "large_enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/benches/large_enum.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-derive-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Mazdak Farrokhzad " + ], + "categories": [ + "development-tools::testing" + ], + "keywords": [ + "derive", + "arbitrary", + "proptest", + "testing", + "quickcheck" + ], + "readme": "README.md", + "repository": "https://github.com/proptest-rs/proptest", + "homepage": "https://proptest-rs.github.io/proptest/proptest-derive/index.html", + "documentation": "https://proptest-rs.github.io/proptest/proptest-derive/index.html", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "prost", + "version": "0.11.9", + "id": "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "A Protocol Buffers implementation for the Rust Language.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "prost-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "prost", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.11.9/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "varint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.11.9/benches/varint.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "prost-derive", + "std" + ], + "no-recursion-limit": [], + "prost-derive": [ + "dep:prost-derive" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-0.11.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dan Burkert ", + "Lucio Franco " + ], + "categories": [ + "encoding" + ], + "keywords": [ + "protobuf", + "serialization" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/prost", + "homepage": null, + "documentation": "https://docs.rs/prost", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "prost-derive", + "version": "0.11.9", + "id": "prost-derive 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "A Protocol Buffers implementation for the Rust Language.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itertools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "use_alloc" + ], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra-traits" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "prost-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-derive-0.11.9/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-derive-0.11.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dan Burkert ", + "Lucio Franco ", + "Tokio Contributors " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/prost", + "homepage": null, + "documentation": "https://docs.rs/prost-derive", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "prost-types", + "version": "0.11.9", + "id": "prost-types 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "A Protocol Buffers implementation for the Rust Language.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "prost", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "prost-derive" + ], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "prost-types", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-types-0.11.9/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [ + "prost/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/prost-types-0.11.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dan Burkert ", + "Lucio Franco " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/prost", + "homepage": null, + "documentation": "https://docs.rs/prost-types", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "quick-error", + "version": "1.2.3", + "id": "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": " A macro which makes error types pleasant to write.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "quick-error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "context", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/examples/context.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-error-1.2.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Paul Colomiets ", + "Colin Kiegel " + ], + "categories": [ + "rust-patterns" + ], + "keywords": [ + "macro", + "error", + "type", + "enum" + ], + "readme": null, + "repository": "http://github.com/tailhook/quick-error", + "homepage": "http://github.com/tailhook/quick-error", + "documentation": "http://docs.rs/quick-error", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "quick-junit", + "version": "0.3.3", + "id": "quick-junit 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Data model and serializer for JUnit/XUnit XML", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nextest-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quick-xml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.40", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "goldenfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "owo-colors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "quick-junit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-junit-0.3.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fixture_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-junit-0.3.3/tests/fixture_tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-junit-0.3.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "encoding", + "development-tools" + ], + "keywords": [ + "junit", + "xunit", + "xml", + "serializer", + "flaky-tests" + ], + "readme": "README.md", + "repository": "https://github.com/nextest-rs/nextest", + "homepage": null, + "documentation": "https://docs.rs/quick-junit", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "quick-xml", + "version": "0.23.1", + "id": "quick-xml 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "High performance xml reader and writer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "encoding_rs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde-value", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "quick-xml", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_entities", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/examples/custom_entities.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "issue68", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/examples/issue68.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "nested_readers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/examples/nested_readers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "read_texts", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/examples/read_texts.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde_attrs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/serde_attrs.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde_roundtrip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/serde_roundtrip.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde-de", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/serde-de.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde-migrated", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/serde-migrated.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "namespaces", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/namespaces.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/unit_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "xmlrs_reader_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/tests/xmlrs_reader_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "encoding": [ + "encoding_rs" + ], + "encoding_rs": [ + "dep:encoding_rs" + ], + "escape-html": [], + "serde": [ + "dep:serde" + ], + "serialize": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.23.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serialize" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "encoding", + "parsing", + "parser-implementations" + ], + "keywords": [ + "xml", + "serde", + "parser", + "writer", + "html" + ], + "readme": "README.md", + "repository": "https://github.com/tafia/quick-xml", + "homepage": null, + "documentation": "https://docs.rs/quick-xml", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "quick-xml", + "version": "0.29.0", + "id": "quick-xml 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "High performance xml reader and writer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "document-features", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "encoding_rs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.100", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "io-util" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde-value", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "macros", + "rt" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "quick-xml", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "read_nodes_serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/examples/read_nodes_serde.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encodings", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/tests/encodings.rs", + "edition": "2018", + "required-features": [ + "encoding" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde_roundtrip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/tests/serde_roundtrip.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde-de", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/tests/serde-de.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde-se", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/tests/serde-se.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde-migrated", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/tests/serde-migrated.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde-issues", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/tests/serde-issues.rs", + "edition": "2018", + "required-features": [ + "serialize" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async-tokio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/tests/async-tokio.rs", + "edition": "2018", + "required-features": [ + "async-tokio" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "microbenches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/benches/microbenches.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "macrobenches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/benches/macrobenches.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "async-tokio": [ + "tokio" + ], + "default": [], + "document-features": [ + "dep:document-features" + ], + "encoding": [ + "encoding_rs" + ], + "encoding_rs": [ + "dep:encoding_rs" + ], + "escape-html": [], + "overlapped-lists": [], + "serde": [ + "dep:serde" + ], + "serde-types": [ + "serde/derive" + ], + "serialize": [ + "serde" + ], + "tokio": [ + "dep:tokio" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.29.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docs_rs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "asynchronous", + "encoding", + "parsing", + "parser-implementations" + ], + "keywords": [ + "xml", + "serde", + "parser", + "writer", + "html" + ], + "readme": "README.md", + "repository": "https://github.com/tafia/quick-xml", + "homepage": null, + "documentation": "https://docs.rs/quick-xml", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.52" + }, + { + "name": "quote", + "version": "1.0.32", + "id": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Quasi-quoting macro quote!(...)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.66", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.66", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "quote", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.32/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.32/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.32/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "proc-macro" + ], + "proc-macro": [ + "proc-macro2/proc-macro" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.32/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers" + ], + "keywords": [ + "macros", + "syn" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/quote", + "homepage": null, + "documentation": "https://docs.rs/quote/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "r0", + "version": "1.0.0", + "id": "r0 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Initialization code ('crt0') written in Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "r0", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/r0-1.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/r0-1.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Rust Embedded Working Group " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "initialization", + "init", + "start", + "crt0", + "c0" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/r0", + "homepage": null, + "documentation": "https://docs.rs/r0", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "radium", + "version": "0.7.0", + "id": "radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Portable interfaces for maybe-atomic types", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "radium", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/radium-0.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nika Layzell ", + "myrrlyn " + ], + "categories": [ + "concurrency", + "no-std" + ], + "keywords": [ + "atomic", + "cell", + "sync", + "generic", + "trait" + ], + "readme": "README.md", + "repository": "https://github.com/bitvecto-rs/radium", + "homepage": "https://github.com/bitvecto-rs/radium", + "documentation": "https://docs.rs/radium", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand", + "version": "0.6.5", + "id": "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Random number generators and other randomness functionality.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "packed_simd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "into_bits" + ], + "target": null, + "registry": null + }, + { + "name": "rand_chacha", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_hc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_isaac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_jitter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_os", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_pcg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "average", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xoshiro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "minwindef", + "ntsecapi", + "profileapi", + "winnt" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monte-carlo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/examples/monte-carlo.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monty-hall", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/examples/monty-hall.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uniformity", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/tests/uniformity.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "distributions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/benches/distributions.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "generators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/benches/generators.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "misc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/benches/misc.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "seq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/benches/seq.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "rand_core/alloc" + ], + "default": [ + "std" + ], + "i128_support": [], + "log": [ + "dep:log" + ], + "nightly": [ + "simd_support" + ], + "packed_simd": [ + "dep:packed_simd" + ], + "rand_os": [ + "dep:rand_os" + ], + "serde1": [ + "rand_core/serde1", + "rand_isaac/serde1", + "rand_xorshift/serde1" + ], + "simd_support": [ + "packed_simd" + ], + "std": [ + "rand_core/std", + "alloc", + "rand_os", + "rand_jitter/std" + ], + "stdweb": [ + "rand_os/stdweb" + ], + "wasm-bindgen": [ + "rand_os/wasm-bindgen" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.6.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand", + "documentation": "https://rust-random.github.io/rand", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand", + "version": "0.7.3", + "id": "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Random number generators and other randomness functionality.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": "getrandom_package", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "packed_simd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "into_bits" + ], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_pcg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_hc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_pcg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_chacha", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(not(target_os = \"emscripten\"))", + "registry": null + }, + { + "name": "rand_hc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"emscripten\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.22", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monte-carlo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/examples/monte-carlo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monty-hall", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/examples/monty-hall.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "generators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/benches/generators.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "misc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/benches/misc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "seq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/benches/seq.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "weighted", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/benches/weighted.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "rand_core/alloc" + ], + "default": [ + "std" + ], + "getrandom": [ + "getrandom_package", + "rand_core/getrandom" + ], + "getrandom_package": [ + "dep:getrandom_package" + ], + "libc": [ + "dep:libc" + ], + "log": [ + "dep:log" + ], + "nightly": [ + "simd_support" + ], + "packed_simd": [ + "dep:packed_simd" + ], + "rand_pcg": [ + "dep:rand_pcg" + ], + "serde1": [], + "simd_support": [ + "packed_simd" + ], + "small_rng": [ + "rand_pcg" + ], + "std": [ + "rand_core/std", + "rand_chacha/std", + "alloc", + "getrandom", + "libc" + ], + "stdweb": [ + "getrandom_package/stdweb" + ], + "wasm-bindgen": [ + "getrandom_package/wasm-bindgen" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.7.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand", + "documentation": "https://rust-random.github.io/rand/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand", + "version": "0.8.5", + "id": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Random number generators and other randomness functionality.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "packed_simd_2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": null, + "rename": "packed_simd", + "optional": true, + "uses_default_features": true, + "features": [ + "into_bits" + ], + "target": null, + "registry": null + }, + { + "name": "rand_chacha", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.103", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_pcg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.22", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [ + "rand_core/alloc" + ], + "default": [ + "std", + "std_rng" + ], + "getrandom": [ + "rand_core/getrandom" + ], + "libc": [ + "dep:libc" + ], + "log": [ + "dep:log" + ], + "min_const_gen": [], + "nightly": [], + "packed_simd": [ + "dep:packed_simd" + ], + "rand_chacha": [ + "dep:rand_chacha" + ], + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde", + "rand_core/serde1" + ], + "simd_support": [ + "packed_simd" + ], + "small_rng": [], + "std": [ + "rand_core/std", + "rand_chacha/std", + "alloc", + "getrandom", + "libc" + ], + "std_rng": [ + "rand_chacha" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand-0.8.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ] + } + }, + "playground": { + "features": [ + "small_rng", + "serde1" + ] + } + }, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://rust-random.github.io/book", + "documentation": "https://docs.rs/rand", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_chacha", + "version": "0.1.1", + "id": "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "ChaCha random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.2, <0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_chacha", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "chacha" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_chacha", + "documentation": "https://rust-random.github.io/rand/rand_chacha", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_chacha", + "version": "0.2.2", + "id": "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "ChaCha random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ppv-lite86", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "simd" + ], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_chacha", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std", + "simd" + ], + "simd": [], + "std": [ + "ppv-lite86/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.2.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers", + "The CryptoCorrosion Contributors" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "chacha" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_chacha", + "documentation": "https://rust-random.github.io/rand/rand_chacha/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_chacha", + "version": "0.3.1", + "id": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "ChaCha random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ppv-lite86", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "simd" + ], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_chacha", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ], + "simd": [], + "std": [ + "ppv-lite86/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_chacha-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers", + "The CryptoCorrosion Contributors" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "chacha" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://rust-random.github.io/book", + "documentation": "https://docs.rs/rand_chacha", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_core", + "version": "0.3.1", + "id": "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Core random number generator traits and tools for implementation.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [ + "rand_core/alloc" + ], + "default": [ + "std" + ], + "serde1": [ + "rand_core/serde1" + ], + "std": [ + "rand_core/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_core", + "documentation": "https://rust-random.github.io/rand/rand_core", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_core", + "version": "0.4.2", + "id": "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Core random number generator traits and tools for implementation.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde", + "serde_derive" + ], + "serde_derive": [ + "dep:serde_derive" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.4.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_core", + "documentation": "https://rust-random.github.io/rand/rand_core/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_core", + "version": "0.5.1", + "id": "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Core random number generator traits and tools for implementation.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "getrandom": [ + "dep:getrandom" + ], + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ], + "std": [ + "alloc", + "getrandom", + "getrandom/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.5.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_core", + "documentation": "https://rust-random.github.io/rand/rand_core/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_core", + "version": "0.6.4", + "id": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Core random number generator traits and tools for implementation.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "getrandom": [ + "dep:getrandom" + ], + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ], + "std": [ + "alloc", + "getrandom", + "getrandom/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_core-0.6.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ] + } + }, + "playground": { + "all-features": true + } + }, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://rust-random.github.io/book", + "documentation": "https://docs.rs/rand_core", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_hc", + "version": "0.1.0", + "id": "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "HC128 random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.2, <0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_hc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "hc128" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_hc", + "documentation": "https://docs.rs/rand_hc", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_hc", + "version": "0.2.0", + "id": "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "HC128 random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_hc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_hc-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "hc128" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_hc", + "documentation": "https://rust-random.github.io/rand/rand_hc/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_isaac", + "version": "0.1.1", + "id": "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "ISAAC random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_isaac", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde", + "serde_derive", + "rand_core/serde1" + ], + "serde_derive": [ + "dep:serde_derive" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_isaac-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "isaac" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_isaac", + "documentation": "https://rust-random.github.io/rand/rand_isaac", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_jitter", + "version": "0.1.4", + "id": "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Random number generator based on timing jitter", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "profileapi" + ], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_jitter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/tests/mod.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/benches/mod.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "log": [ + "dep:log" + ], + "std": [ + "rand_core/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_jitter-0.1.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [], + "keywords": [ + "random", + "rng", + "os" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": null, + "documentation": "https://docs.rs/rand_jitter", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_os", + "version": "0.1.3", + "id": "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "OS backed Random Number Generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "rdrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_env = \"sgx\")", + "registry": null + }, + { + "name": "cloudabi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"cloudabi\")", + "registry": null + }, + { + "name": "fuchsia-cprng", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"fuchsia\")", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "minwindef", + "ntsecapi", + "winnt" + ], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "stdweb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "wasm32-unknown-unknown", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_os", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/tests/mod.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "log": [ + "dep:log" + ], + "stdweb": [ + "dep:stdweb" + ], + "wasm-bindgen": [ + "dep:wasm-bindgen" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_os-0.1.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [], + "keywords": [ + "random", + "rng", + "os" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_os", + "documentation": "https://docs.rs/rand_os", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_pcg", + "version": "0.1.2", + "id": "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Selected PCG random number generators\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_pcg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lcg64xsh32", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/tests/lcg64xsh32.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mcg128xsl64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/tests/mcg128xsl64.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde", + "serde_derive" + ], + "serde_derive": [ + "dep:serde_derive" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "pcg" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_pcg", + "documentation": "https://rust-random.github.io/rand/rand_pcg", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_pcg", + "version": "0.2.1", + "id": "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Selected PCG random number generators\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_pcg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lcg128xsl64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.2.1/tests/lcg128xsl64.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lcg64xsh32", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.2.1/tests/lcg64xsh32.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mcg128xsl64", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.2.1/tests/mcg128xsl64.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_pcg-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "pcg" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_pcg", + "documentation": "https://rust-random.github.io/rand/rand_pcg/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_xorshift", + "version": "0.1.1", + "id": "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Xorshift random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.2, <0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.38", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_xorshift", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.1.1/tests/mod.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde", + "serde_derive" + ], + "serde_derive": [ + "dep:serde_derive" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "xorshift" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rand", + "homepage": "https://crates.io/crates/rand_xorshift", + "documentation": "https://rust-random.github.io/rand/rand_xorshift", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_xorshift", + "version": "0.3.0", + "id": "rand_xorshift 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Xorshift random number generator\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.118", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_xorshift", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/tests/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-0.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers", + "The Rust Project Developers" + ], + "categories": [ + "algorithms", + "no-std" + ], + "keywords": [ + "random", + "rng", + "xorshift" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rngs", + "homepage": "https://rust-random.github.io/book", + "documentation": "https://docs.rs/rand_xorshift", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rand_xoshiro", + "version": "0.6.0", + "id": "rand_xoshiro 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Xoshiro, xoroshiro and splitmix64 random number generators", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rand_xoshiro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/tests/serde.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "serde1": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xoshiro-0.6.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rand Project Developers" + ], + "categories": [ + "algorithms" + ], + "keywords": [ + "random", + "rng" + ], + "readme": "README.md", + "repository": "https://github.com/rust-random/rngs", + "homepage": "https://rust-random.github.io/book", + "documentation": "https://docs.rs/rand_xoshiro", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "raw-cpuid", + "version": "10.7.0", + "id": "raw-cpuid 10.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termimad", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "core_affinity", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "phf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "raw-cpuid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-cpuid-10.7.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "cpuid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-cpuid-10.7.0/src/bin/cpuid.rs", + "edition": "2018", + "required-features": [ + "cli" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cache", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-cpuid-10.7.0/examples/cache.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cpu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-cpuid-10.7.0/examples/cpu.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "topology", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-cpuid-10.7.0/examples/topology.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tsc_frequency", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-cpuid-10.7.0/examples/tsc_frequency.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "clap": [ + "dep:clap" + ], + "cli": [ + "display", + "clap" + ], + "display": [ + "std", + "termimad", + "serde_json", + "serialize" + ], + "serde": [ + "dep:serde" + ], + "serde_derive": [ + "dep:serde_derive" + ], + "serde_json": [ + "dep:serde_json" + ], + "serialize": [ + "serde", + "serde_derive" + ], + "std": [], + "termimad": [ + "dep:termimad" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/raw-cpuid-10.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Gerd Zellweger " + ], + "categories": [], + "keywords": [ + "cpuid", + "x86", + "amd64", + "os", + "libcore" + ], + "readme": "README.md", + "repository": "https://github.com/gz/rust-cpuid", + "homepage": "https://github.com/gz/rust-cpuid", + "documentation": "https://docs.rs/raw-cpuid/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rayon", + "version": "1.7.0", + "id": "rayon 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Simple work-stealing parallelism for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rayon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "chars", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/chars.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "clones", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/clones.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "collect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/collect.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cross-pool", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/cross-pool.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "debug", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/debug.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "drain_vec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/drain_vec.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "intersperse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/intersperse.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue671-unzip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/issue671-unzip.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue671", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/issue671.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "iter_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/iter_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "named-threads", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/named-threads.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "octillion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/octillion.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "par_bridge_recursion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/par_bridge_recursion.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "producer_split_at", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/producer_split_at.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sort-panic-safe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/sort-panic-safe.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/tests/str.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Niko Matsakis ", + "Josh Stone " + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "parallel", + "thread", + "concurrency", + "join", + "performance" + ], + "readme": "README.md", + "repository": "https://github.com/rayon-rs/rayon", + "homepage": null, + "documentation": "https://docs.rs/rayon/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "rayon-core", + "version": "1.11.0", + "id": "rayon-core 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Core APIs for Rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "crossbeam-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-deque", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "scoped-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rayon-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stack_overflow_crash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/tests/stack_overflow_crash.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "double_init_fail", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/tests/double_init_fail.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "init_zero_threads", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/tests/init_zero_threads.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "scope_join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/tests/scope_join.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "simple_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/tests/simple_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "scoped_threadpool", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/tests/scoped_threadpool.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.11.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Niko Matsakis ", + "Josh Stone " + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "parallel", + "thread", + "concurrency", + "join", + "performance" + ], + "readme": "README.md", + "repository": "https://github.com/rayon-rs/rayon", + "homepage": null, + "documentation": "https://docs.rs/rayon/", + "edition": "2021", + "links": "rayon-core", + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "rdrand", + "version": "0.4.0", + "id": "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "An implementation of random number generator based on rdrand and rdseed instructions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rdrand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.4.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "rdrand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.4.0/benches/rdrand.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "rdseed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.4.0/benches/rdseed.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.4.0/benches/std.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rdrand-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simonas Kazlauskas " + ], + "categories": [], + "keywords": [ + "rand", + "rdrand", + "rdseed", + "random" + ], + "readme": null, + "repository": "https://github.com/nagisa/rust_rdrand/", + "homepage": null, + "documentation": "https://docs.rs/rdrand/0.4.0/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "recursion", + "version": "0.4.0", + "id": "recursion 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "cache-aware stack safe recursion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "recursion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/recursion-0.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "experimental": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/recursion-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "redox_syscall", + "version": "0.2.16", + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A Rust library to access raw Redox system calls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "syscall", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.2.16/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jeremy Soller " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://gitlab.redox-os.org/redox-os/syscall", + "homepage": null, + "documentation": "https://docs.rs/redox_syscall", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "redox_syscall", + "version": "0.3.5", + "id": "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A Rust library to access raw Redox system calls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "syscall", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.3.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "core": [ + "dep:core" + ], + "rustc-dep-of-std": [ + "core", + "bitflags/rustc-dep-of-std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_syscall-0.3.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jeremy Soller " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://gitlab.redox-os.org/redox-os/syscall", + "homepage": null, + "documentation": "https://docs.rs/redox_syscall", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "redox_users", + "version": "0.4.3", + "id": "redox_users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A Rust library to access Redox users and groups functionality", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "redox_syscall", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rust-argon2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "zeroize_derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "redox_users", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "auth": [ + "rust-argon2", + "zeroize" + ], + "default": [ + "auth" + ], + "rust-argon2": [ + "dep:rust-argon2" + ], + "zeroize": [ + "dep:zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/redox_users-0.4.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jose Narvaez ", + "Wesley Hershberger " + ], + "categories": [], + "keywords": [ + "redox", + "auth" + ], + "readme": "README.md", + "repository": "https://gitlab.redox-os.org/redox-os/users", + "homepage": null, + "documentation": "https://docs.rs/redox_users", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "regex", + "version": "1.9.4", + "id": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An implementation of regular expressions for Rust. This implementation uses\nfinite automata and guarantees linear time matching on all inputs.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "aho-corasick", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-automata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc", + "syntax", + "meta", + "nfa-pikevm" + ], + "target": null, + "registry": null + }, + { + "name": "regex-syntax", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.69", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "atty", + "humantime", + "termcolor" + ], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.17.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "regex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.9.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.9.4/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "std", + "perf", + "unicode", + "regex-syntax/default" + ], + "logging": [ + "aho-corasick?/logging", + "regex-automata/logging" + ], + "pattern": [], + "perf": [ + "perf-cache", + "perf-dfa", + "perf-onepass", + "perf-backtrack", + "perf-inline", + "perf-literal" + ], + "perf-backtrack": [ + "regex-automata/nfa-backtrack" + ], + "perf-cache": [], + "perf-dfa": [ + "regex-automata/hybrid" + ], + "perf-dfa-full": [ + "regex-automata/dfa-build", + "regex-automata/dfa-search" + ], + "perf-inline": [ + "regex-automata/perf-inline" + ], + "perf-literal": [ + "dep:aho-corasick", + "dep:memchr", + "regex-automata/perf-literal" + ], + "perf-onepass": [ + "regex-automata/dfa-onepass" + ], + "std": [ + "aho-corasick?/std", + "memchr?/std", + "regex-automata/std", + "regex-syntax/std" + ], + "unicode": [ + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + "regex-automata/unicode", + "regex-syntax/unicode" + ], + "unicode-age": [ + "regex-automata/unicode-age", + "regex-syntax/unicode-age" + ], + "unicode-bool": [ + "regex-automata/unicode-bool", + "regex-syntax/unicode-bool" + ], + "unicode-case": [ + "regex-automata/unicode-case", + "regex-syntax/unicode-case" + ], + "unicode-gencat": [ + "regex-automata/unicode-gencat", + "regex-syntax/unicode-gencat" + ], + "unicode-perl": [ + "regex-automata/unicode-perl", + "regex-automata/unicode-word-boundary", + "regex-syntax/unicode-perl" + ], + "unicode-script": [ + "regex-automata/unicode-script", + "regex-syntax/unicode-script" + ], + "unicode-segment": [ + "regex-automata/unicode-segment", + "regex-syntax/unicode-segment" + ], + "unstable": [ + "pattern" + ], + "use_std": [ + "std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.9.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers", + "Andrew Gallant " + ], + "categories": [ + "text-processing" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/regex", + "homepage": "https://github.com/rust-lang/regex", + "documentation": "https://docs.rs/regex", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "regex-automata", + "version": "0.1.10", + "id": "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense/MIT", + "license_file": null, + "description": "Automata construction and matching using regular expressions.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fst", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-syntax", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.82", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.82", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "regex-automata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/tests/tests.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "fst": [ + "dep:fst" + ], + "regex-syntax": [ + "dep:regex-syntax" + ], + "std": [ + "regex-syntax" + ], + "transducer": [ + "std", + "fst" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.1.10/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "text-processing" + ], + "keywords": [ + "regex", + "dfa", + "automata", + "automaton", + "nfa" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/regex-automata", + "homepage": "https://github.com/BurntSushi/regex-automata", + "documentation": "https://docs.rs/regex-automata", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "regex-automata", + "version": "0.3.7", + "id": "regex-automata 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Automata construction and matching using regular expressions.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "aho-corasick", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.14", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.5.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-syntax", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.69", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "atty", + "humantime", + "termcolor" + ], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "regex-automata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.7/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.7/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std", + "syntax", + "perf", + "unicode", + "meta", + "nfa", + "dfa", + "hybrid" + ], + "dfa": [ + "dfa-build", + "dfa-search", + "dfa-onepass" + ], + "dfa-build": [ + "nfa-thompson", + "dfa-search" + ], + "dfa-onepass": [ + "nfa-thompson" + ], + "dfa-search": [], + "hybrid": [ + "alloc", + "nfa-thompson" + ], + "internal-instrument": [ + "internal-instrument-pikevm" + ], + "internal-instrument-pikevm": [ + "logging", + "std" + ], + "logging": [ + "dep:log", + "aho-corasick?/logging" + ], + "meta": [ + "syntax", + "nfa-pikevm" + ], + "nfa": [ + "nfa-thompson", + "nfa-pikevm", + "nfa-backtrack" + ], + "nfa-backtrack": [ + "nfa-thompson" + ], + "nfa-pikevm": [ + "nfa-thompson" + ], + "nfa-thompson": [ + "alloc" + ], + "perf": [ + "perf-inline", + "perf-literal" + ], + "perf-inline": [], + "perf-literal": [ + "perf-literal-substring", + "perf-literal-multisubstring" + ], + "perf-literal-multisubstring": [ + "std", + "dep:aho-corasick" + ], + "perf-literal-substring": [ + "aho-corasick?/perf-literal", + "dep:memchr" + ], + "std": [ + "regex-syntax?/std", + "memchr?/std", + "aho-corasick?/std", + "alloc" + ], + "syntax": [ + "dep:regex-syntax", + "alloc" + ], + "unicode": [ + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + "unicode-word-boundary", + "regex-syntax?/unicode" + ], + "unicode-age": [ + "regex-syntax?/unicode-age" + ], + "unicode-bool": [ + "regex-syntax?/unicode-bool" + ], + "unicode-case": [ + "regex-syntax?/unicode-case" + ], + "unicode-gencat": [ + "regex-syntax?/unicode-gencat" + ], + "unicode-perl": [ + "regex-syntax?/unicode-perl" + ], + "unicode-script": [ + "regex-syntax?/unicode-script" + ], + "unicode-segment": [ + "regex-syntax?/unicode-segment" + ], + "unicode-word-boundary": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.3.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rust Project Developers", + "Andrew Gallant " + ], + "categories": [ + "text-processing" + ], + "keywords": [ + "regex", + "dfa", + "automata", + "automaton", + "nfa" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/regex/tree/master/regex-automata", + "homepage": null, + "documentation": "https://docs.rs/regex-automata", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "regex-syntax", + "version": "0.6.29", + "id": "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A regular expression parser.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "regex-syntax", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "unicode" + ], + "unicode": [ + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "unicode-age": [], + "unicode-bool": [], + "unicode-case": [], + "unicode-gencat": [], + "unicode-perl": [], + "unicode-script": [], + "unicode-segment": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.6.29/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/regex", + "homepage": "https://github.com/rust-lang/regex", + "documentation": "https://docs.rs/regex-syntax", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "regex-syntax", + "version": "0.7.5", + "id": "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A regular expression parser.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "regex-syntax", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "default": [ + "std", + "unicode" + ], + "std": [], + "unicode": [ + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ], + "unicode-age": [], + "unicode-bool": [], + "unicode-case": [], + "unicode-gencat": [], + "unicode-perl": [], + "unicode-script": [], + "unicode-segment": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "The Rust Project Developers", + "Andrew Gallant " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax", + "homepage": null, + "documentation": "https://docs.rs/regex-syntax", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60.0" + }, + { + "name": "remove_dir_all", + "version": "0.8.2", + "id": "remove_dir_all 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A safe, reliable implementation of remove_dir_all for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.1.11", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fs_at", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "normpath", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cvt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "aligned", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.45.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Storage_FileSystem", + "Win32_System_IO", + "Win32_System_Ioctl", + "Win32_System_SystemServices", + "Win32_System_Threading" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "remove_dir_all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.8.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "remove-dir-all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.8.2/src/bin/remove-dir-all.rs", + "edition": "2018", + "required-features": [ + "cli" + ], + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "cli": [ + "dep:clap", + "dep:env_logger", + "log", + "parallel" + ], + "default": [], + "log": [ + "dep:log" + ], + "parallel": [ + "dep:rayon" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/remove_dir_all-0.8.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Erin P. ", + "Robert C. " + ], + "categories": [ + "filesystem" + ], + "keywords": [ + "utility", + "filesystem", + "remove_dir", + "windows" + ], + "readme": "README.md", + "repository": "https://github.com/XAMPPRocky/remove_dir_all.git", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "reqwest", + "version": "0.11.20", + "id": "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "higher level HTTP client library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mime_guess", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_urlencoded", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-compression", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "tokio" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "cookie", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": null, + "rename": "cookie_crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "cookie_store", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "encoding_rs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "h2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "h3", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "h3-quinn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "http-body", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "tcp", + "http1", + "http2", + "client", + "runtime" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "hyper-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "hyper-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "ipnet", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "mime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.16", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.10", + "kind": null, + "rename": "native-tls-crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "quinn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "tls-rustls", + "ring", + "runtime-tokio" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "dangerous_configuration" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "rustls-native-certs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "net", + "time" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "tokio-native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "tokio-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "tokio-socks", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "codec", + "io" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "trust-dns-resolver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "brotli", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": "brotli_crate", + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "tcp", + "stream", + "http1", + "http2", + "client", + "server", + "runtime" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "libflate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "macros", + "rt-multi-thread" + ], + "target": "cfg(not(target_arch = \"wasm32\"))", + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.45", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.68", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.18", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-streams", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.25", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "AbortController", + "AbortSignal", + "Headers", + "Request", + "RequestInit", + "RequestMode", + "Response", + "Window", + "FormData", + "Blob", + "BlobPropertyBag", + "ServiceWorkerGlobalScope", + "RequestCredentials", + "File", + "ReadableStream" + ], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.68", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde-serialize" + ], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "winreg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.50.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "reqwest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "blocking", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/examples/blocking.rs", + "edition": "2018", + "required-features": [ + "blocking" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "json_dynamic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/examples/json_dynamic.rs", + "edition": "2018", + "required-features": [ + "json" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "json_typed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/examples/json_typed.rs", + "edition": "2018", + "required-features": [ + "json" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tor_socks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/examples/tor_socks.rs", + "edition": "2018", + "required-features": [ + "socks" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "form", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/examples/form.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/examples/simple.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "h3_simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/examples/h3_simple.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "blocking", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/blocking.rs", + "edition": "2018", + "required-features": [ + "blocking" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cookie", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/cookie.rs", + "edition": "2018", + "required-features": [ + "cookies" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "gzip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/gzip.rs", + "edition": "2018", + "required-features": [ + "gzip" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "brotli", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/brotli.rs", + "edition": "2018", + "required-features": [ + "brotli" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "deflate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/deflate.rs", + "edition": "2018", + "required-features": [ + "deflate" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multipart", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/multipart.rs", + "edition": "2018", + "required-features": [ + "multipart" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "badssl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/badssl.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "proxy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/proxy.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "redirect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/redirect.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "timeouts", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/timeouts.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "upgrade", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/upgrade.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wasm_simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/tests/wasm_simple.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "__internal_proxy_sys_no_cache": [], + "__rustls": [ + "hyper-rustls", + "tokio-rustls", + "rustls", + "__tls", + "rustls-pemfile" + ], + "__tls": [], + "async-compression": [ + "dep:async-compression" + ], + "blocking": [ + "futures-util/io", + "tokio/rt-multi-thread", + "tokio/sync" + ], + "brotli": [ + "async-compression", + "async-compression/brotli", + "tokio-util" + ], + "cookie_crate": [ + "dep:cookie_crate" + ], + "cookie_store": [ + "dep:cookie_store" + ], + "cookies": [ + "cookie_crate", + "cookie_store" + ], + "default": [ + "default-tls" + ], + "default-tls": [ + "hyper-tls", + "native-tls-crate", + "__tls", + "tokio-native-tls" + ], + "deflate": [ + "async-compression", + "async-compression/zlib", + "tokio-util" + ], + "futures-channel": [ + "dep:futures-channel" + ], + "gzip": [ + "async-compression", + "async-compression/gzip", + "tokio-util" + ], + "h3": [ + "dep:h3" + ], + "h3-quinn": [ + "dep:h3-quinn" + ], + "http3": [ + "rustls-tls-manual-roots", + "h3", + "h3-quinn", + "quinn", + "futures-channel" + ], + "hyper-rustls": [ + "dep:hyper-rustls" + ], + "hyper-tls": [ + "dep:hyper-tls" + ], + "json": [ + "serde_json" + ], + "mime_guess": [ + "dep:mime_guess" + ], + "multipart": [ + "mime_guess" + ], + "native-tls": [ + "default-tls" + ], + "native-tls-alpn": [ + "native-tls", + "native-tls-crate/alpn" + ], + "native-tls-crate": [ + "dep:native-tls-crate" + ], + "native-tls-vendored": [ + "native-tls", + "native-tls-crate/vendored" + ], + "quinn": [ + "dep:quinn" + ], + "rustls": [ + "dep:rustls" + ], + "rustls-native-certs": [ + "dep:rustls-native-certs" + ], + "rustls-pemfile": [ + "dep:rustls-pemfile" + ], + "rustls-tls": [ + "rustls-tls-webpki-roots" + ], + "rustls-tls-manual-roots": [ + "__rustls" + ], + "rustls-tls-native-roots": [ + "rustls-native-certs", + "__rustls" + ], + "rustls-tls-webpki-roots": [ + "webpki-roots", + "__rustls" + ], + "serde_json": [ + "dep:serde_json" + ], + "socks": [ + "tokio-socks" + ], + "stream": [ + "tokio/fs", + "tokio-util", + "wasm-streams" + ], + "tokio-native-tls": [ + "dep:tokio-native-tls" + ], + "tokio-rustls": [ + "dep:tokio-rustls" + ], + "tokio-socks": [ + "dep:tokio-socks" + ], + "tokio-util": [ + "dep:tokio-util" + ], + "trust-dns": [ + "trust-dns-resolver" + ], + "trust-dns-resolver": [ + "dep:trust-dns-resolver" + ], + "wasm-streams": [ + "dep:wasm-streams" + ], + "webpki-roots": [ + "dep:webpki-roots" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.20/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "reqwest_unstable" + ], + "targets": [ + "x86_64-unknown-linux-gnu", + "wasm32-unknown-unknown" + ] + } + }, + "playground": { + "features": [ + "blocking", + "cookies", + "json", + "multipart" + ] + } + }, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [ + "web-programming::http-client", + "wasm" + ], + "keywords": [ + "http", + "request", + "client" + ], + "readme": "README.md", + "repository": "https://github.com/seanmonstar/reqwest", + "homepage": null, + "documentation": "https://docs.rs/reqwest", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.63.0" + }, + { + "name": "resolv-conf", + "version": "0.7.0", + "id": "resolv-conf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": " The resolv.conf file parser\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hostname", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quick-error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "resolv_conf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/examples/parse.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/tests/lib.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "hostname": [ + "dep:hostname" + ], + "system": [ + "hostname" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "paul@colomiets.name" + ], + "categories": [ + "parser-implementations" + ], + "keywords": [ + "dns", + "unix", + "conf", + "resolv" + ], + "readme": "README.md", + "repository": "http://github.com/tailhook/resolv-conf", + "homepage": "http://github.com/tailhook/resolv-conf", + "documentation": "https://docs.rs/resolv-conf/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rfc6979", + "version": "0.4.0", + "id": "rfc6979 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of RFC6979: Deterministic Usage of the\nDigital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hmac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "reset" + ], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rfc6979", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/tests/lib.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rfc6979-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "dsa", + "ecdsa", + "signature" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/signatures/tree/master/rfc6979", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.61" + }, + { + "name": "ring", + "version": "0.16.20", + "id": "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "license": null, + "license_file": "LICENSE", + "description": "Safe, fast, small crypto using Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "untrusted", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.62", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.37", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "Crypto", + "Window" + ], + "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))", + "registry": null + }, + { + "name": "spin", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.69", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.80", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(any(unix, windows))", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "ntsecapi", + "wtypesbase" + ], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "aead_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/aead_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "agreement_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/agreement_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "constant_time_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/constant_time_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "digest_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/digest_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ecdsa_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/ecdsa_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ed25519_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/ed25519_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hkdf_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/hkdf_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hmac_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/hmac_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "pbkdf2_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/pbkdf2_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quic_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/quic_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rand_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/rand_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rsa_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/rsa_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signature_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/tests/signature_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "alloc", + "dev_urandom_fallback" + ], + "dev_urandom_fallback": [ + "once_cell" + ], + "internal_benches": [], + "once_cell": [ + "dep:once_cell" + ], + "slow_tests": [], + "std": [ + "alloc" + ], + "test_logging": [], + "wasm32_c": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Brian Smith " + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "cryptography", + "rand", + "ECC", + "RSA" + ], + "readme": "doc/link-to-readme.md", + "repository": "https://github.com/briansmith/ring", + "homepage": null, + "documentation": "https://briansmith.org/rustdoc/ring/", + "edition": "2018", + "links": "ring-asm", + "default_run": null, + "rust_version": null + }, + { + "name": "ring-drawer", + "version": "0.1.0", + "id": "ring-drawer 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "license": null, + "license_file": null, + "description": null, + "source": "git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033", + "dependencies": [ + { + "name": "embedded-graphics", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "input-mgr", + "source": "git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033", + "req": "*", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "minifb", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "profont", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ring-drawer", + "src_path": "/opt/cargo/git/checkouts/teletype-eac71614ed2e503b/de95e61/crates/ring-drawer/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "demo_bw", + "src_path": "/opt/cargo/git/checkouts/teletype-eac71614ed2e503b/de95e61/crates/ring-drawer/src/bin/demo_bw.rs", + "edition": "2021", + "required-features": [ + "demo" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "demo_color", + "src_path": "/opt/cargo/git/checkouts/teletype-eac71614ed2e503b/de95e61/crates/ring-drawer/src/bin/demo_color.rs", + "edition": "2021", + "required-features": [ + "demo" + ], + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "demo": [ + "minifb" + ], + "minifb": [ + "dep:minifb" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/teletype-eac71614ed2e503b/de95e61/crates/ring-drawer/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": null, + "repository": null, + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "riscv", + "version": "0.10.1", + "id": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "Low level access to RISC-V processors", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bit_field", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "critical-section", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "embedded-hal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "riscv", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-0.10.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-0.10.1/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "critical-section-single-hart": [ + "critical-section/restore-state-bool" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-0.10.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "riscv64imac-unknown-none-elf", + "targets": [ + "riscv32i-unknown-none-elf", + "riscv32imc-unknown-none-elf", + "riscv32imac-unknown-none-elf", + "riscv64imac-unknown-none-elf", + "riscv64gc-unknown-none-elf" + ] + } + } + }, + "publish": null, + "authors": [ + "The RISC-V Team " + ], + "categories": [ + "embedded", + "hardware-support", + "no-std" + ], + "keywords": [ + "riscv", + "register", + "peripheral" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/riscv", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "riscv-atomic-emulation-trap", + "version": "0.4.0", + "id": "riscv-atomic-emulation-trap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An atomic emulation trap handler for non atomic RISC-V targets.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "riscv-atomic-emulation-trap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-atomic-emulation-trap-0.4.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-atomic-emulation-trap-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Scott Mabin " + ], + "categories": [], + "keywords": [ + "riscv", + "emulation", + "atomic" + ], + "readme": "README.md", + "repository": "https://github.com/esp-rs/riscv-atomic-emulation-trap", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "riscv-rt", + "version": "0.11.0", + "id": "riscv-rt 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "Minimal runtime / startup for RISC-V CPU's", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "r0", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv-rt-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "panic-halt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "riscv-target", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "riscv-rt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-rt-0.11.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "empty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-rt-0.11.0/examples/empty.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multi_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-rt-0.11.0/examples/multi_core.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-rt-0.11.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "s-mode": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-rt-0.11.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The RISC-V Team " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "riscv", + "runtime", + "startup" + ], + "readme": "README.md", + "repository": "https://github.com/rust-embedded/riscv-rt", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "riscv-rt-macros", + "version": "0.2.0", + "id": "riscv-rt-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Attributes re-exported in `riscv-rt`", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra-traits", + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "riscv-rt-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-rt-macros-0.2.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-rt-macros-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The RISC-V Team ", + "Jorge Aparicio " + ], + "categories": [ + "embedded", + "no-std" + ], + "keywords": [ + "riscv", + "runtime", + "startup" + ], + "readme": null, + "repository": "https://github.com/rust-embedded/riscv-rt", + "homepage": null, + "documentation": "https://docs.rs/riscv-rt", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "riscv-target", + "version": "0.1.2", + "id": "riscv-target 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "RISC-V target string manipulation utilities", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "riscv-target", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-target-0.1.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/riscv-target-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ilya Epifanov " + ], + "categories": [ + "embedded" + ], + "keywords": [ + "riscv" + ], + "readme": "README.md", + "repository": "https://github.com/ilya-epifanov/riscv-target", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rsdp", + "version": "2.0.0", + "id": "rsdp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Zero-allocation library for locating and parsing the RSDP, the first ACPI table", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rsdp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rsdp-2.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rsdp-2.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Isaac Woods", + "Restioson" + ], + "categories": [ + "hardware-support", + "no-std" + ], + "keywords": [], + "readme": "../README.md", + "repository": "https://github.com/rust-osdev/acpi", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rustc-cfg", + "version": "0.4.0", + "id": "rustc-cfg 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Runs `rustc --print cfg` and parses the output", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "failure", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustc-cfg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-cfg-0.4.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-cfg-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [], + "keywords": [ + "cfg", + "rustc", + "target", + "parser" + ], + "readme": "README.md", + "repository": "https://github.com/japaric/rustc-cfg", + "homepage": null, + "documentation": "https://docs.rs/rustc-cfg", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rustc-demangle", + "version": "0.1.23", + "id": "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Rust compiler symbol demangling.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustc-demangle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "rustc-dep-of-std": [ + "core", + "compiler_builtins" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.23/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/rustc-demangle", + "homepage": "https://github.com/alexcrichton/rustc-demangle", + "documentation": "https://docs.rs/rustc-demangle", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rustc_version", + "version": "0.4.0", + "id": "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A library for querying the version of a installed rustc compiler", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustc_version", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/tests/all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc_version-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dirkjan Ochtman ", + "Marvin Löbel " + ], + "categories": [], + "keywords": [ + "version", + "rustc" + ], + "readme": "README.md", + "repository": "https://github.com/Kimundi/rustc-version-rs", + "homepage": null, + "documentation": "https://docs.rs/rustc_version/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rustfix", + "version": "0.6.1", + "id": "rustfix 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Automatically apply the suggestions made by rustc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "duct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0-rc.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "similar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustfix", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfix-0.6.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfix-0.6.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Pascal Hertleif ", + "Oliver Schneider " + ], + "categories": [], + "keywords": [], + "readme": "Readme.md", + "repository": "https://github.com/rust-lang-nursery/rustfix", + "homepage": null, + "documentation": "https://docs.rs/rustfix", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rustix", + "version": "0.37.20", + "id": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.49", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "io-lifetimes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "close" + ], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "io-lifetimes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "close" + ], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.144", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": "libc_errno", + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memoffset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.68", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "linux-raw-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "general", + "ioctl", + "no_std" + ], + "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))", + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.144", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "extra_traits" + ], + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))", + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": "libc_errno", + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))", + "registry": null + }, + { + "name": "linux-raw-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "general", + "errno", + "ioctl", + "no_std" + ], + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.144", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra_traits" + ], + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))", + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": "libc_errno", + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))", + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": "libc_errno", + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_NetworkManagement_IpHelper", + "Win32_System_Threading" + ], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "ctor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustix", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.20/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.20/benches/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.20/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "all-apis": [ + "fs", + "io_uring", + "mm", + "net", + "param", + "process", + "procfs", + "pty", + "rand", + "runtime", + "termios", + "thread", + "time" + ], + "all-impls": [ + "os_pipe", + "fs-err" + ], + "alloc": [ + "dep:alloc" + ], + "cc": [ + "dep:cc" + ], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std", + "use-libc-auxv" + ], + "fs": [], + "fs-err": [ + "io-lifetimes/fs-err" + ], + "io-lifetimes": [ + "dep:io-lifetimes" + ], + "io_uring": [ + "fs", + "net" + ], + "itoa": [ + "dep:itoa" + ], + "libc": [ + "dep:libc" + ], + "libc_errno": [ + "dep:libc_errno" + ], + "linux_4_11": [], + "linux_latest": [ + "linux_4_11" + ], + "mm": [], + "net": [], + "once_cell": [ + "dep:once_cell" + ], + "os_pipe": [ + "io-lifetimes/os_pipe" + ], + "param": [ + "fs" + ], + "process": [], + "procfs": [ + "once_cell", + "itoa", + "fs" + ], + "pty": [ + "itoa", + "fs" + ], + "rand": [], + "runtime": [], + "rustc-dep-of-std": [ + "core", + "alloc", + "compiler_builtins", + "linux-raw-sys/rustc-dep-of-std", + "bitflags/rustc-dep-of-std" + ], + "std": [ + "io-lifetimes" + ], + "termios": [], + "thread": [], + "time": [], + "use-libc": [ + "libc_errno", + "libc" + ], + "use-libc-auxv": [ + "libc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.37.20/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "all-apis" + ], + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ], + "targets": [ + "x86_64-unknown-linux-gnu", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-openbsd", + "x86_64-unknown-netbsd", + "x86_64-unknown-dragonfly", + "x86_64-unknown-illumos", + "x86_64-unknown-redox", + "x86_64-unknown-haiku", + "wasm32-unknown-emscripten", + "wasm32-wasi" + ] + } + } + }, + "publish": null, + "authors": [ + "Dan Gohman ", + "Jakub Konka " + ], + "categories": [ + "os::unix-apis", + "date-and-time", + "filesystem", + "network-programming" + ], + "keywords": [ + "api", + "file", + "network", + "safe", + "syscall" + ], + "readme": "README.md", + "repository": "https://github.com/bytecodealliance/rustix", + "homepage": null, + "documentation": "https://docs.rs/rustix", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "rustix", + "version": "0.38.8", + "id": "rustix 0.38.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "alloc", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.49", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.147", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": "libc_errno", + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memoffset", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "linux-raw-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "general", + "ioctl", + "no_std" + ], + "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))", + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(criterion, not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.147", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "extra_traits" + ], + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))", + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": "libc_errno", + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))", + "registry": null + }, + { + "name": "linux-raw-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "general", + "errno", + "ioctl", + "no_std" + ], + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.147", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "extra_traits" + ], + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))", + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": "libc_errno", + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))", + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))", + "registry": null + }, + { + "name": "errno", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": "libc_errno", + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_NetworkManagement_IpHelper", + "Win32_System_Threading" + ], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "ctor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustix", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.8/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.8/benches/mod.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.8/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "all-apis": [ + "event", + "fs", + "io_uring", + "mm", + "mount", + "net", + "param", + "pipe", + "process", + "procfs", + "pty", + "rand", + "runtime", + "system", + "stdio", + "termios", + "thread", + "time" + ], + "alloc": [ + "dep:alloc" + ], + "cc": [], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std", + "use-libc-auxv" + ], + "event": [], + "fs": [], + "io_uring": [ + "fs", + "net", + "linux-raw-sys/io_uring" + ], + "itoa": [ + "dep:itoa" + ], + "libc": [ + "dep:libc" + ], + "libc_errno": [ + "dep:libc_errno" + ], + "linux_4_11": [], + "linux_latest": [ + "linux_4_11" + ], + "mm": [], + "mount": [], + "net": [ + "linux-raw-sys/net", + "linux-raw-sys/netlink", + "linux-raw-sys/if_ether" + ], + "once_cell": [ + "dep:once_cell" + ], + "param": [ + "fs" + ], + "pipe": [], + "process": [ + "linux-raw-sys/prctl" + ], + "procfs": [ + "once_cell", + "itoa", + "fs" + ], + "pty": [ + "itoa", + "fs" + ], + "rand": [], + "runtime": [ + "linux-raw-sys/prctl" + ], + "rustc-dep-of-std": [ + "core", + "alloc", + "compiler_builtins", + "linux-raw-sys/rustc-dep-of-std", + "bitflags/rustc-dep-of-std" + ], + "std": [ + "bitflags/std" + ], + "stdio": [], + "system": [ + "linux-raw-sys/system" + ], + "termios": [], + "thread": [ + "linux-raw-sys/prctl" + ], + "time": [], + "use-libc": [ + "libc_errno", + "libc" + ], + "use-libc-auxv": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "all-apis" + ], + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ], + "targets": [ + "x86_64-unknown-linux-gnu", + "i686-unknown-linux-gnu", + "x86_64-apple-darwin", + "x86_64-pc-windows-msvc", + "x86_64-unknown-freebsd", + "x86_64-unknown-openbsd", + "x86_64-unknown-netbsd", + "x86_64-unknown-dragonfly", + "x86_64-unknown-illumos", + "x86_64-unknown-redox", + "x86_64-unknown-haiku", + "wasm32-unknown-emscripten", + "wasm32-wasi" + ] + } + } + }, + "publish": null, + "authors": [ + "Dan Gohman ", + "Jakub Konka " + ], + "categories": [ + "os::unix-apis", + "date-and-time", + "filesystem", + "network-programming" + ], + "keywords": [ + "api", + "file", + "network", + "safe", + "syscall" + ], + "readme": "README.md", + "repository": "https://github.com/bytecodealliance/rustix", + "homepage": null, + "documentation": "https://docs.rs/rustix", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.63" + }, + { + "name": "rustls", + "version": "0.21.6", + "id": "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR ISC OR MIT", + "license_file": null, + "description": "Rustls is a modern TLS library written in Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.101.2", + "kind": null, + "rename": "webpki", + "optional": false, + "uses_default_features": true, + "features": [ + "alloc", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "bogo_shim", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/examples/internal/bogo_shim.rs", + "edition": "2021", + "required-features": [ + "dangerous_configuration", + "quic" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/examples/internal/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "api", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/tests/api.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bogo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/tests/bogo.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "client_cert_verifier", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/tests/client_cert_verifier.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "key_log_file_env", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/tests/key_log_file_env.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "server_cert_verifier", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/tests/server_cert_verifier.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmarks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/benches/benchmarks.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "dangerous_configuration": [], + "default": [ + "logging", + "tls12" + ], + "log": [ + "dep:log" + ], + "logging": [ + "log" + ], + "quic": [], + "read_buf": [ + "rustversion" + ], + "rustversion": [ + "dep:rustversion" + ], + "secret_extraction": [], + "tls12": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "network-programming", + "cryptography" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/rustls", + "homepage": "https://github.com/rustls/rustls", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "rustls-pemfile", + "version": "1.0.3", + "id": "rustls-pemfile 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR ISC OR MIT", + "license_file": null, + "description": "Basic .pem file parser for keys and certificates", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rustls-pemfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/tests/integration.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/benches/benchmark.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-1.0.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "network-programming", + "cryptography" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/pemfile", + "homepage": "https://github.com/rustls/pemfile", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "rustls-webpki", + "version": "0.100.2", + "id": "rustls-webpki 0.100.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": null, + "license_file": "LICENSE", + "description": "Web PKI X.509 Certificate Verification.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "untrusted", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rcgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "webpki", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.100.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dns_name_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.100.2/tests/dns_name_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.100.2/tests/integration.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "ring/alloc" + ], + "default": [ + "std" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.100.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/webpki", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "rustls-webpki", + "version": "0.101.4", + "id": "rustls-webpki 0.101.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "Web PKI X.509 Certificate Verification.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "untrusted", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.17.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rcgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "webpki", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "better_tls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/better_tls.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cert_v1_unsupported", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/cert_v1_unsupported.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cert_without_extensions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/cert_without_extensions.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "client_auth", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/client_auth.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "client_auth_revocation", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/client_auth_revocation.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "crl_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/crl_tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "custom_ekus", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/custom_ekus.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dns_name_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/dns_name_tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "integration", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/integration.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "name_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/name_tests.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signatures", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/signatures.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tls_server_certs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/tests/tls_server_certs.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmarks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/benches/benchmark.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "ring/alloc" + ], + "default": [ + "std" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.101.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/webpki", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "rustversion", + "version": "1.0.12", + "id": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Conditional compilation according to rustc compiler version", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.49", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "rustversion", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.12/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.12/tests/compiletest.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_const", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.12/tests/test_const.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_eval", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.12/tests/test_eval.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.12/tests/test_parse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.12/build/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.12/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::build-utils", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/dtolnay/rustversion", + "homepage": null, + "documentation": "https://docs.rs/rustversion", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "rusty-fork", + "version": "0.3.0", + "id": "rusty-fork 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Cross-platform library for running Rust tests in sub-processes using a\nfork-like interface.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "fnv", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quick-error", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wait-timeout", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "rusty-fork", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "timeout" + ], + "timeout": [ + "wait-timeout" + ], + "wait-timeout": [ + "dep:wait-timeout" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jason Lingle" + ], + "categories": [ + "development-tools::testing" + ], + "keywords": [ + "testing", + "process", + "fork" + ], + "readme": "README.md", + "repository": "https://github.com/altsysrq/rusty-fork", + "homepage": null, + "documentation": "https://docs.rs/rusty-fork", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ruzstd", + "version": "0.3.1", + "id": "ruzstd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A decoder for the zstd compression format", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "twox-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ruzstd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ruzstd-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "zstd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ruzstd-0.3.1/src/bin/zstd.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "zstd_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ruzstd-0.3.1/src/bin/zstd_stream.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "reversedbitreader_bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ruzstd-0.3.1/benches/reversedbitreader_bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ruzstd-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Moritz Borcherding " + ], + "categories": [], + "keywords": [], + "readme": "Readme.md", + "repository": "https://github.com/KillingSpark/zstd-rs", + "homepage": "https://github.com/KillingSpark/zstd-rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ryu", + "version": "1.0.15", + "id": "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR BSL-1.0", + "license_file": null, + "description": "Fast floating point to string conversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "no-panic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ryu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "upstream_benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/examples/upstream_benchmark.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "common_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/tests/common_test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "d2s_table_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/tests/d2s_table_test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "d2s_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/tests/d2s_test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "exhaustive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/tests/exhaustive.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "f2s_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/tests/f2s_test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "s2d_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/tests/s2d_test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "s2f_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/tests/s2f_test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "no-panic": [ + "dep:no-panic" + ], + "small": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.15/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "value-formatting", + "no-std", + "no-std::no-alloc" + ], + "keywords": [ + "float" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/ryu", + "homepage": null, + "documentation": "https://docs.rs/ryu", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "same-file", + "version": "1.0.6", + "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense/MIT", + "license_file": null, + "description": "A simple crate for determining whether two file paths point to the same file.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "same-file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "is_same_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_same_file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "is_stderr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/examples/is_stderr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/same-file-1.0.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "keywords": [ + "same", + "file", + "equal", + "inode" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/same-file", + "homepage": "https://github.com/BurntSushi/same-file", + "documentation": "https://docs.rs/same-file", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "schannel", + "version": "0.1.22", + "id": "schannel 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Security_Cryptography", + "Win32_Security_Authentication_Identity", + "Win32_Security_Credentials", + "Win32_System_Memory" + ], + "target": null, + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_System_SystemInformation", + "Win32_System_Time" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "schannel", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/schannel-0.1.22/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/schannel-0.1.22/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc" + } + } + }, + "publish": null, + "authors": [ + "Steven Fackler ", + "Steffen Butzer " + ], + "categories": [], + "keywords": [ + "windows", + "schannel", + "tls", + "ssl", + "https" + ], + "readme": "README.md", + "repository": "https://github.com/steffengy/schannel-rs", + "homepage": null, + "documentation": "https://docs.rs/schannel/0.1.19/schannel/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "scoped-tls", + "version": "1.0.1", + "id": "scoped-tls 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Library implementation of the standard library's old `scoped_thread_local!`\nmacro for providing scoped access to thread local storage (TLS) so any type can\nbe stored into TLS.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "scoped-tls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped-tls-1.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/scoped-tls", + "homepage": "https://github.com/alexcrichton/scoped-tls", + "documentation": "https://docs.rs/scoped-tls", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.59" + }, + { + "name": "scoped_threadpool", + "version": "0.1.9", + "id": "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A library for scoped and cached threadpools.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "scoped_threadpool", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped_threadpool-0.1.9/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "threads-living-too-long-demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped_threadpool-0.1.9/tests/threads-living-too-long-demo.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "nightly": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scoped_threadpool-0.1.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Marvin Löbel " + ], + "categories": [], + "keywords": [ + "thread", + "scoped", + "pool", + "cached", + "threadpool" + ], + "readme": "README.md", + "repository": "https://github.com/Kimundi/scoped-threadpool-rs", + "homepage": null, + "documentation": "http://kimundi.github.io/scoped-threadpool-rs/scoped_threadpool/index.html", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "scopeguard", + "version": "1.1.0", + "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A RAII scope guard that will run a given closure when it goes out of scope,\neven if the code between panics (assuming unwinding panic).\n\nDefines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as\nshorthands for guards with one of the implemented strategies.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "scopeguard", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "readme", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/examples/readme.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "use_std" + ], + "use_std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/scopeguard-1.1.0/Cargo.toml", + "metadata": { + "release": { + "no-dev-version": true + } + }, + "publish": null, + "authors": [ + "bluss" + ], + "categories": [ + "rust-patterns", + "no-std" + ], + "keywords": [ + "scope-guard", + "defer", + "panic", + "unwind" + ], + "readme": null, + "repository": "https://github.com/bluss/scopeguard", + "homepage": null, + "documentation": "https://docs.rs/scopeguard/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sct", + "version": "0.7.0", + "id": "sct 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/ISC/MIT", + "license_file": null, + "description": "Certificate transparency SCT verification library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "untrusted", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sct", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sct-0.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Joseph Birr-Pixton " + ], + "categories": [ + "network-programming", + "cryptography" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/ctz/sct.rs", + "homepage": "https://github.com/ctz/sct.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sdl2", + "version": "0.32.2", + "id": "sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "SDL2 bindings for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "c_vec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=1.0, <=1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sdl2-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.32", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sdl2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/src/sdl2/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "animation", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/animation.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "audio-capture-and-replay", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/audio-capture-and-replay.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "audio-queue-squarewave", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/audio-queue-squarewave.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "audio-squarewave", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/audio-squarewave.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "audio-wav", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/audio-wav.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "audio-whitenoise", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/audio-whitenoise.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cursor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/cursor.rs", + "edition": "2015", + "required-features": [ + "image" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/demo.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "game-controller", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/game-controller.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "game-of-life-unsafe-textures", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/game-of-life-unsafe-textures.rs", + "edition": "2015", + "required-features": [ + "unsafe_textures" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "game-of-life", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/game-of-life.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gfx-demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/gfx-demo.rs", + "edition": "2015", + "required-features": [ + "gfx" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "haptic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/haptic.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "image-demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/image-demo.rs", + "edition": "2015", + "required-features": [ + "image" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "joystick", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/joystick.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "keyboard-state", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/keyboard-state.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "message-box", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/message-box.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "mixer-demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/mixer-demo.rs", + "edition": "2015", + "required-features": [ + "mixer" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "mouse-state", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/mouse-state.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "no-renderer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/no-renderer.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "relative-mouse-state", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/relative-mouse-state.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "renderer-target", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/renderer-target.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "renderer-texture", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/renderer-texture.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "renderer-yuv", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/renderer-yuv.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "resource-manager", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/resource-manager.rs", + "edition": "2015", + "required-features": [ + "ttf", + "image" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ttf-demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/ttf-demo.rs", + "edition": "2015", + "required-features": [ + "ttf" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "window-properties", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/examples/window-properties.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "audio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/tests/audio.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "events", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/tests/events.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "video", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/tests/video.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bundled": [ + "sdl2-sys/bundled" + ], + "c_vec": [ + "dep:c_vec" + ], + "default": [], + "gfx": [ + "c_vec", + "sdl2-sys/gfx" + ], + "image": [ + "sdl2-sys/image" + ], + "mixer": [ + "sdl2-sys/mixer" + ], + "static-link": [ + "sdl2-sys/static-link" + ], + "ttf": [ + "sdl2-sys/ttf" + ], + "unsafe_textures": [], + "use-bindgen": [ + "sdl2-sys/use-bindgen" + ], + "use-pkgconfig": [ + "sdl2-sys/use-pkgconfig" + ], + "use_mac_framework": [ + "sdl2-sys/use_mac_framework" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-0.32.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Tony Aldridge ", + "Cobrand " + ], + "categories": [ + "rendering", + "api-bindings", + "game-engines", + "multimedia" + ], + "keywords": [ + "SDL", + "windowing", + "graphics", + "api", + "engine" + ], + "readme": "README.md", + "repository": "https://github.com/Rust-SDL2/rust-sdl2", + "homepage": null, + "documentation": "https://rust-sdl2.github.io/rust-sdl2/sdl2/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sdl2-sys", + "version": "0.32.6", + "id": "sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Raw SDL2 bindings for Rust, used internally rust-sdl2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cmake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unidiff", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sdl2_sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-sys-0.32.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "no_std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-sys-0.32.6/examples/no_std.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-sys-0.32.6/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bindgen": [ + "dep:bindgen" + ], + "bundled": [ + "cmake", + "tar", + "flate2", + "unidiff" + ], + "cmake": [ + "dep:cmake" + ], + "default": [], + "flate2": [ + "dep:flate2" + ], + "gfx": [], + "image": [], + "mixer": [], + "pkg-config": [ + "dep:pkg-config" + ], + "static-link": [], + "tar": [ + "dep:tar" + ], + "ttf": [], + "unidiff": [ + "dep:unidiff" + ], + "use-bindgen": [ + "bindgen" + ], + "use-pkgconfig": [ + "pkg-config" + ], + "use_mac_framework": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sdl2-sys-0.32.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Tony Aldridge " + ], + "categories": [ + "rendering", + "external-ffi-bindings", + "game-engines", + "multimedia" + ], + "keywords": [ + "SDL", + "windowing", + "graphics", + "ffi" + ], + "readme": null, + "repository": "https://github.com/rust-sdl2/rust-sdl2", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": "SDL2", + "default_run": null, + "rust_version": null + }, + { + "name": "seahash", + "version": "4.1.0", + "id": "seahash 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A blazingly fast, portable hash function with proven statistical guarantees.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "seahash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "chunking", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/tests/chunking.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "quickchecks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/tests/quickchecks.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/benches/bench.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "use_std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/seahash-4.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "ticki ", + "Tom Almeida " + ], + "categories": [], + "keywords": [ + "hash", + "hashing", + "checksum", + "checksumming", + "portable" + ], + "readme": "README.md", + "repository": "https://gitlab.redox-os.org/redox-os/seahash", + "homepage": null, + "documentation": "https://docs.rs/seahash", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sec1", + "version": "0.7.3", + "id": "sec1 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats\nincluding ASN.1 DER-serialized private keys as well as the\nElliptic-Curve-Point-to-Octet-String encoding\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base16ct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "der", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "oid" + ], + "target": null, + "registry": null + }, + { + "name": "generic-array", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pkcs8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serdect", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "subtle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sec1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "private_key", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/tests/private_key.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "traits", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/tests/traits.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "der?/alloc", + "pkcs8?/alloc", + "zeroize?/alloc" + ], + "default": [ + "der", + "point" + ], + "der": [ + "dep:der", + "zeroize" + ], + "pem": [ + "alloc", + "der/pem", + "pkcs8/pem" + ], + "pkcs8": [ + "dep:pkcs8" + ], + "point": [ + "dep:base16ct", + "dep:generic-array" + ], + "serde": [ + "dep:serdect" + ], + "std": [ + "alloc", + "der?/std" + ], + "subtle": [ + "dep:subtle" + ], + "zeroize": [ + "dep:zeroize", + "der?/zeroize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "data-structures", + "encoding", + "no-std", + "parser-implementations" + ], + "keywords": [ + "crypto", + "key", + "elliptic-curve", + "secg" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/sec1", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "security-framework", + "version": "2.9.2", + "id": "security-framework 2.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Security.framework bindings for macOS and iOS", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "core-foundation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "core-foundation-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.139", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-bigint", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "security-framework-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "x509-parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "security-framework", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.9.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.9.2/examples/client.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "find_internet_password", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.9.2/examples/find_internet_password.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "set_internet_password", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.9.2/examples/set_internet_password.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "OSX_10_10": [ + "OSX_10_9", + "security-framework-sys/OSX_10_10" + ], + "OSX_10_11": [ + "OSX_10_10", + "security-framework-sys/OSX_10_11" + ], + "OSX_10_12": [ + "OSX_10_11", + "security-framework-sys/OSX_10_12" + ], + "OSX_10_13": [ + "OSX_10_12", + "security-framework-sys/OSX_10_13", + "alpn", + "session-tickets", + "serial-number-bigint" + ], + "OSX_10_14": [ + "OSX_10_13", + "security-framework-sys/OSX_10_14" + ], + "OSX_10_15": [ + "OSX_10_14", + "security-framework-sys/OSX_10_15" + ], + "OSX_10_9": [ + "security-framework-sys/OSX_10_9" + ], + "alpn": [], + "default": [ + "OSX_10_9" + ], + "job-bless": [], + "log": [ + "dep:log" + ], + "nightly": [], + "serial-number-bigint": [ + "dep:num-bigint" + ], + "session-tickets": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/security-framework-2.9.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-apple-darwin", + "aarch64-apple-ios" + ] + } + } + }, + "publish": null, + "authors": [ + "Steven Fackler ", + "Kornel " + ], + "categories": [ + "os::macos-apis", + "cryptography", + "api-bindings" + ], + "keywords": [ + "iOS", + "TLS", + "SSL", + "crypto", + "keychain" + ], + "readme": "README.md", + "repository": "https://github.com/kornelski/rust-security-framework", + "homepage": "https://lib.rs/crates/security_framework", + "documentation": "https://docs.rs/security_framework", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "security-framework-sys", + "version": "2.9.1", + "id": "security-framework-sys 2.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Apple `Security.framework` low-level FFI bindings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "core-foundation-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.139", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "security-framework-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/security-framework-sys-2.9.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "OSX_10_10": [ + "OSX_10_9" + ], + "OSX_10_11": [ + "OSX_10_10" + ], + "OSX_10_12": [ + "OSX_10_11" + ], + "OSX_10_13": [ + "OSX_10_12" + ], + "OSX_10_14": [ + "OSX_10_13" + ], + "OSX_10_15": [ + "OSX_10_14" + ], + "OSX_10_9": [], + "default": [ + "OSX_10_9" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/security-framework-sys-2.9.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-apple-darwin", + "aarch64-apple-ios" + ] + } + } + }, + "publish": null, + "authors": [ + "Steven Fackler ", + "Kornel " + ], + "categories": [ + "os::macos-apis", + "external-ffi-bindings" + ], + "keywords": [ + "ffi", + "iOS", + "TLS", + "SSL", + "crypto" + ], + "readme": "README.md", + "repository": "https://github.com/kornelski/rust-security-framework", + "homepage": "https://lib.rs/crates/security-framework-sys", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "selectors", + "version": "0.22.0", + "id": "selectors 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "CSS Selectors matching for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cssparser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.27", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "derive_more", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.99", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fxhash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "matches", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "precomputed-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "servo_arc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thin-slice", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_codegen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "selectors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/selectors-0.22.0/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/selectors-0.22.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bench": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/selectors-0.22.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "keywords": [ + "css", + "selectors" + ], + "readme": "README.md", + "repository": "https://github.com/servo/servo", + "homepage": null, + "documentation": "https://docs.rs/selectors/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "self_update", + "version": "0.37.0", + "id": "self_update 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Self updates for standalone executables", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indicatif", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quick-xml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "blocking", + "json" + ], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "urlencoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zip", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "time" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "self_update", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/self_update-0.37.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "github", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/self_update-0.37.0/examples/github.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "gitlab", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/self_update-0.37.0/examples/gitlab.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/self_update-0.37.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "archive-tar": [ + "tar" + ], + "archive-zip": [ + "zip" + ], + "compression-flate2": [ + "flate2", + "either" + ], + "compression-zip-bzip2": [ + "zip/bzip2" + ], + "compression-zip-deflate": [ + "zip/deflate" + ], + "default": [ + "reqwest/default-tls" + ], + "either": [ + "dep:either" + ], + "flate2": [ + "dep:flate2" + ], + "rustls": [ + "reqwest/rustls-tls" + ], + "tar": [ + "dep:tar" + ], + "zip": [ + "dep:zip" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/self_update-0.37.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "James Kominick " + ], + "categories": [ + "command-line-utilities" + ], + "keywords": [ + "update", + "upgrade", + "download", + "release" + ], + "readme": "README.md", + "repository": "https://github.com/jaemk/self_update", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "semver", + "version": "1.0.18", + "id": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "semver", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_autotrait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/tests/test_autotrait.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_identifier", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/tests/test_identifier.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_version", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/tests/test_version.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_version_req", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/tests/test_version_req.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/benches/parse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.18/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "doc_cfg", + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "cargo" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/semver", + "homepage": null, + "documentation": "https://docs.rs/semver", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "serde", + "version": "1.0.188", + "id": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A generic serialization/deserialization framework", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.188", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any())", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "derive": [ + "serde_derive" + ], + "rc": [], + "serde_derive": [ + "dep:serde_derive" + ], + "std": [], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "derive" + ], + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "playground": { + "features": [ + "derive", + "rc" + ] + } + }, + "publish": null, + "authors": [ + "Erick Tryzelaar ", + "David Tolnay " + ], + "categories": [ + "encoding", + "no-std", + "no-std::no-alloc" + ], + "keywords": [ + "serde", + "serialization", + "no_std" + ], + "readme": "crates-io.md", + "repository": "https://github.com/serde-rs/serde", + "homepage": "https://serde.rs", + "documentation": "https://docs.rs/serde", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "serde-big-array", + "version": "0.4.1", + "id": "serde-big-array 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Big array helper for serde.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde-big-array", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "const", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/tests/const.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "const_expr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/tests/const_expr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "const_generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/tests/const_generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "const_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/tests/const_path.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "plus", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/tests/plus.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-big-array-0.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "est31 ", + "David Tolnay " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/est31/serde-big-array", + "homepage": null, + "documentation": "https://docs.rs/serde-big-array", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "serde-value", + "version": "0.7.0", + "id": "serde-value 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Serialization value trees", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ordered-float", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde-value", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-value-0.7.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-value-0.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "arcnmx" + ], + "categories": [], + "keywords": [ + "serde" + ], + "readme": "README.md", + "repository": "https://github.com/arcnmx/serde-value", + "homepage": null, + "documentation": "https://docs.rs/serde-value/*/serde_value/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "serde-wasm-bindgen", + "version": "0.5.0", + "id": "serde-wasm-bindgen 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Native Serde adapter for wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.83", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "js" + ], + "target": null, + "registry": null + }, + { + "name": "maplit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.39", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.24", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde-wasm-bindgen", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-wasm-bindgen-0.5.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "browser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-wasm-bindgen-0.5.0/tests/browser.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "node", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-wasm-bindgen-0.5.0/tests/node.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-wasm-bindgen-0.5.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ingvar Stepanyan " + ], + "categories": [ + "development-tools::ffi", + "wasm", + "encoding" + ], + "keywords": [ + "serde", + "serialization", + "javascript", + "wasm", + "webassembly" + ], + "readme": "README.md", + "repository": "https://github.com/cloudflare/serde-wasm-bindgen", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "serde_derive", + "version": "1.0.188", + "id": "serde_derive 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "serde_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [], + "deserialize_in_place": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Erick Tryzelaar ", + "David Tolnay " + ], + "categories": [ + "no-std", + "no-std::no-alloc" + ], + "keywords": [ + "serde", + "serialization", + "no_std", + "derive" + ], + "readme": "crates-io.md", + "repository": "https://github.com/serde-rs/serde", + "homepage": "https://serde.rs", + "documentation": "https://serde.rs/derive.html", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "serde_ignored", + "version": "0.1.9", + "id": "serde_ignored 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Find out about keys that are ignored when deserializing data", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.100", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde_ignored", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_ignored-0.1.9/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_ignored-0.1.9/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_ignored-0.1.9/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "encoding", + "no-std" + ], + "keywords": [ + "serde", + "serialization" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/serde-ignored", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.36" + }, + { + "name": "serde_json", + "version": "1.0.105", + "id": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A JSON serialization file format", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ryu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "automod", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indoc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ref-cast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_stacker", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.81", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde_json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/tests/compiletest.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "debug", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/tests/debug.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lexical", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/tests/lexical.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/tests/map.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "regression", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/tests/regression.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/tests/stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/tests/test.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "serde/alloc" + ], + "arbitrary_precision": [], + "default": [ + "std" + ], + "float_roundtrip": [], + "indexmap": [ + "dep:indexmap" + ], + "preserve_order": [ + "indexmap", + "std" + ], + "raw_value": [], + "std": [ + "serde/std" + ], + "unbounded_depth": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.105/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "raw_value", + "unbounded_depth" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "playground": { + "features": [ + "raw_value" + ] + } + }, + "publish": null, + "authors": [ + "Erick Tryzelaar ", + "David Tolnay " + ], + "categories": [ + "encoding", + "parser-implementations", + "no-std" + ], + "keywords": [ + "json", + "serde", + "serialization" + ], + "readme": "README.md", + "repository": "https://github.com/serde-rs/json", + "homepage": null, + "documentation": "https://docs.rs/serde_json", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "serde_path_to_error", + "version": "0.1.14", + "id": "serde_path_to_error 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Path to the element that failed to deserialize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.166", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.100", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde_path_to_error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "deserialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/tests/deserialize.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/tests/serialize.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.14/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "encoding" + ], + "keywords": [ + "serde", + "serialization" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/path-to-error", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "serde_plain", + "version": "1.0.2", + "id": "serde_plain 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A restricted plain text serializer for serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.29", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.29", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde_plain", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_de", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/tests/test_de.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/tests/test_macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_ser", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/tests/test_ser.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_plain-1.0.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Armin Ronacher " + ], + "categories": [ + "encoding" + ], + "keywords": [ + "serde", + "serialization", + "from_str", + "display" + ], + "readme": "README.md", + "repository": "https://github.com/mitsuhiko/serde-plain", + "homepage": "https://docs.rs/serde_plain", + "documentation": "https://docs.rs/serde_plain", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "serde_spanned", + "version": "0.6.3", + "id": "serde_spanned 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Serde-compatible spanned Value", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.145", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde_spanned", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-0.6.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "encoding", + "parser-implementations", + "parsing", + "config" + ], + "keywords": [ + "serde", + "span" + ], + "readme": "README.md", + "repository": "https://github.com/toml-rs/toml", + "homepage": "https://github.com/toml-rs/toml", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "serde_urlencoded", + "version": "0.7.1", + "id": "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "`x-www-form-urlencoded` meets Serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "form_urlencoded", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ryu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.69", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serde_urlencoded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_deserialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_deserialize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_serialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/tests/test_serialize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_urlencoded-0.7.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Anthony Ramine " + ], + "categories": [ + "encoding", + "web-programming" + ], + "keywords": [ + "serde", + "serialization", + "urlencoded" + ], + "readme": "README.md", + "repository": "https://github.com/nox/serde_urlencoded", + "homepage": null, + "documentation": "https://docs.rs/serde_urlencoded/0.7.1/serde_urlencoded/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "serialport", + "version": "4.0.1", + "id": "serialport 4.0.1 (git+https://github.com/metta-systems/serialport-rs?rev=7fec572529ec35b82bd4e3636d897fe2f1c2233f#7fec572529ec35b82bd4e3636d897fe2f1c2233f)", + "license": "MPL-2.0", + "license_file": null, + "description": "A cross-platform low-level serial port library", + "source": "git+https://github.com/metta-systems/serialport-rs?rev=7fec572529ec35b82bd4e3636d897fe2f1c2233f#7fec572529ec35b82bd4e3636d897fe2f1c2233f", + "dependencies": [ + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.32", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libudev", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_os = \"linux\", not(target_env = \"musl\")))", + "registry": null + }, + { + "name": "CoreFoundation-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))", + "registry": null + }, + { + "name": "IOKit-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))", + "registry": null + }, + { + "name": "mach", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))", + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "nix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "cguid", + "commapi", + "errhandlingapi", + "fileapi", + "guiddef", + "handleapi", + "minwinbase", + "minwindef", + "ntdef", + "setupapi", + "winbase", + "winerror", + "winnt" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serialport", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "clear_input_buffer", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/clear_input_buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "clear_output_buffer", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/clear_output_buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "duplex", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/duplex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hardware_check", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/hardware_check.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list_ports", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/list_ports.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pseudo_terminal", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/pseudo_terminal.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "receive_data", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/receive_data.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "transmit", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/examples/transmit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_serialport", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/tests/test_serialport.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_try_clone", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/tests/test_try_clone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_tty", + "src_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/tests/test_tty.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "libudev" + ], + "libudev": [ + "dep:libudev" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/serialport-rs-8f7e3b71867ab599/7fec572/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Bryant Mairs " + ], + "categories": [ + "hardware-support" + ], + "keywords": [ + "serial", + "hardware", + "system", + "RS232" + ], + "readme": "README.md", + "repository": "https://gitlab.com/susurrus/serialport-rs", + "homepage": null, + "documentation": "https://docs.rs/serialport/*/serialport", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "serialport", + "version": "4.2.1", + "id": "serialport 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "A cross-platform low-level serial port library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "scopeguard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "libudev", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_os = \"linux\", not(target_env = \"musl\")))", + "registry": null + }, + { + "name": "CoreFoundation-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))", + "registry": null + }, + { + "name": "IOKit-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))", + "registry": null + }, + { + "name": "mach2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))", + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=1.3.1, <2.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "nix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.26", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "fs", + "ioctl", + "poll", + "signal", + "term" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "cguid", + "commapi", + "errhandlingapi", + "fileapi", + "guiddef", + "handleapi", + "minwinbase", + "minwindef", + "ntdef", + "setupapi", + "winbase", + "winerror", + "winnt" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "serialport", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "clear_input_buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/clear_input_buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "clear_output_buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/clear_output_buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "duplex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/duplex.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hardware_check", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/hardware_check.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list_ports", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/list_ports.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "loopback", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/loopback.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pseudo_terminal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/pseudo_terminal.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "receive_data", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/receive_data.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "transmit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/examples/transmit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_serialport", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/tests/test_serialport.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_try_clone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/tests/test_try_clone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_tty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/tests/test_tty.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "libudev" + ], + "libudev": [ + "dep:libudev" + ], + "serde": [ + "dep:serde" + ], + "usbportinfo-interface": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/serialport-4.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Bryant Mairs ", + "Jesse Braham " + ], + "categories": [ + "hardware-support" + ], + "keywords": [ + "serial", + "hardware", + "system", + "RS232" + ], + "readme": "README.md", + "repository": "https://github.com/serialport/serialport-rs", + "homepage": null, + "documentation": "https://docs.rs/serialport", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.1" + }, + { + "name": "sermux-proto", + "version": "0.1.0", + "id": "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Wire types used by the `SerialMuxService` in the mnemos kernel. Extracted as a\nseparate crate to allow external decoders (like `crowtty`) to share protocol\ndefinitions\n", + "source": null, + "dependencies": [ + { + "name": "cobs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sermux-proto", + "src_path": "/home/rain/dev/mnemos/source/sermux-proto/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "use-std": [] + }, + "manifest_path": "/home/rain/dev/mnemos/source/sermux-proto/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "servo_arc", + "version": "0.1.1", + "id": "servo_arc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A fork of std::sync::Arc with some extra functionality and without weak references", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "nodrop", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "stable_deref_trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "servo_arc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/servo_arc-0.1.1/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "servo": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/servo_arc-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/servo", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sha1", + "version": "0.10.5", + "id": "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "SHA-1 hash function", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "dev" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cpufeatures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))", + "registry": null + }, + { + "name": "sha1-asm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sha1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/tests/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/benches/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "asm": [ + "sha1-asm" + ], + "compress": [], + "default": [ + "std" + ], + "force-soft": [], + "oid": [ + "digest/oid" + ], + "sha1-asm": [ + "dep:sha1-asm" + ], + "std": [ + "digest/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "sha1", + "hash", + "digest" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/hashes", + "homepage": null, + "documentation": "https://docs.rs/sha1", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sha1_smol", + "version": "1.0.0", + "id": "sha1_smol 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-3-Clause", + "license_file": null, + "description": "Minimal dependency free implementation of SHA1 for Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sha1_smol", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1_smol-1.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1_smol-1.0.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Armin Ronacher " + ], + "categories": [], + "keywords": [ + "sha1" + ], + "readme": "README.md", + "repository": "https://github.com/mitsuhiko/sha1-smol", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sha2", + "version": "0.10.7", + "id": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Pure Rust implementation of the SHA-2 hash function family\nincluding SHA-224, SHA-256, SHA-384, and SHA-512.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "dev" + ], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cpufeatures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))", + "registry": null + }, + { + "name": "sha2-asm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sha2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.7/tests/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.7/benches/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "asm": [ + "sha2-asm" + ], + "asm-aarch64": [ + "asm" + ], + "compress": [], + "default": [ + "std" + ], + "force-soft": [], + "oid": [ + "digest/oid" + ], + "sha2-asm": [ + "dep:sha2-asm" + ], + "std": [ + "digest/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-0.10.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "sha2", + "hash", + "digest" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/hashes", + "homepage": null, + "documentation": "https://docs.rs/sha2", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sharded-slab", + "version": "0.1.4", + "id": "sharded-slab 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A lock-free concurrent slab.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "checkpoint" + ], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "checkpoint" + ], + "target": "cfg(loom)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sharded-slab", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.4/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "loom": [ + "dep:loom" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sharded-slab-0.1.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman " + ], + "categories": [ + "memory-management", + "data-structures", + "concurrency" + ], + "keywords": [ + "slab", + "allocator", + "lock-free", + "atomic" + ], + "readme": "README.md", + "repository": "https://github.com/hawkw/sharded-slab", + "homepage": "https://github.com/hawkw/sharded-slab", + "documentation": "https://docs.rs/sharded-slab/0.1.4/sharded_slab", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "shared_child", + "version": "1.0.0", + "id": "shared_child 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "a library for using child processes from multiple threads", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.42", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "synchapi", + "winbase", + "winerror", + "winnt" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "shared_child", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/shared_child-1.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/shared_child-1.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "jacko" + ], + "categories": [ + "os" + ], + "keywords": [ + "command", + "process", + "child", + "subprocess" + ], + "readme": "README.md", + "repository": "https://github.com/oconnor663/shared_child.rs", + "homepage": null, + "documentation": "https://docs.rs/shared_child", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "shell-escape", + "version": "0.1.5", + "id": "shell-escape 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Escape characters that may have a special meaning in a shell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "shell-escape", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-escape-0.1.5/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-escape-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/sfackler/shell-escape", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "shell-words", + "version": "1.1.0", + "id": "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Process command line according to parsing rules of UNIX shell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "shell-words", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Tomasz Miąsko " + ], + "categories": [], + "keywords": [ + "quote", + "shell", + "split", + "unix", + "words" + ], + "readme": "README.md", + "repository": "https://github.com/tmiasko/shell-words", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "signal-hook", + "version": "0.3.17", + "id": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Unix signal handling", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook-registry", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "signal-hook", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "print", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/examples/print.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/tests/default.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/tests/iterator.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "shutdown", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/tests/shutdown.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "cc": [ + "dep:cc" + ], + "channel": [], + "default": [ + "channel", + "iterator" + ], + "extended-siginfo": [ + "channel", + "iterator", + "extended-siginfo-raw" + ], + "extended-siginfo-raw": [ + "cc" + ], + "iterator": [ + "channel" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Michal 'vorner' Vaner ", + "Thomas Himmelstoss " + ], + "categories": [], + "keywords": [ + "signal", + "unix", + "daemon" + ], + "readme": "README.md", + "repository": "https://github.com/vorner/signal-hook", + "homepage": null, + "documentation": "https://docs.rs/signal-hook", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "signal-hook-mio", + "version": "0.2.3", + "id": "signal-hook-mio 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "MIO support for signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.6", + "kind": null, + "rename": "mio-0_6", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.7", + "kind": null, + "rename": "mio-0_7", + "optional": true, + "uses_default_features": true, + "features": [ + "os-util", + "uds" + ], + "target": null, + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.8", + "kind": null, + "rename": "mio-0_8", + "optional": true, + "uses_default_features": true, + "features": [ + "net", + "os-ext" + ], + "target": null, + "registry": null + }, + { + "name": "mio-uds", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.7", + "kind": "dev", + "rename": "mio-0_7", + "optional": false, + "uses_default_features": true, + "features": [ + "os-util", + "os-poll", + "uds" + ], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "signal-hook-mio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mio_0_6", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/tests/mio_0_6.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mio_0_7", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/tests/mio_0_7.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mio_0_8", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/tests/mio_0_8.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "mio-0_6": [ + "dep:mio-0_6" + ], + "mio-0_7": [ + "dep:mio-0_7" + ], + "mio-0_8": [ + "dep:mio-0_8" + ], + "mio-uds": [ + "dep:mio-uds" + ], + "support-v0_6": [ + "mio-0_6", + "mio-uds" + ], + "support-v0_7": [ + "mio-0_7" + ], + "support-v0_8": [ + "mio-0_8" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Michal 'vorner' Vaner ", + "Thomas Himmelstoss " + ], + "categories": [], + "keywords": [ + "signal", + "unix", + "mio" + ], + "readme": "README.md", + "repository": "https://github.com/vorner/signal-hook", + "homepage": null, + "documentation": "https://docs.rs/signal-hook-mio", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "signal-hook-registry", + "version": "1.4.1", + "id": "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Backend crate for signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "signal-hook", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "signal-hook-registry", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unregister_signal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/tests/unregister_signal.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Michal 'vorner' Vaner ", + "Masaki Hara " + ], + "categories": [], + "keywords": [ + "signal", + "unix", + "daemon" + ], + "readme": "README.md", + "repository": "https://github.com/vorner/signal-hook", + "homepage": null, + "documentation": "https://docs.rs/signal-hook-registry", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "signature", + "version": "2.1.0", + "id": "signature 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "signature_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": "derive", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "signature", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/tests/derive.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [], + "derive": [ + "dep:derive" + ], + "digest": [ + "dep:digest" + ], + "rand_core": [ + "dep:rand_core" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/signature-2.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "crypto", + "ecdsa", + "ed25519", + "signature", + "signing" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/traits/tree/master/signature", + "homepage": null, + "documentation": "https://docs.rs/signature", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "similar", + "version": "2.2.1", + "id": "similar 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "A diff library for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bstr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.14", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.130", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "unicode-segmentation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.7.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "console", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "insta", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.68", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "similar", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "patience", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/patience.rs", + "edition": "2018", + "required-features": [ + "text", + "inline" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "terminal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/terminal.rs", + "edition": "2018", + "required-features": [ + "text" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "terminal-inline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/terminal-inline.rs", + "edition": "2018", + "required-features": [ + "text", + "inline", + "bytes" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "original-slices", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/original-slices.rs", + "edition": "2018", + "required-features": [ + "text" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "udiff", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/udiff.rs", + "edition": "2018", + "required-features": [ + "text", + "bytes" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "close-matches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/close-matches.rs", + "edition": "2018", + "required-features": [ + "text" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "large", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/large.rs", + "edition": "2018", + "required-features": [ + "text" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/serde.rs", + "edition": "2018", + "required-features": [ + "text", + "serde" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "nonstring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/examples/nonstring.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bstr": [ + "dep:bstr" + ], + "bytes": [ + "bstr", + "text" + ], + "default": [ + "text" + ], + "inline": [ + "text" + ], + "serde": [ + "dep:serde" + ], + "text": [], + "unicode": [ + "text", + "unicode-segmentation", + "bstr/unicode" + ], + "unicode-segmentation": [ + "dep:unicode-segmentation" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.2.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Armin Ronacher ", + "Pierre-Étienne Meunier ", + "Brandon Williams " + ], + "categories": [], + "keywords": [ + "diff", + "difference", + "patience", + "compare", + "changes" + ], + "readme": "README.md", + "repository": "https://github.com/mitsuhiko/similar", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.41" + }, + { + "name": "siphasher", + "version": "0.3.11", + "id": "siphasher 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "siphasher", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "serde_json": [ + "dep:serde_json" + ], + "serde_no_std": [ + "serde/alloc" + ], + "serde_std": [ + "std", + "serde/std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Frank Denis " + ], + "categories": [ + "algorithms", + "cryptography" + ], + "keywords": [ + "crypto", + "hash", + "siphash" + ], + "readme": "README.md", + "repository": "https://github.com/jedisct1/rust-siphash", + "homepage": "https://docs.rs/siphasher", + "documentation": "https://docs.rs/siphasher", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "sized-chunks", + "version": "0.6.5", + "id": "sized-chunks 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0+", + "license_file": null, + "description": "Efficient sized chunk datatypes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "array-ops", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitmaps", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "refpool", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typenum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sized-chunks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sized-chunks-0.6.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "array-ops": [ + "dep:array-ops" + ], + "default": [ + "std" + ], + "refpool": [ + "dep:refpool" + ], + "ringbuffer": [ + "array-ops" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sized-chunks-0.6.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Bodil Stokke " + ], + "categories": [ + "data-structures" + ], + "keywords": [ + "sparse-array" + ], + "readme": "./README.md", + "repository": "https://github.com/bodil/sized-chunks", + "homepage": null, + "documentation": "http://docs.rs/sized-chunks", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "slab", + "version": "0.4.8", + "id": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Pre-allocated storage for a uniform data type", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.95", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "slab", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.8/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serde", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.8/tests/serde.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "slab", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.8/tests/slab.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.8/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.8/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Carl Lerche " + ], + "categories": [ + "memory-management", + "data-structures", + "no-std" + ], + "keywords": [ + "slab", + "allocator", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/slab", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "slip-codec", + "version": "0.3.4", + "id": "slip-codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Serial Line Internet Protocol (SLIP) encoder/decoder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "asynchronous-codec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "codec" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-sink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serialport", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "slip-codec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slip-codec-0.3.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tokio-serial", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slip-codec-0.3.4/examples/tokio-serial.rs", + "edition": "2018", + "required-features": [ + "tokio-codec" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "async-codec": [ + "asynchronous-codec", + "bytes" + ], + "asynchronous-codec": [ + "dep:asynchronous-codec" + ], + "bytes": [ + "dep:bytes" + ], + "default": [], + "tokio-codec": [ + "bytes", + "tokio-util" + ], + "tokio-util": [ + "dep:tokio-util" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/slip-codec-0.3.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Judge Maygarden " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/jmaygarden/slip-codec", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "smallvec", + "version": "1.11.0", + "id": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "'Small vector' optimization: store up to a small number of items on the stack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "debugger_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "debugger_test_parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "smallvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "debugger_visualizer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/tests/debugger_visualizer.rs", + "edition": "2018", + "required-features": [ + "debugger_visualizer" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/tests/macro.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "const_generics": [], + "const_new": [ + "const_generics" + ], + "debugger_visualizer": [], + "drain_filter": [], + "drain_keep_rest": [ + "drain_filter" + ], + "may_dangle": [], + "serde": [ + "dep:serde" + ], + "specialization": [], + "union": [], + "write": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.11.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [ + "data-structures" + ], + "keywords": [ + "small", + "vec", + "vector", + "stack", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/servo/rust-smallvec", + "homepage": null, + "documentation": "https://docs.rs/smallvec/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "smawk", + "version": "0.3.1", + "id": "smawk 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Functions for finding row-minima in a totally monotone matrix.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ndarray", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num-traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_chacha", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "smawk", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "agreement", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/tests/agreement.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "complexity", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/tests/complexity.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "monge", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/tests/monge.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "version-numbers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/tests/version-numbers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "ndarray": [ + "dep:ndarray" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smawk-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Martin Geisler " + ], + "categories": [ + "algorithms", + "science" + ], + "keywords": [ + "smawk", + "matrix", + "optimization", + "dynamic-programming" + ], + "readme": "README.md", + "repository": "https://github.com/mgeisler/smawk", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "smol_str", + "version": "0.2.0", + "id": "smol_str 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "small-string optimized string type with O(1) clone", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.136", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.136", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "smol_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.0/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tidy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.0/tests/tidy.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "default": [ + "std" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "serde?/std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/smol_str-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Aleksey Kladov " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rust-analyzer/smol_str", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "snafu", + "version": "0.7.5", + "id": "snafu 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An ergonomic error handling library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": "futures-core-crate", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": "futures-crate", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snafu-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "snafu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "backtrace-optional-enabled", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace-optional-enabled.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "backtrace-optional", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace-optional.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "backtrace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "backtrace_attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/backtrace_attributes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "boxed_error_trait_object", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/boxed_error_trait_object.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "build-leaf-error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/build-leaf-error.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "context_selector_name", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/context_selector_name.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "default_error_display", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/default_error_display.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "display-shorthand", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/display-shorthand.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "doc_comment", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/doc_comment.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ensure", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/ensure.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "error_chain", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/error_chain.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "generics_with_default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/generics_with_default.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "implicit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/implicit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "location", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/location.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mapping_result_without_try_operator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/mapping_result_without_try_operator.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "module", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/module.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multiple_attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/multiple_attributes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "name-conflicts", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/name-conflicts.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_context", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/no_context.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "opaque", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/opaque.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "options", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/options.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "premade_error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/premade_error.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "raw_idents", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/raw_idents.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "recursive_error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/recursive_error.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "report", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/report.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "send_between_threads", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/send_between_threads.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "single_use_lifetimes_lint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/single_use_lifetimes_lint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "source_attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/source_attributes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stringly_typed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/stringly_typed.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "structs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/structs/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "visibility", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/tests/visibility.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "backtrace": [ + "dep:backtrace" + ], + "backtraces": [ + "std", + "backtrace" + ], + "backtraces-impl-backtrace-crate": [ + "backtraces" + ], + "backtraces-impl-std": [], + "default": [ + "std", + "rust_1_46" + ], + "futures": [ + "futures-core-crate", + "pin-project" + ], + "futures-core-crate": [ + "dep:futures-core-crate" + ], + "futures-crate": [ + "dep:futures-crate" + ], + "guide": [], + "internal-dev-dependencies": [ + "futures-crate" + ], + "pin-project": [ + "dep:pin-project" + ], + "rust_1_39": [ + "snafu-derive/rust_1_39" + ], + "rust_1_46": [ + "rust_1_39", + "snafu-derive/rust_1_46" + ], + "rust_1_61": [ + "rust_1_46", + "snafu-derive/rust_1_61" + ], + "std": [], + "unstable-backtraces-impl-std": [ + "backtraces-impl-std", + "snafu-derive/unstable-backtraces-impl-std" + ], + "unstable-core-error": [], + "unstable-provider-api": [ + "snafu-derive/unstable-provider-api" + ], + "unstable-try-trait": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "backtraces", + "futures", + "guide" + ] + } + } + }, + "publish": null, + "authors": [ + "Jake Goulding " + ], + "categories": [ + "rust-patterns", + "no-std" + ], + "keywords": [ + "error", + "ergonomic", + "library", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/shepmaster/snafu", + "homepage": null, + "documentation": "https://docs.rs/snafu", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "snafu-derive", + "version": "0.7.5", + "id": "snafu-derive 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "An ergonomic error handling library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "snafu-derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "rust_1_39": [], + "rust_1_46": [], + "rust_1_61": [], + "unstable-backtraces-impl-std": [], + "unstable-provider-api": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.7.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jake Goulding " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/shepmaster/snafu", + "homepage": null, + "documentation": "https://docs.rs/snafu", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "socket2", + "version": "0.4.9", + "id": "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.139", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "handleapi", + "ws2ipdef", + "ws2tcpip" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "socket2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "all": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.9/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "all" + ] + } + }, + "publish": null, + "authors": [ + "Alex Crichton ", + "Thomas de Zeeuw " + ], + "categories": [ + "api-bindings", + "network-programming" + ], + "keywords": [ + "io", + "socket", + "network" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/socket2", + "homepage": "https://github.com/rust-lang/socket2", + "documentation": "https://docs.rs/socket2", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "socket2", + "version": "0.5.3", + "id": "socket2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Utilities for handling networking sockets with a maximal amount of configuration\npossible intended.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.141", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Networking_WinSock", + "Win32_System_IO", + "Win32_System_Threading", + "Win32_System_WindowsProgramming" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "socket2", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "all": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "aarch64-apple-ios", + "aarch64-linux-android", + "x86_64-apple-darwin", + "x86_64-unknown-fuchsia", + "x86_64-pc-windows-msvc", + "x86_64-pc-solaris", + "x86_64-unknown-freebsd", + "x86_64-unknown-illumos", + "x86_64-unknown-linux-gnu", + "x86_64-unknown-linux-musl", + "x86_64-unknown-netbsd", + "x86_64-unknown-redox", + "armv7-linux-androideabi", + "i686-linux-android" + ] + } + }, + "playground": { + "features": [ + "all" + ] + } + }, + "publish": null, + "authors": [ + "Alex Crichton ", + "Thomas de Zeeuw " + ], + "categories": [ + "api-bindings", + "network-programming" + ], + "keywords": [ + "io", + "socket", + "network" + ], + "readme": "README.md", + "repository": "https://github.com/rust-lang/socket2", + "homepage": "https://github.com/rust-lang/socket2", + "documentation": "https://docs.rs/socket2", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.63" + }, + { + "name": "spin", + "version": "0.5.2", + "id": "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Synchronization primitives based on spinning.\nThey may contain data, are usable without `std`,\nand static initializers are available.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "spin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "debug", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/examples/debug.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.5.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Mathijs van de Nes ", + "John Ericson " + ], + "categories": [], + "keywords": [ + "spinlock", + "mutex", + "rwlock" + ], + "readme": "README.md", + "repository": "https://github.com/mvdnes/spin-rs.git", + "homepage": null, + "documentation": "https://mvdnes.github.io/rust-docs/spin-rs/spin/index.html", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "spin", + "version": "0.9.8", + "id": "spin 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Spin-based synchronization primitives", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lock_api", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": "lock_api_crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "portable-atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "spin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "debug", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/examples/debug.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/benches/mutex.rs", + "edition": "2015", + "required-features": [ + "ticket_mutex" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "barrier": [ + "mutex" + ], + "default": [ + "lock_api", + "mutex", + "spin_mutex", + "rwlock", + "once", + "lazy", + "barrier" + ], + "fair_mutex": [ + "mutex" + ], + "lazy": [ + "once" + ], + "lock_api": [ + "lock_api_crate" + ], + "lock_api_crate": [ + "dep:lock_api_crate" + ], + "mutex": [], + "once": [], + "portable-atomic": [ + "dep:portable-atomic" + ], + "portable_atomic": [ + "portable-atomic" + ], + "rwlock": [], + "spin_mutex": [ + "mutex" + ], + "std": [], + "ticket_mutex": [ + "mutex" + ], + "use_ticket_mutex": [ + "mutex", + "ticket_mutex" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spin-0.9.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Mathijs van de Nes ", + "John Ericson ", + "Joshua Barretto " + ], + "categories": [], + "keywords": [ + "spinlock", + "mutex", + "rwlock" + ], + "readme": "README.md", + "repository": "https://github.com/mvdnes/spin-rs.git", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.38" + }, + { + "name": "spitebuf", + "version": "0.1.0", + "id": "spitebuf 0.1.0 (path+file:///home/rain/dev/mnemos/source/spitebuf)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Spitebuf is an async MPSC queue, based on the Vyukov algorithm\noriginally implemented in the heapless crate. It can be used on\ntargets with or without an allocator.\n", + "source": null, + "dependencies": [ + { + "name": "maitake", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "spitebuf", + "src_path": "/home/rain/dev/mnemos/source/spitebuf/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/home/rain/dev/mnemos/source/spitebuf/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/tosc-rs/mnemos", + "homepage": "https://mnemos.dev", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "spki", + "version": "0.7.2", + "id": "spki 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "X.509 Subject Public Key Info (RFC5280) describing public keys as well as their\nassociated AlgorithmIdentifiers (i.e. OIDs)\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "base64ct", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "der", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "oid" + ], + "target": null, + "registry": null + }, + { + "name": "sha2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex-literal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "spki", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "spki", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/tests/spki.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "traits", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/tests/traits.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [ + "base64ct?/alloc", + "der/alloc" + ], + "arbitrary": [ + "std", + "dep:arbitrary", + "der/arbitrary" + ], + "base64": [ + "dep:base64ct" + ], + "fingerprint": [ + "sha2" + ], + "pem": [ + "alloc", + "der/pem" + ], + "sha2": [ + "dep:sha2" + ], + "std": [ + "der/std", + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/spki-0.7.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "RustCrypto Developers" + ], + "categories": [ + "cryptography", + "data-structures", + "encoding", + "no-std" + ], + "keywords": [ + "crypto", + "x509" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/formats/tree/master/spki", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65" + }, + { + "name": "stable_deref_trait", + "version": "1.2.0", + "id": "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "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.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "stable_deref_trait", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Robert Grosse " + ], + "categories": [ + "memory-management", + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/storyyeller/stable_deref_trait", + "homepage": null, + "documentation": "https://docs.rs/stable_deref_trait/1.2.0/stable_deref_trait", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "static_assertions", + "version": "1.1.0", + "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Compile-time assertions to ensure that invariants are met.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "static_assertions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "nightly": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/static_assertions-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nikolai Vazquez" + ], + "categories": [ + "no-std", + "rust-patterns", + "development-tools::testing" + ], + "keywords": [ + "assert", + "static", + "testing" + ], + "readme": "README.md", + "repository": "https://github.com/nvzqz/static-assertions-rs", + "homepage": "https://github.com/nvzqz/static-assertions-rs", + "documentation": "https://docs.rs/static_assertions/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "string_cache", + "version": "0.8.7", + "id": "string_cache 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A string interning library for Rust, developed as part of the Servo project.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "new_debug_unreachable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "precomputed-hash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "string_cache", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/examples/simple.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "small-stack", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/tests/small-stack.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "serde_support" + ], + "serde": [ + "dep:serde" + ], + "serde_support": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/servo/string-cache", + "homepage": null, + "documentation": "https://docs.rs/string_cache/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "string_cache_codegen", + "version": "0.5.2", + "id": "string_cache_codegen 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A codegen library for string-cache, developed as part of the Servo project.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "phf_generator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "phf_shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "string_cache_codegen", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache_codegen-0.5.2/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache_codegen-0.5.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/servo/string-cache", + "homepage": null, + "documentation": "https://docs.rs/string_cache_codegen/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "strip-ansi-escapes", + "version": "0.1.1", + "id": "strip-ansi-escapes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0/MIT", + "license_file": null, + "description": "Strip ANSI escape sequences from byte streams.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "vte", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "strip-ansi-escapes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "strip-escapes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.1.1/examples/strip-escapes.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Ted Mielczarek " + ], + "categories": [], + "keywords": [ + "ansi", + "escape", + "terminal" + ], + "readme": "README.md", + "repository": "https://github.com/luser/strip-ansi-escapes", + "homepage": "https://github.com/luser/strip-ansi-escapes", + "documentation": "https://docs.rs/strip-ansi-escapes", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "strsim", + "version": "0.8.0", + "id": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Implementations of string similarity metrics.\nIncludes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, and Jaro-Winkler.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "strsim", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/tests/lib.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/benches/benches.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.8.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Danny Guo " + ], + "categories": [], + "keywords": [ + "string", + "similarity", + "Hamming", + "Levenshtein", + "Jaro" + ], + "readme": "README.md", + "repository": "https://github.com/dguo/strsim-rs", + "homepage": "https://github.com/dguo/strsim-rs", + "documentation": "https://docs.rs/strsim/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "strsim", + "version": "0.10.0", + "id": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein,\nOSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "strsim", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/tests/lib.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/benches/benches.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strsim-0.10.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Danny Guo " + ], + "categories": [], + "keywords": [ + "string", + "similarity", + "Hamming", + "Levenshtein", + "Jaro" + ], + "readme": "README.md", + "repository": "https://github.com/dguo/strsim-rs", + "homepage": "https://github.com/dguo/strsim-rs", + "documentation": "https://docs.rs/strsim/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "strum", + "version": "0.24.1", + "id": "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Helpful macros for working with enums and strings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "phf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "strum_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "strum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.24.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "derive": [ + "strum_macros" + ], + "phf": [ + "dep:phf" + ], + "std": [], + "strum_macros": [ + "dep:strum_macros" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.24.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "derive" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Peter Glotfelty " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parsing" + ], + "keywords": [ + "enum", + "string", + "macros", + "proc-macros" + ], + "readme": "../README.md", + "repository": "https://github.com/Peternator7/strum", + "homepage": "https://github.com/Peternator7/strum", + "documentation": "https://docs.rs/strum", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "strum", + "version": "0.25.0", + "id": "strum 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Helpful macros for working with enums and strings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "phf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "strum_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "strum_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "strum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "derive": [ + "strum_macros" + ], + "phf": [ + "dep:phf" + ], + "std": [], + "strum_macros": [ + "dep:strum_macros" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum-0.25.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "derive" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Peter Glotfelty " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parsing" + ], + "keywords": [ + "enum", + "string", + "macros", + "proc-macros" + ], + "readme": "../README.md", + "repository": "https://github.com/Peternator7/strum", + "homepage": "https://github.com/Peternator7/strum", + "documentation": "https://docs.rs/strum", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "strum_macros", + "version": "0.24.3", + "id": "strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Helpful macros for working with enums and strings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "parsing", + "extra-traits" + ], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "strum_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.24.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Peter Glotfelty " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parsing" + ], + "keywords": [ + "enum", + "string", + "macros", + "proc-macros" + ], + "readme": "README.md", + "repository": "https://github.com/Peternator7/strum", + "homepage": "https://github.com/Peternator7/strum", + "documentation": "https://docs.rs/strum", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "strum_macros", + "version": "0.25.2", + "id": "strum_macros 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Helpful macros for working with enums and strings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "heck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "parsing", + "extra-traits" + ], + "target": null, + "registry": null + }, + { + "name": "strum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.25", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "strum_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Peter Glotfelty " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parsing" + ], + "keywords": [ + "enum", + "string", + "macros", + "proc-macros" + ], + "readme": "README.md", + "repository": "https://github.com/Peternator7/strum", + "homepage": "https://github.com/Peternator7/strum", + "documentation": "https://docs.rs/strum", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "subtle", + "version": "2.5.0", + "id": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "BSD-3-Clause", + "license_file": null, + "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "subtle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/tests/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "const-generics": [], + "core_hint_black_box": [], + "default": [ + "std", + "i128" + ], + "i128": [], + "nightly": [], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.5.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Isis Lovecruft ", + "Henry de Valence " + ], + "categories": [ + "cryptography", + "no-std" + ], + "keywords": [ + "cryptography", + "crypto", + "constant-time", + "utilities" + ], + "readme": "README.md", + "repository": "https://github.com/dalek-cryptography/subtle", + "homepage": "https://dalek.rs/", + "documentation": "https://docs.rs/subtle", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "supports-color", + "version": "1.3.1", + "id": "supports-color 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Detects whether a terminal supports color, and gives details about that support.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "atty", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is_ci", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "supports-color", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-1.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cached", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-1.3.1/tests/cached.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-1.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kat Marchán " + ], + "categories": [ + "terminal" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/zkat/supports-color", + "homepage": null, + "documentation": "https://docs.rs/supports-color", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "supports-color", + "version": "2.0.0", + "id": "supports-color 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Detects whether a terminal supports color, and gives details about that support.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "is-terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is_ci", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "supports-color", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cached", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.0.0/tests/cached.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kat Marchán " + ], + "categories": [ + "terminal" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/zkat/supports-color", + "homepage": null, + "documentation": "https://docs.rs/supports-color", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "supports-hyperlinks", + "version": "2.1.0", + "id": "supports-hyperlinks 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Detects whether a terminal supports rendering hyperlinks.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "is-terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "supports-hyperlinks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-hyperlinks-2.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-hyperlinks-2.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kat Marchán " + ], + "categories": [ + "terminal" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/zkat/supports-hyperlinks", + "homepage": null, + "documentation": "https://docs.rs/supports-hyperlinks", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "supports-unicode", + "version": "2.0.0", + "id": "supports-unicode 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Detects whether a terminal supports unicode.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "is-terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "supports-unicode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-unicode-2.0.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-unicode-2.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kat Marchán " + ], + "categories": [ + "command-line-interface" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/zkat/supports-unicode", + "homepage": null, + "documentation": "https://docs.rs/supports-unicode", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "syn", + "version": "1.0.109", + "id": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parser for Rust source code", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.46", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-ident", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "automod", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "insta", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ref-cast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "blocking" + ], + "target": null, + "registry": null + }, + { + "name": "syn-test-suite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termcolor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "syn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "regression", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/regression.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_asyncness", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_asyncness.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_attribute", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_attribute.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_derive_input", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_derive_input.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_expr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_expr.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_generics.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_grouping", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_grouping.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_ident", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ident.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_item", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_item.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_iterators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_iterators.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_lit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_lit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_meta", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_meta.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_parse_buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_parse_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_parse_stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_pat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_pat.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_path.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_precedence", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_precedence.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_receiver", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_receiver.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_round_trip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_round_trip.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_shebang", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_shebang.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_should_parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_should_parse.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_size.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_stmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_stmt.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_token_trees", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_token_trees.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_ty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_ty.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_visibility", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/test_visibility.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zzz_stable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/tests/zzz_stable.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "rust", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/rust.rs", + "edition": "2018", + "required-features": [ + "full", + "parsing" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/benches/file.rs", + "edition": "2018", + "required-features": [ + "full", + "parsing" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "clone-impls": [], + "default": [ + "derive", + "parsing", + "printing", + "clone-impls", + "proc-macro" + ], + "derive": [], + "extra-traits": [], + "fold": [], + "full": [], + "parsing": [], + "printing": [ + "quote" + ], + "proc-macro": [ + "proc-macro2/proc-macro", + "quote/proc-macro" + ], + "quote": [ + "dep:quote" + ], + "test": [ + "syn-test-suite/all-features" + ], + "visit": [], + "visit-mut": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "doc_cfg" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "playground": { + "features": [ + "full", + "visit", + "visit-mut", + "fold", + "extra-traits" + ] + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parser-implementations" + ], + "keywords": [ + "macros", + "syn" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "homepage": null, + "documentation": "https://docs.rs/syn", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "syn", + "version": "2.0.29", + "id": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Parser for Rust source code", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.62", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.28", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-ident", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "automod", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "insta", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ref-cast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "blocking" + ], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn-test-suite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.16", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termcolor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "syn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "regression", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/regression.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_asyncness", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_asyncness.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_attribute", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_attribute.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_derive_input", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_derive_input.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_expr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_expr.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_generics.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_grouping", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_grouping.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_ident", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_ident.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_item", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_item.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_iterators", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_iterators.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_lit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_lit.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_meta", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_meta.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_parse_buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_parse_buffer.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_parse_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_parse_stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_pat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_pat.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_path.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_precedence", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_precedence.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_receiver", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_receiver.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_round_trip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_round_trip.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_shebang", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_shebang.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_should_parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_should_parse.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_size.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_stmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_stmt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_token_trees", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_token_trees.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_ty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_ty.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_visibility", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/test_visibility.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zzz_stable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/tests/zzz_stable.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "rust", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/benches/rust.rs", + "edition": "2021", + "required-features": [ + "full", + "parsing" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/benches/file.rs", + "edition": "2021", + "required-features": [ + "full", + "parsing" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "clone-impls": [], + "default": [ + "derive", + "parsing", + "printing", + "clone-impls", + "proc-macro" + ], + "derive": [], + "extra-traits": [], + "fold": [], + "full": [], + "parsing": [], + "printing": [ + "quote" + ], + "proc-macro": [ + "proc-macro2/proc-macro", + "quote/proc-macro" + ], + "quote": [ + "dep:quote" + ], + "test": [ + "syn-test-suite/all-features" + ], + "visit": [], + "visit-mut": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.29/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "doc_cfg", + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "playground": { + "features": [ + "full", + "visit", + "visit-mut", + "fold", + "extra-traits" + ] + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "parser-implementations" + ], + "keywords": [ + "macros", + "syn" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/syn", + "homepage": null, + "documentation": "https://docs.rs/syn", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "sync_wrapper", + "version": "0.1.2", + "id": "sync_wrapper 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "A tool for enlisting the compiler’s help in proving the absence of concurrency", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "sync_wrapper", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "futures": [ + "futures-core" + ], + "futures-core": [ + "dep:futures-core" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-0.1.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Actyx AG " + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "concurrency" + ], + "readme": "README.md", + "repository": "https://github.com/Actyx/sync_wrapper", + "homepage": "https://docs.rs/sync_wrapper", + "documentation": "https://docs.rs/sync_wrapper", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "synstructure", + "version": "0.12.6", + "id": "synstructure 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Helper methods and macros for custom derives", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive", + "parsing", + "printing", + "clone-impls", + "visit", + "extra-traits" + ], + "target": null, + "registry": null + }, + { + "name": "unicode-xid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "synstructure_test_traits", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "synstructure", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "proc-macro" + ], + "proc-macro": [ + "proc-macro2/proc-macro", + "syn/proc-macro", + "quote/proc-macro" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.12.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nika Layzell " + ], + "categories": [], + "keywords": [ + "syn", + "macros", + "derive", + "expand_substructure", + "enum" + ], + "readme": "README.md", + "repository": "https://github.com/mystor/synstructure", + "homepage": null, + "documentation": "https://docs.rs/synstructure", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tap", + "version": "1.0.1", + "id": "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Generic extensions for tapping values in Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tap-1.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Elliott Linder ", + "myrrlyn " + ], + "categories": [ + "no-std", + "rust-patterns" + ], + "keywords": [ + "tap", + "pipe", + "functional", + "tap_ok", + "tap_some" + ], + "readme": "README.md", + "repository": "https://github.com/myrrlyn/tap", + "homepage": "https://github.com/myrrlyn/tap", + "documentation": "https://docs.rs/tap", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tar", + "version": "0.4.40", + "id": "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A Rust implementation of a TAR file reader and writer. This library does not\ncurrently handle compression, but it is abstract over all I/O readers and\nwriters. Additionally, great lengths are taken to ensure that the entire\ncontents are never required to be entirely resident in memory all at once.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "filetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "xattr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tar", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "extract_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/examples/extract_file.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/examples/list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "raw_list", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/examples/raw_list.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/examples/write.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/tests/all.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "entry", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/tests/entry.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "xattr" + ], + "xattr": [ + "dep:xattr" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.40/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [], + "keywords": [ + "tar", + "tarfile", + "encoding" + ], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/tar-rs", + "homepage": "https://github.com/alexcrichton/tar-rs", + "documentation": "https://docs.rs/tar", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "target", + "version": "2.0.0", + "id": "target 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "CC0-1.0", + "license_file": null, + "description": "Get information on compilation target", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "executable-path", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pretty_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "target", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-2.0.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "target", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-2.0.0/src/main.rs", + "edition": "2015", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "binary", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-2.0.0/tests/binary.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-2.0.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Casey Rodarmor " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": null, + "homepage": "https://github.com/casey/target", + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "target-lexicon", + "version": "0.12.11", + "id": "target-lexicon 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception", + "license_file": null, + "description": "Targeting utilities for compilers and related tools", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "target-lexicon", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.11/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "host", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.11/examples/host.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "misc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.11/examples/misc.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.11/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [], + "serde": [ + "dep:serde" + ], + "serde_support": [ + "serde", + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.11/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Dan Gohman " + ], + "categories": [ + "no-std" + ], + "keywords": [ + "target", + "host", + "triple", + "compiler", + "jit" + ], + "readme": "README.md", + "repository": "https://github.com/bytecodealliance/target-lexicon", + "homepage": null, + "documentation": "https://docs.rs/target-lexicon/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "target-spec", + "version": "3.0.1", + "id": "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Evaluate Cargo.toml target specifications", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-expr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "targets" + ], + "target": null, + "registry": null + }, + { + "name": "guppy-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.178", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.104", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "target-lexicon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "unicode-ident", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc_version", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "test-case", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "target-spec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.0.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.0.1/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "custom": [ + "dep:serde", + "dep:serde_json" + ], + "proptest": [ + "dep:proptest" + ], + "proptest1": [ + "proptest" + ], + "summaries": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.0.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg=doc_cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "Jack Moffitt ", + "Rain " + ], + "categories": [ + "development-tools", + "parser-implementations" + ], + "keywords": [ + "cargo", + "targets", + "platforms", + "os", + "cpu" + ], + "readme": "README.md", + "repository": "https://github.com/guppy-rs/guppy", + "homepage": null, + "documentation": "https://docs.rs/target-spec", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "target-spec-miette", + "version": "0.3.0", + "id": "target-spec-miette 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Integrate target-spec errors with the miette library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "guppy-workspace-hack", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miette", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.9.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "target-spec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "target-spec-miette", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-miette-0.3.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-miette-0.3.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "development-tools" + ], + "keywords": [ + "cargo", + "targets", + "platforms", + "miette" + ], + "readme": "README.md", + "repository": "https://github.com/guppy-rs/guppy", + "homepage": null, + "documentation": "https://docs.rs/target-spec-miette", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.66" + }, + { + "name": "tempfile", + "version": "3.6.0", + "id": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A library for managing temporary files and directories.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fastrand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fs" + ], + "target": "cfg(any(unix, target_os = \"wasi\"))", + "registry": null + }, + { + "name": "redox_syscall", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"redox\")", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Storage_FileSystem", + "Win32_Foundation" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tempfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.6.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "namedtempfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.6.0/tests/namedtempfile.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "spooled", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.6.0/tests/spooled.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tempdir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.6.0/tests/tempdir.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tempfile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.6.0/tests/tempfile.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.6.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "nightly": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.6.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Allen ", + "The Rust Project Developers", + "Ashley Mannix ", + "Jason White " + ], + "categories": [], + "keywords": [ + "tempfile", + "tmpfile", + "filesystem" + ], + "readme": "README.md", + "repository": "https://github.com/Stebalien/tempfile", + "homepage": "https://stebalien.com/projects/tempfile-rs/", + "documentation": "https://docs.rs/tempfile", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "tendril", + "version": "0.4.3", + "id": "tendril 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Compact buffer/string type for zero-copy parsing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "encoding_rs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "utf-8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tendril", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tendril-0.4.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fuzz", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tendril-0.4.3/examples/fuzz.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bench": [], + "encoding": [ + "dep:encoding" + ], + "encoding_rs": [ + "dep:encoding_rs" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tendril-0.4.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Keegan McAllister ", + "Simon Sapin ", + "Chris Morgan " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/servo/tendril", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "term_size", + "version": "0.3.2", + "id": "term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "functions for determining terminal sizes and dimensions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(target_os = \"windows\"))", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "wincon", + "processenv", + "winbase" + ], + "target": "cfg(target_os = \"windows\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "term_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/term_size-0.3.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "debug": [], + "default": [], + "nightly": [], + "travis": [ + "nightly" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/term_size-0.3.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Kevin K. ", + "Benjamin Sago " + ], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "term", + "terminal", + "size", + "width", + "dimension" + ], + "readme": "README.md", + "repository": "https://github.com/kbknapp/term_size-rs.git", + "homepage": null, + "documentation": "https://docs.rs/term_size/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "termcolor", + "version": "1.2.0", + "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense OR MIT", + "license_file": null, + "description": "A simple cross platform library for writing colored text to a terminal.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "winapi-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "termcolor", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/termcolor-1.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [], + "keywords": [ + "windows", + "win", + "color", + "ansi", + "console" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/termcolor", + "homepage": "https://github.com/BurntSushi/termcolor", + "documentation": "https://docs.rs/termcolor", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "terminal_size", + "version": "0.1.17", + "id": "terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Gets the size of your Linux or Windows terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "handleapi", + "processenv", + "winbase", + "wincon", + "winnt" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "terminal_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.1.17/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "get_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.1.17/examples/get_size.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.1.17/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Chin " + ], + "categories": [], + "keywords": [ + "terminal", + "console", + "term", + "size", + "dimensions" + ], + "readme": "README.md", + "repository": "https://github.com/eminence/terminal-size", + "homepage": null, + "documentation": "http://eminence.github.io/terminal-size/doc/terminal_size/index.html", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "terminal_size", + "version": "0.2.6", + "id": "terminal_size 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Gets the size of your Linux or Windows terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.37.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "termios" + ], + "target": "cfg(not(windows))", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_System_Console" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "terminal_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "get_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/examples/get_size.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.2.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Chin " + ], + "categories": [], + "keywords": [ + "terminal", + "console", + "term", + "size", + "dimensions" + ], + "readme": "README.md", + "repository": "https://github.com/eminence/terminal-size", + "homepage": null, + "documentation": "https://docs.rs/crate/terminal_size", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "textwrap", + "version": "0.11.0", + "id": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Textwrap is a small library for word wrapping, indenting, and\ndedenting strings.\n\nYou can use it to format strings (such as help and error messages) for\ndisplay in commandline applications. It is designed to be efficient\nand handle Unicode characters correctly.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hyphenation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "embed_all" + ], + "target": null, + "registry": null + }, + { + "name": "term_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lipsum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand_xorshift", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "textwrap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "layout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/examples/layout.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "termwidth", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/examples/termwidth.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "version-numbers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/tests/version-numbers.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "linear", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/benches/linear.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "hyphenation": [ + "dep:hyphenation" + ], + "term_size": [ + "dep:term_size" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.11.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Martin Geisler " + ], + "categories": [ + "text-processing", + "command-line-interface" + ], + "keywords": [ + "text", + "formatting", + "wrap", + "typesetting", + "hyphenation" + ], + "readme": "README.md", + "repository": "https://github.com/mgeisler/textwrap", + "homepage": null, + "documentation": "https://docs.rs/textwrap/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "textwrap", + "version": "0.15.2", + "id": "textwrap 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Powerful library for word wrapping, indenting, and dedenting strings", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hyphenation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "embed_en-us" + ], + "target": null, + "registry": null + }, + { + "name": "smawk", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "terminal_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-linebreak", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lipsum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unic-emoji-char", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "textwrap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hyphenation", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/examples/hyphenation.rs", + "edition": "2018", + "required-features": [ + "hyphenation" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "termwidth", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/examples/termwidth.rs", + "edition": "2018", + "required-features": [ + "terminal_size" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "indent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/tests/indent.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "version-numbers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/tests/version-numbers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "linear", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/benches/linear.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "indent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/benches/indent.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "unicode-linebreak", + "unicode-width", + "smawk" + ], + "hyphenation": [ + "dep:hyphenation" + ], + "smawk": [ + "dep:smawk" + ], + "terminal_size": [ + "dep:terminal_size" + ], + "unicode-linebreak": [ + "dep:unicode-linebreak" + ], + "unicode-width": [ + "dep:unicode-width" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.15.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Martin Geisler " + ], + "categories": [ + "text-processing", + "command-line-interface" + ], + "keywords": [ + "text", + "formatting", + "wrap", + "typesetting", + "hyphenation" + ], + "readme": "README.md", + "repository": "https://github.com/mgeisler/textwrap", + "homepage": null, + "documentation": "https://docs.rs/textwrap/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "textwrap", + "version": "0.16.0", + "id": "textwrap 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "hyphenation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "embed_en-us" + ], + "target": null, + "registry": null + }, + { + "name": "smawk", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "terminal_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-linebreak", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-width", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unic-emoji-char", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "version-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "termion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "textwrap", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hyphenation", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/examples/hyphenation.rs", + "edition": "2021", + "required-features": [ + "hyphenation" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "termwidth", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/examples/termwidth.rs", + "edition": "2021", + "required-features": [ + "terminal_size" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "indent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/tests/indent.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "version-numbers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/tests/version-numbers.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "unicode-linebreak", + "unicode-width", + "smawk" + ], + "hyphenation": [ + "dep:hyphenation" + ], + "smawk": [ + "dep:smawk" + ], + "terminal_size": [ + "dep:terminal_size" + ], + "unicode-linebreak": [ + "dep:unicode-linebreak" + ], + "unicode-width": [ + "dep:unicode-width" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-0.16.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Martin Geisler " + ], + "categories": [ + "text-processing", + "command-line-interface" + ], + "keywords": [ + "text", + "formatting", + "wrap", + "typesetting", + "hyphenation" + ], + "readme": "README.md", + "repository": "https://github.com/mgeisler/textwrap", + "homepage": null, + "documentation": "https://docs.rs/textwrap/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "thin-slice", + "version": "0.1.1", + "id": "thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "An owned slice that packs the slice storage into a single word when possible", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "thin-slice", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thin-slice-0.1.1/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thin-slice-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Cameron McCormack " + ], + "categories": [], + "keywords": [ + "slice", + "tagged", + "pointer" + ], + "readme": "README.md", + "repository": "https://github.com/heycam/thin-slice", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "thiserror", + "version": "1.0.47", + "id": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "derive(Error)", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "thiserror-impl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=1.0.47", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.73", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ref-cast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.13", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.81", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "diff" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "thiserror", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compiletest", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/compiletest.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_backtrace", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_backtrace.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_deprecated", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_deprecated.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_display", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_display.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_error.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_expr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_expr.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_from", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_from.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_generics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_generics.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_lints", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_lints.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_option", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_option.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_path", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_path.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_source", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_source.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_transparent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/tests/test_transparent.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.47/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "rust-patterns" + ], + "keywords": [ + "error", + "error-handling", + "derive" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/thiserror", + "homepage": null, + "documentation": "https://docs.rs/thiserror", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "thiserror-impl", + "version": "1.0.47", + "id": "thiserror-impl 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Implementation detail of the `thiserror` crate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.63", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.29", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.23", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "thiserror-impl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.47/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-1.0.47/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/dtolnay/thiserror", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "thread_local", + "version": "1.1.7", + "id": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Per-object thread-local storage", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "thread_local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "thread_local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/benches/thread_local.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "nightly": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.7/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Amanieu d'Antras " + ], + "categories": [], + "keywords": [ + "thread_local", + "concurrent", + "thread" + ], + "readme": "README.md", + "repository": "https://github.com/Amanieu/thread_local-rs", + "homepage": null, + "documentation": "https://docs.rs/thread_local/", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tiff", + "version": "0.6.1", + "id": "tiff 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "TIFF decoding and encoding library in pure Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "jpeg-decoder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": null, + "rename": "jpeg", + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "miniz_oxide", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "no_extern_crate_alloc" + ], + "target": null, + "registry": null + }, + { + "name": "weezl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tiff", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.6.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decode_bigtiff_images", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.6.1/tests/decode_bigtiff_images.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decode_images", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.6.1/tests/decode_images.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encode_images", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.6.1/tests/encode_images.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fuzz_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.6.1/tests/fuzz_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "lzw", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.6.1/benches/lzw.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tiff-0.6.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "ccgn", + "bvssvni ", + "nwin", + "TyOverby ", + "HeroicKatora", + "Calum", + "CensoredUsername ", + "Robzz", + "birktj" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/image-rs/image-tiff", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "time", + "version": "0.1.45", + "id": "time 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Utilities for working with time-related functions in Rust.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.69", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-serialize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std", + "processthreadsapi", + "winbase" + ], + "target": null, + "registry": null + }, + { + "name": "wasi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.10.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_os = \"wasi\")", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std", + "minwinbase", + "minwindef", + "ntdef", + "profileapi", + "sysinfoapi", + "timezoneapi" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "time", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "rustc-serialize": [ + "dep:rustc-serialize" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.1.45/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Rust Project Developers" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/time-rs/time", + "homepage": "https://github.com/time-rs/time", + "documentation": "https://docs.rs/time/~0.1", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "time", + "version": "0.3.22", + "id": "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "itoa", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.126", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.126", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.68", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.126", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.68", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(__ui_tests)", + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.58", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))", + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(bench)", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.98", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_family = \"unix\")", + "registry": null + }, + { + "name": "num_threads", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(target_family = \"unix\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "time", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.22/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.22/../tests/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benchmarks", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.22/../benchmarks/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "serde?/alloc" + ], + "default": [ + "std" + ], + "formatting": [ + "dep:itoa", + "std", + "time-macros?/formatting" + ], + "large-dates": [ + "time-macros?/large-dates" + ], + "local-offset": [ + "std", + "dep:libc", + "dep:num_threads" + ], + "macros": [ + "dep:time-macros" + ], + "parsing": [ + "time-macros?/parsing" + ], + "quickcheck": [ + "dep:quickcheck", + "alloc" + ], + "rand": [ + "dep:rand" + ], + "serde": [ + "dep:serde", + "time-macros?/serde" + ], + "serde-human-readable": [ + "serde", + "formatting", + "parsing" + ], + "serde-well-known": [ + "serde", + "formatting", + "parsing" + ], + "std": [ + "alloc" + ], + "wasm-bindgen": [ + "dep:js-sys" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.22/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "__time_03_docs" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Jacob Pratt ", + "Time contributors" + ], + "categories": [ + "date-and-time", + "no-std", + "parser-implementations", + "value-formatting" + ], + "keywords": [ + "date", + "time", + "calendar", + "duration" + ], + "readme": "README.md", + "repository": "https://github.com/time-rs/time", + "homepage": "https://time-rs.github.io", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "time-core", + "version": "0.1.1", + "id": "time-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "This crate is an implementation detail and should not be relied upon directly.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "time-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jacob Pratt ", + "Time contributors" + ], + "categories": [ + "date-and-time" + ], + "keywords": [ + "date", + "time", + "calendar", + "duration" + ], + "readme": null, + "repository": "https://github.com/time-rs/time", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "time-macros", + "version": "0.2.9", + "id": "time-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": " Procedural macros for the time crate.\n This crate is an implementation detail and should not be relied upon directly.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "time-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "time-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.9/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "formatting": [], + "large-dates": [], + "parsing": [], + "serde": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.9/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jacob Pratt ", + "Time contributors" + ], + "categories": [ + "date-and-time" + ], + "keywords": [ + "date", + "time", + "calendar", + "duration" + ], + "readme": null, + "repository": "https://github.com/time-rs/time", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.65.0" + }, + { + "name": "tinyvec", + "version": "1.6.0", + "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Zlib OR Apache-2.0 OR MIT", + "license_file": null, + "description": "`tinyvec` provides 100% safe vec-like data structures.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tinyvec_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tinyvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tinyvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/tinyvec.rs", + "edition": "2018", + "required-features": [ + "alloc", + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "arrayvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/tests/arrayvec.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/macros.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "smallvec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/benches/smallvec.rs", + "edition": "2018", + "required-features": [ + "alloc", + "real_blackbox" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "tinyvec_macros" + ], + "arbitrary": [ + "dep:arbitrary" + ], + "default": [], + "experimental_write_impl": [], + "grab_spare_slice": [], + "nightly_slice_partition_dedup": [], + "real_blackbox": [ + "criterion/real_blackbox" + ], + "rustc_1_40": [], + "rustc_1_55": [ + "rustc_1_40" + ], + "rustc_1_57": [ + "rustc_1_55" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "alloc" + ], + "tinyvec_macros": [ + "dep:tinyvec_macros" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.6.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "alloc", + "std", + "grab_spare_slice", + "rustc_1_40", + "rustc_1_55", + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docs_rs" + ] + } + }, + "playground": { + "features": [ + "alloc", + "std", + "grab_spare_slice", + "rustc_1_40", + "rustc_1_55", + "serde" + ] + } + }, + "publish": null, + "authors": [ + "Lokathor " + ], + "categories": [ + "data-structures", + "no-std" + ], + "keywords": [ + "vec", + "no_std", + "no-std" + ], + "readme": "README.md", + "repository": "https://github.com/Lokathor/tinyvec", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tinyvec_macros", + "version": "0.1.1", + "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0 OR Zlib", + "license_file": null, + "description": "Some macros for tiny containers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tinyvec_macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec_macros-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Soveu " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/Soveu/tinyvec_macros", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tokio", + "version": "1.29.1", + "id": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O\nbacked applications.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "num_cpus", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~2.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "mockall", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "autocfg", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), not(target_os = \"wasi\")))", + "registry": null + }, + { + "name": "loom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "futures", + "checkpoint" + ], + "target": "cfg(loom)", + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\")))", + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "all" + ], + "target": "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))", + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))", + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))", + "registry": null + }, + { + "name": "mio-aio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "tokio" + ], + "target": "cfg(target_os = \"freebsd\")", + "registry": null + }, + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.58", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(tokio_taskdump)", + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": "cfg(tokio_unstable)", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.145", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "signal-hook-registry", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.145", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "nix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.26", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "fs", + "socket" + ], + "target": "cfg(unix)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_Security_Authorization" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tokio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "_require_full", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/_require_full.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async_send_sync", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/async_send_sync.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "buffered", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/buffered.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dump", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/dump.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_canonicalize_dir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_canonicalize_dir.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_copy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_copy.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_dir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_dir.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_file.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_link", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_link.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_open_options", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_open_options.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_open_options_windows", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_open_options_windows.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_remove_dir_all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_remove_dir_all.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_remove_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_remove_file.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_rename", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_rename.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_symlink_dir_windows", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_symlink_dir_windows.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_symlink_file_windows", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_symlink_file_windows.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fs_try_exists", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/fs_try_exists.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_async_fd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_async_fd.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_async_read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_async_read.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_buf_reader", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_buf_reader.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_buf_writer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_buf_writer.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_chain", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_chain.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_copy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_copy.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_copy_bidirectional", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_copy_bidirectional.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_driver", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_driver.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_driver_drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_driver_drop.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_fill_buf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_fill_buf.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_lines", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_lines.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_mem_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_mem_stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_poll_aio", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_poll_aio.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_read.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_buf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_read_buf.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_exact", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_read_exact.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_line", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_read_line.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_to_end", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_read_to_end.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_to_string", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_read_to_string.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_read_until", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_read_until.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_split", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_split.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_take", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_take.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_util_empty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_util_empty.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_write.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_write_all", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_write_all.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_write_all_buf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_write_all_buf.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_write_buf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_write_buf.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_write_int", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/io_write_int.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "join_handle_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/join_handle_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/macros_join.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_pin", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/macros_pin.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_rename_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/macros_rename_test.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_select", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/macros_select.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/macros_test.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_try_join", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/macros_try_join.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "net_bind_resource", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/net_bind_resource.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "net_lookup_host", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/net_lookup_host.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "net_named_pipe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/net_named_pipe.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "net_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/net_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "net_unix_pipe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/net_unix_pipe.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_rt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/no_rt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "process_arg0", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/process_arg0.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "process_issue_2174", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/process_issue_2174.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "process_issue_42", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/process_issue_42.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "process_kill_on_drop", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/process_kill_on_drop.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "process_raw_handle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/process_raw_handle.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "process_smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/process_smoke.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_basic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_common", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_common.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_handle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_handle.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_handle_block_on", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_handle_block_on.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_metrics", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_metrics.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_threaded", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_threaded.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rt_time_start_paused", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/rt_time_start_paused.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_ctrl_c", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_ctrl_c.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_drop_recv", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_drop_recv.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_drop_rt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_drop_rt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_drop_signal", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_drop_signal.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_multi_rt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_multi_rt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_no_rt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_no_rt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_notify_both", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_notify_both.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_twice", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_twice.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "signal_usr1", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/signal_usr1.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_barrier", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_barrier.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_broadcast", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_broadcast.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_errors", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_errors.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_mpsc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_mpsc.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_mpsc_weak", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_mpsc_weak.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_mutex", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_mutex.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_mutex_owned", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_mutex_owned.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_notify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_notify.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_once_cell", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_once_cell.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_oneshot", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_oneshot.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_rwlock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_rwlock.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_semaphore", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_semaphore.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_semaphore_owned", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_semaphore_owned.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_watch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/sync_watch.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_abort", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_abort.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_blocking", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_blocking.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_builder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_builder.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_id", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_id.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_join_set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_join_set.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_local", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_local.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_local_set", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_local_set.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_yield_now", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/task_yield_now.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_accept", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_accept.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_connect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_connect.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_echo.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_into_split", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_into_split.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_into_std", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_into_std.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_peek", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_peek.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_shutdown", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_shutdown.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_socket", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_socket.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_split", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_split.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tcp_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/tcp_stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test_clock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/test_clock.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_interval", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/time_interval.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/time_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_pause", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/time_pause.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_rt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/time_rt.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_sleep", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/time_sleep.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/time_timeout.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "udp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/udp.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uds_cred", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/uds_cred.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uds_datagram", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/uds_datagram.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uds_split", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/uds_split.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "uds_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/uds_stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unwindsafe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/tests/unwindsafe.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bytes": [ + "dep:bytes" + ], + "default": [], + "fs": [], + "full": [ + "fs", + "io-util", + "io-std", + "macros", + "net", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "sync", + "time" + ], + "io-std": [], + "io-util": [ + "bytes" + ], + "libc": [ + "dep:libc" + ], + "macros": [ + "tokio-macros" + ], + "mio": [ + "dep:mio" + ], + "net": [ + "libc", + "mio/os-poll", + "mio/os-ext", + "mio/net", + "socket2", + "windows-sys/Win32_Foundation", + "windows-sys/Win32_Security", + "windows-sys/Win32_Storage_FileSystem", + "windows-sys/Win32_System_Pipes", + "windows-sys/Win32_System_SystemServices" + ], + "num_cpus": [ + "dep:num_cpus" + ], + "parking_lot": [ + "dep:parking_lot" + ], + "process": [ + "bytes", + "libc", + "mio/os-poll", + "mio/os-ext", + "mio/net", + "signal-hook-registry", + "windows-sys/Win32_Foundation", + "windows-sys/Win32_System_Threading", + "windows-sys/Win32_System_WindowsProgramming" + ], + "rt": [], + "rt-multi-thread": [ + "num_cpus", + "rt" + ], + "signal": [ + "libc", + "mio/os-poll", + "mio/net", + "mio/os-ext", + "signal-hook-registry", + "windows-sys/Win32_Foundation", + "windows-sys/Win32_System_Console" + ], + "signal-hook-registry": [ + "dep:signal-hook-registry" + ], + "socket2": [ + "dep:socket2" + ], + "stats": [], + "sync": [], + "test-util": [ + "rt", + "sync", + "time" + ], + "time": [], + "tokio-macros": [ + "dep:tokio-macros" + ], + "tracing": [ + "dep:tracing" + ], + "windows-sys": [ + "dep:windows-sys" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.29.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "tokio_unstable" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "tokio_unstable" + ] + } + }, + "playground": { + "features": [ + "full", + "test-util" + ] + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "asynchronous", + "network-programming" + ], + "keywords": [ + "io", + "async", + "non-blocking", + "futures" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tokio", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "tokio-io-timeout", + "version": "1.2.0", + "id": "tokio-io-timeout 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Tokio wrappers which apply timeouts to IO operations", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "time" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tokio-io-timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-io-timeout-1.2.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-io-timeout-1.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Fackler " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/sfackler/tokio-io-timeout", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tokio-macros", + "version": "2.1.0", + "id": "tokio-macros 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Tokio's proc macros.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "tokio-macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "asynchronous" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tokio", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "tokio-native-tls", + "version": "0.3.1", + "id": "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS\nfor nonblocking I/O streams.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "async-await" + ], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt", + "rt-multi-thread", + "io-util", + "net" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))", + "registry": null + }, + { + "name": "security-framework", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))", + "registry": null + }, + { + "name": "schannel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "lmcons", + "basetsd", + "minwinbase", + "minwindef", + "ntdef", + "sysinfoapi", + "timezoneapi", + "wincrypt", + "winerror" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tokio-native-tls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "download-rust-lang", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/examples/download-rust-lang.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "echo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/examples/echo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "bad", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/bad.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "google", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/google.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/tests/smoke.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "vendored": [ + "native-tls/vendored" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-native-tls-0.3.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "asynchronous", + "network-programming" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tls", + "homepage": "https://tokio.rs", + "documentation": "https://docs.rs/tokio-native-tls", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tokio-rustls", + "version": "0.24.1", + "id": "tokio-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Asynchronous TLS/SSL streams for Tokio using Rustls.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "argh", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "rustls-webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.100.0", + "kind": "dev", + "rename": "webpki", + "optional": false, + "uses_default_features": true, + "features": [ + "alloc", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tokio-rustls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/examples/client.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/examples/server.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "badssl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/badssl.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "early-data", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/early-data.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/tests/utils.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "dangerous_configuration": [ + "rustls/dangerous_configuration" + ], + "default": [ + "logging", + "tls12" + ], + "early-data": [], + "logging": [ + "rustls/logging" + ], + "secret_extraction": [ + "rustls/secret_extraction" + ], + "tls12": [ + "rustls/tls12" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.24.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [ + "asynchronous", + "cryptography", + "network-programming" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/tokio-rustls", + "homepage": "https://github.com/rustls/tokio-rustls", + "documentation": "https://docs.rs/tokio-rustls", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "tokio-stream", + "version": "0.1.14", + "id": "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Utilities to work with `Stream` and `tokio`.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.15.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "sync" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full", + "test-util" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tokio-stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async_send_sync", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/async_send_sync.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "chunks_timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/chunks_timeout.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_chain", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_chain.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_close", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_close.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_collect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_collect.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_empty", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_empty.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_fuse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_fuse.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_iter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_iter.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_merge", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_merge.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_once", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_once.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_pending", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_pending.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_stream_map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_stream_map.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "stream_timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/stream_timeout.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_throttle", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/time_throttle.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "watch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/tests/watch.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "time" + ], + "fs": [ + "tokio/fs" + ], + "full": [ + "time", + "net", + "io-util", + "fs", + "sync", + "signal" + ], + "io-util": [ + "tokio/io-util" + ], + "net": [ + "tokio/net" + ], + "signal": [ + "tokio/signal" + ], + "sync": [ + "tokio/sync", + "tokio-util" + ], + "time": [ + "tokio/time" + ], + "tokio-util": [ + "dep:tokio-util" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.14/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "docsrs" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "asynchronous" + ], + "keywords": [], + "readme": null, + "repository": "https://github.com/tokio-rs/tokio", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "tokio-tungstenite", + "version": "0.19.0", + "id": "tokio-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Tokio binding for Tungstenite, the Lightweight stream-based WebSocket implementation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "sink", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.11", + "kind": null, + "rename": "native-tls-crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-native-certs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "io-util" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tungstenite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.28", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.25", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "http1", + "server", + "tcp" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.27.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "io-std", + "macros", + "net", + "rt-multi-thread", + "time" + ], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tokio-tungstenite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "autobahn-client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/autobahn-client.rs", + "edition": "2018", + "required-features": [ + "connect" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "autobahn-server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/autobahn-server.rs", + "edition": "2018", + "required-features": [ + "handshake" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "client", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/client.rs", + "edition": "2018", + "required-features": [ + "connect" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "echo-server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/echo-server.rs", + "edition": "2018", + "required-features": [ + "handshake" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "server-custom-accept", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/server-custom-accept.rs", + "edition": "2018", + "required-features": [ + "handshake" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/server.rs", + "edition": "2018", + "required-features": [ + "handshake" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "server-headers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/server-headers.rs", + "edition": "2018", + "required-features": [ + "handshake" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "interval-server", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/examples/interval-server.rs", + "edition": "2018", + "required-features": [ + "handshake" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__rustls-tls": [ + "rustls", + "tokio-rustls", + "stream", + "tungstenite/__rustls-tls", + "handshake" + ], + "connect": [ + "stream", + "tokio/net", + "handshake" + ], + "default": [ + "connect", + "handshake" + ], + "handshake": [ + "tungstenite/handshake" + ], + "native-tls": [ + "native-tls-crate", + "tokio-native-tls", + "stream", + "tungstenite/native-tls", + "handshake" + ], + "native-tls-crate": [ + "dep:native-tls-crate" + ], + "native-tls-vendored": [ + "native-tls", + "native-tls-crate/vendored", + "tungstenite/native-tls-vendored" + ], + "rustls": [ + "dep:rustls" + ], + "rustls-native-certs": [ + "dep:rustls-native-certs" + ], + "rustls-tls-native-roots": [ + "__rustls-tls", + "rustls-native-certs" + ], + "rustls-tls-webpki-roots": [ + "__rustls-tls", + "webpki-roots" + ], + "stream": [], + "tokio-native-tls": [ + "dep:tokio-native-tls" + ], + "tokio-rustls": [ + "dep:tokio-rustls" + ], + "webpki-roots": [ + "dep:webpki-roots" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.19.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "native-tls", + "__rustls-tls" + ] + } + } + }, + "publish": null, + "authors": [ + "Daniel Abramov ", + "Alexey Galakhov " + ], + "categories": [ + "web-programming::websocket", + "network-programming", + "asynchronous", + "concurrency" + ], + "keywords": [ + "websocket", + "io", + "web" + ], + "readme": "README.md", + "repository": "https://github.com/snapview/tokio-tungstenite", + "homepage": "https://github.com/snapview/tokio-tungstenite", + "documentation": "https://docs.rs/tokio-tungstenite/0.19.0", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.63" + }, + { + "name": "tokio-util", + "version": "0.7.8", + "id": "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Additional utilities for working with Tokio.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-sink", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.22.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "sync" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.25", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "async-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hashbrown", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(tokio_unstable)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tokio-util", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "_require_full", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/_require_full.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "codecs", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/codecs.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "context", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/context.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "framed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/framed.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "framed_read", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/framed_read.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "framed_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/framed_stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "framed_write", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/framed_write.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_inspect", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/io_inspect.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_reader_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/io_reader_stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_sink_writer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/io_sink_writer.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_stream_reader", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/io_stream_reader.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "io_sync_bridge", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/io_sync_bridge.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "length_delimited", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/length_delimited.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "mpsc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/mpsc.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "panic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/panic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "poll_semaphore", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/poll_semaphore.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "reusable_box", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/reusable_box.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "spawn_pinned", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/spawn_pinned.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sync_cancellation_token", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/sync_cancellation_token.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "task_join_map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/task_join_map.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "time_delay_queue", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/time_delay_queue.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "udp", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/tests/udp.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "__docs_rs": [ + "futures-util" + ], + "codec": [ + "tracing" + ], + "compat": [ + "futures-io" + ], + "default": [], + "full": [ + "codec", + "compat", + "io-util", + "time", + "net", + "rt" + ], + "futures-io": [ + "dep:futures-io" + ], + "futures-util": [ + "dep:futures-util" + ], + "hashbrown": [ + "dep:hashbrown" + ], + "io": [], + "io-util": [ + "io", + "tokio/rt", + "tokio/io-util" + ], + "net": [ + "tokio/net" + ], + "rt": [ + "tokio/rt", + "tokio/sync", + "futures-util", + "hashbrown" + ], + "slab": [ + "dep:slab" + ], + "time": [ + "tokio/time", + "slab" + ], + "tracing": [ + "dep:tracing" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.8/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "docsrs", + "--cfg", + "tokio_unstable" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "tokio_unstable" + ] + } + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "asynchronous" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tokio", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "toml", + "version": "0.5.11", + "id": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.97", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "toml", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/examples/decode.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "enum_external", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/examples/enum_external.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "toml2json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/examples/toml2json.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enum_external_deserialize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/tests/enum_external_deserialize.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "indexmap": [ + "dep:indexmap" + ], + "preserve_order": [ + "indexmap" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.5.11/Cargo.toml", + "metadata": { + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/toml-rs/toml_edit/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "encoding", + "parser-implementations", + "parsing", + "config" + ], + "keywords": [ + "encoding", + "toml" + ], + "readme": "README.md", + "repository": "https://github.com/toml-rs/toml", + "homepage": "https://github.com/toml-rs/toml", + "documentation": "https://docs.rs/toml", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48.0" + }, + { + "name": "toml", + "version": "0.7.6", + "id": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.145", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_spanned", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "toml_datetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "toml_edit", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.160", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.96", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml-test-harness", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "toml", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/examples/decode.rs", + "edition": "2021", + "required-features": [ + "parse", + "display" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "enum_external", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/examples/enum_external.rs", + "edition": "2021", + "required-features": [ + "parse", + "display" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "toml2json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/examples/toml2json.rs", + "edition": "2021", + "required-features": [ + "parse", + "display" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decoder_compliance", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/tests/decoder_compliance.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encoder_compliance", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/tests/encoder_compliance.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decoder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/tests/decoder.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encoder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/tests/encoder.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "testsuite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/tests/testsuite/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "parse", + "display" + ], + "display": [ + "dep:toml_edit" + ], + "indexmap": [ + "dep:indexmap" + ], + "parse": [ + "dep:toml_edit" + ], + "preserve_order": [ + "indexmap" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "encoding", + "parser-implementations", + "parsing", + "config" + ], + "keywords": [ + "encoding", + "toml" + ], + "readme": "README.md", + "repository": "https://github.com/toml-rs/toml", + "homepage": "https://github.com/toml-rs/toml", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "toml_datetime", + "version": "0.6.3", + "id": "toml_datetime 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A TOML-compatible datetime type", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.145", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "toml_datetime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-0.6.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "encoding", + "parser-implementations", + "parsing", + "config" + ], + "keywords": [ + "encoding", + "toml" + ], + "readme": "README.md", + "repository": "https://github.com/toml-rs/toml", + "homepage": "https://github.com/toml-rs/toml", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "toml_edit", + "version": "0.19.14", + "id": "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Yet another format-preserving TOML parser.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "kstring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "max_inline" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.145", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_spanned", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "toml_datetime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winnow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libtest-mimic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.96", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "harness" + ], + "target": null, + "registry": null + }, + { + "name": "toml-test-data", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml-test-harness", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "toml_edit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "visit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/examples/visit.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decoder_compliance", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/tests/decoder_compliance.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encoder_compliance", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/tests/encoder_compliance.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "invalid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/tests/invalid.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "decoder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/tests/decoder.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "encoder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/tests/encoder.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "testsuite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/tests/testsuite/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "perf": [ + "dep:kstring" + ], + "serde": [ + "dep:serde", + "toml_datetime/serde", + "dep:serde_spanned" + ], + "unbounded": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.19.14/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "tag-name": "v{{version}}", + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/toml-rs/toml/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [ + "Andronik Ordian ", + "Ed Page " + ], + "categories": [ + "encoding", + "parser-implementations", + "parsing", + "config" + ], + "keywords": [ + "encoding", + "toml" + ], + "readme": "README.md", + "repository": "https://github.com/toml-rs/toml", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "tonic", + "version": "0.9.2", + "id": "tonic 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.13", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "axum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "h2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http-body", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14.14", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "hyper-timeout", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "prost", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "rustls-native-certs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "net", + "time", + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.24.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "balance", + "buffer", + "discover", + "limit", + "load", + "make", + "timeout", + "util" + ], + "target": null, + "registry": null + }, + { + "name": "tower-layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck_macros", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rt", + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tonic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "decode", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/benches/decode.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "channel": [ + "dep:h2", + "dep:hyper", + "dep:tokio", + "dep:tower", + "dep:hyper-timeout" + ], + "codegen": [ + "dep:async-trait" + ], + "default": [ + "transport", + "codegen", + "prost" + ], + "gzip": [ + "dep:flate2" + ], + "prost": [ + "dep:prost" + ], + "tls": [ + "dep:rustls-pemfile", + "transport", + "dep:tokio-rustls", + "dep:async-stream" + ], + "tls-roots": [ + "tls-roots-common", + "dep:rustls-native-certs" + ], + "tls-roots-common": [ + "tls" + ], + "tls-webpki-roots": [ + "tls-roots-common", + "dep:webpki-roots" + ], + "transport": [ + "dep:axum", + "channel" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tonic-0.9.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Lucio Franco " + ], + "categories": [ + "web-programming", + "network-programming", + "asynchronous" + ], + "keywords": [ + "rpc", + "grpc", + "async", + "futures", + "protobuf" + ], + "readme": "README.md", + "repository": "https://github.com/hyperium/tonic", + "homepage": "https://github.com/hyperium/tonic", + "documentation": "https://docs.rs/tonic/0.9.2", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tower", + "version": "0.4.13", + "id": "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Tower is a library of modular and reusable components for building robust\nclients and servers.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "hdrhistogram", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "indexmap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "sync" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hdrhistogram", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^7.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "sync", + "test-util", + "rt-multi-thread" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "fmt", + "ansi" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tower", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tower-balance", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/examples/tower-balance.rs", + "edition": "2018", + "required-features": [ + "full" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "balance", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/balance/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/buffer/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "builder", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/builder.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hedge", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/hedge/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "limit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/limit/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "load_shed", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/load_shed/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ready_cache", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/ready_cache/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "retry", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/retry/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "spawn_ready", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/spawn_ready/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "steer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/steer/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "support", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/support.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "util", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/tests/util/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "__common": [ + "futures-core", + "pin-project-lite" + ], + "balance": [ + "discover", + "load", + "ready-cache", + "make", + "rand", + "slab" + ], + "buffer": [ + "__common", + "tokio/sync", + "tokio/rt", + "tokio-util", + "tracing" + ], + "default": [ + "log" + ], + "discover": [ + "__common" + ], + "filter": [ + "__common", + "futures-util" + ], + "full": [ + "balance", + "buffer", + "discover", + "filter", + "hedge", + "limit", + "load", + "load-shed", + "make", + "ready-cache", + "reconnect", + "retry", + "spawn-ready", + "steer", + "timeout", + "util" + ], + "futures-core": [ + "dep:futures-core" + ], + "futures-util": [ + "dep:futures-util" + ], + "hdrhistogram": [ + "dep:hdrhistogram" + ], + "hedge": [ + "util", + "filter", + "futures-util", + "hdrhistogram", + "tokio/time", + "tracing" + ], + "indexmap": [ + "dep:indexmap" + ], + "limit": [ + "__common", + "tokio/time", + "tokio/sync", + "tokio-util", + "tracing" + ], + "load": [ + "__common", + "tokio/time", + "tracing" + ], + "load-shed": [ + "__common" + ], + "log": [ + "tracing/log" + ], + "make": [ + "futures-util", + "pin-project-lite", + "tokio/io-std" + ], + "pin-project": [ + "dep:pin-project" + ], + "pin-project-lite": [ + "dep:pin-project-lite" + ], + "rand": [ + "dep:rand" + ], + "ready-cache": [ + "futures-core", + "futures-util", + "indexmap", + "tokio/sync", + "tracing", + "pin-project-lite" + ], + "reconnect": [ + "make", + "tokio/io-std", + "tracing" + ], + "retry": [ + "__common", + "tokio/time" + ], + "slab": [ + "dep:slab" + ], + "spawn-ready": [ + "__common", + "futures-util", + "tokio/sync", + "tokio/rt", + "util", + "tracing" + ], + "steer": [], + "timeout": [ + "pin-project-lite", + "tokio/time" + ], + "tokio": [ + "dep:tokio" + ], + "tokio-stream": [ + "dep:tokio-stream" + ], + "tokio-util": [ + "dep:tokio-util" + ], + "tracing": [ + "dep:tracing" + ], + "util": [ + "__common", + "futures-util", + "pin-project" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-0.4.13/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "full" + ] + } + }, + "publish": null, + "authors": [ + "Tower Maintainers " + ], + "categories": [ + "asynchronous", + "network-programming" + ], + "keywords": [ + "io", + "async", + "non-blocking", + "futures", + "service" + ], + "readme": "README.md", + "repository": "https://github.com/tower-rs/tower", + "homepage": "https://github.com/tower-rs/tower", + "documentation": "https://docs.rs/tower/0.4.13", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.49.0" + }, + { + "name": "tower-http", + "version": "0.4.3", + "id": "tower-http 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Tower middleware and utilities for HTTP clients and servers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-compression", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "tokio" + ], + "target": null, + "registry": null + }, + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bitflags", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.14", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http-body", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http-range-header", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "httpdate", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "iri-string", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mime", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "mime_guess", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "io" + ], + "target": null, + "registry": null + }, + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "v4" + ], + "target": null, + "registry": null + }, + { + "name": "brotli", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hyper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.14", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "buffer", + "util", + "retry", + "make", + "timeout" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v4" + ], + "target": null, + "registry": null + }, + { + "name": "zstd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tower-http", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-http-0.4.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "add-extension": [], + "async-compression": [ + "dep:async-compression" + ], + "auth": [ + "base64", + "validate-request" + ], + "base64": [ + "dep:base64" + ], + "catch-panic": [ + "tracing", + "futures-util/std" + ], + "compression-br": [ + "async-compression/brotli", + "tokio-util", + "tokio" + ], + "compression-deflate": [ + "async-compression/zlib", + "tokio-util", + "tokio" + ], + "compression-full": [ + "compression-br", + "compression-deflate", + "compression-gzip", + "compression-zstd" + ], + "compression-gzip": [ + "async-compression/gzip", + "tokio-util", + "tokio" + ], + "compression-zstd": [ + "async-compression/zstd", + "tokio-util", + "tokio" + ], + "cors": [], + "decompression-br": [ + "async-compression/brotli", + "tokio-util", + "tokio" + ], + "decompression-deflate": [ + "async-compression/zlib", + "tokio-util", + "tokio" + ], + "decompression-full": [ + "decompression-br", + "decompression-deflate", + "decompression-gzip", + "decompression-zstd" + ], + "decompression-gzip": [ + "async-compression/gzip", + "tokio-util", + "tokio" + ], + "decompression-zstd": [ + "async-compression/zstd", + "tokio-util", + "tokio" + ], + "default": [], + "follow-redirect": [ + "iri-string", + "tower/util" + ], + "fs": [ + "tokio/fs", + "tokio-util/io", + "tokio/io-util", + "mime_guess", + "mime", + "percent-encoding", + "httpdate", + "set-status", + "futures-util/alloc", + "tracing" + ], + "full": [ + "add-extension", + "auth", + "catch-panic", + "compression-full", + "cors", + "decompression-full", + "follow-redirect", + "fs", + "limit", + "map-request-body", + "map-response-body", + "metrics", + "normalize-path", + "propagate-header", + "redirect", + "request-id", + "sensitive-headers", + "set-header", + "set-status", + "timeout", + "trace", + "util", + "validate-request" + ], + "httpdate": [ + "dep:httpdate" + ], + "iri-string": [ + "dep:iri-string" + ], + "limit": [], + "map-request-body": [], + "map-response-body": [], + "metrics": [ + "tokio/time" + ], + "mime": [ + "dep:mime" + ], + "mime_guess": [ + "dep:mime_guess" + ], + "normalize-path": [], + "percent-encoding": [ + "dep:percent-encoding" + ], + "propagate-header": [], + "redirect": [], + "request-id": [ + "uuid" + ], + "sensitive-headers": [], + "set-header": [], + "set-status": [], + "timeout": [ + "tokio/time" + ], + "tokio": [ + "dep:tokio" + ], + "tokio-util": [ + "dep:tokio-util" + ], + "tower": [ + "dep:tower" + ], + "trace": [ + "tracing" + ], + "tracing": [ + "dep:tracing" + ], + "util": [ + "tower" + ], + "uuid": [ + "dep:uuid" + ], + "validate-request": [ + "mime" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-http-0.4.3/Cargo.toml", + "metadata": { + "cargo-public-api-crates": { + "allowed": [ + "bytes", + "http", + "http_body", + "mime", + "tokio", + "tower", + "tower_layer", + "tower_service", + "tracing", + "tracing_core" + ] + }, + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "playground": { + "features": [ + "full" + ] + } + }, + "publish": null, + "authors": [ + "Tower Maintainers " + ], + "categories": [ + "asynchronous", + "network-programming", + "web-programming" + ], + "keywords": [ + "io", + "async", + "futures", + "service", + "http" + ], + "readme": "README.md", + "repository": "https://github.com/tower-rs/tower-http", + "homepage": "https://github.com/tower-rs/tower-http", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.60" + }, + { + "name": "tower-layer", + "version": "0.3.2", + "id": "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Decorates a `Service` to allow easy composition between `Service`s.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "tower", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-service", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tower-layer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-0.3.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Tower Maintainers " + ], + "categories": [ + "asynchronous", + "network-programming" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/tower-rs/tower", + "homepage": "https://github.com/tower-rs/tower", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tower-service", + "version": "0.3.2", + "id": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Trait representing an asynchronous, request / response based, client or server.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "time" + ], + "target": null, + "registry": null + }, + { + "name": "tower-layer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tower-service", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-service-0.3.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Tower Maintainers " + ], + "categories": [ + "asynchronous", + "network-programming" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/tower-rs/tower", + "homepage": "https://github.com/tower-rs/tower", + "documentation": "https://docs.rs/tower-service/0.3.2", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tracing", + "version": "0.1.37", + "id": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Application-level tracing for Rust.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-attributes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.23", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.30", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enabled", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/enabled.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "event", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/event.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filter_caching_is_lexically_scoped", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filter_caching_is_lexically_scoped.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filters_are_not_reevaluated_for_the_same_span", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filters_are_not_reevaluated_for_the_same_span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filters_are_reevaluated_for_different_call_sites", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filters_are_reevaluated_for_different_call_sites.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filters_dont_leak", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/filters_dont_leak.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_send", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/future_send.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macro_imports", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macro_imports.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_incompatible_concat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macros_incompatible_concat.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros_redefined_core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/macros_redefined_core.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "max_level_hint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/max_level_hint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multiple_max_level_hints", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/multiple_max_level_hints.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_subscriber", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/no_subscriber.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "register_callsite_deadlock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/register_callsite_deadlock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "scoped_clobbers_default", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/scoped_clobbers_default.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "span", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "subscriber", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/tests/subscriber.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "baseline", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/baseline.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "dispatch_get_clone", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/dispatch_get_clone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "dispatch_get_ref", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/dispatch_get_ref.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "empty_span", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/empty_span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "enter_span", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/enter_span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "event", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/event.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "span_fields", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/span_fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "span_no_fields", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/span_no_fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "span_repeated", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/span_repeated.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "shared", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/benches/shared.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "async-await": [], + "attributes": [ + "tracing-attributes" + ], + "default": [ + "std", + "attributes" + ], + "log": [ + "dep:log" + ], + "log-always": [ + "log" + ], + "max_level_debug": [], + "max_level_error": [], + "max_level_info": [], + "max_level_off": [], + "max_level_trace": [], + "max_level_warn": [], + "release_max_level_debug": [], + "release_max_level_error": [], + "release_max_level_info": [], + "release_max_level_off": [], + "release_max_level_trace": [], + "release_max_level_warn": [], + "std": [ + "tracing-core/std" + ], + "tracing-attributes": [ + "dep:tracing-attributes" + ], + "valuable": [ + "tracing-core/valuable" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.37/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "tracing_unstable" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "tracing_unstable" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman ", + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous", + "no-std" + ], + "keywords": [ + "logging", + "tracing", + "metrics", + "async" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.49.0" + }, + { + "name": "tracing", + "version": "0.2.0", + "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "license": "MIT", + "license_file": null, + "description": "Application-level tracing for Rust.\n", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "dependencies": [ + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "pin-project-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-attributes", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-mock", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.31", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "collector", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/collector.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "enabled", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/enabled.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "event", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/event.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filter_caching_is_lexically_scoped", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/filter_caching_is_lexically_scoped.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filters_are_not_reevaluated_for_the_same_span", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/filters_are_not_reevaluated_for_the_same_span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filters_are_reevaluated_for_different_call_sites", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/filters_are_reevaluated_for_different_call_sites.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filters_dont_leak", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/filters_dont_leak.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "future_send", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/future_send.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "instrument", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/instrument.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macro_imports", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/macro_imports.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "max_level_hint", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/max_level_hint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multiple_max_level_hints", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/multiple_max_level_hints.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "no_collector", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/no_collector.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rebuild_interest_doesnt_deadlock", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/rebuild_interest_doesnt_deadlock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "register_callsite_doesnt_deadlock", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/register_callsite_doesnt_deadlock.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "span", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/tests/span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "baseline", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/baseline.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "dispatch_get_clone", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/dispatch_get_clone.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "dispatch_get_ref", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/dispatch_get_ref.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "empty_span", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/empty_span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "enter_span", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/enter_span.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "event", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/event.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "span_fields", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/span_fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "span_no_fields", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/span_no_fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "span_repeated", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/span_repeated.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "shared", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/benches/shared.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "tracing-core/alloc" + ], + "attributes": [ + "tracing-attributes" + ], + "default": [ + "std", + "attributes" + ], + "log": [ + "dep:log" + ], + "log-always": [ + "log" + ], + "max_level_debug": [], + "max_level_error": [], + "max_level_info": [], + "max_level_off": [], + "max_level_trace": [], + "max_level_warn": [], + "release_max_level_debug": [], + "release_max_level_error": [], + "release_max_level_info": [], + "release_max_level_off": [], + "release_max_level_trace": [], + "release_max_level_warn": [], + "std": [ + "tracing-core/std", + "alloc" + ], + "tracing-attributes": [ + "dep:tracing-attributes" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman ", + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous", + "no-std" + ], + "keywords": [ + "logging", + "tracing", + "metrics", + "async" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "tracing-attributes", + "version": "0.1.26", + "id": "tracing-attributes 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Procedural macro attributes for automatically instrumenting functions.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.40", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "full", + "parsing", + "printing", + "visit-mut", + "clone-impls", + "extra-traits", + "proc-macro" + ], + "target": null, + "registry": null + }, + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.67", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.64", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "tracing-attributes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async_fn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/async_fn.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "destructuring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/destructuring.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "err", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/err.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fields", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "follows_from", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/follows_from.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "instrument", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/instrument.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "levels", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/levels.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "names", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/names.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parents", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/parents.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ret", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/ret.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "targets", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/targets.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ui", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/tests/ui.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "async-await": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.26/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Tokio Contributors ", + "Eliza Weisman ", + "David Barsky " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "keywords": [ + "logging", + "tracing", + "macro", + "instrument", + "log" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "tracing-attributes", + "version": "0.2.0", + "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "license": "MIT", + "license_file": null, + "description": "Procedural macro attributes for automatically instrumenting functions.\n", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.40", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "full", + "parsing", + "printing", + "visit-mut", + "clone-impls", + "extra-traits", + "proc-macro" + ], + "target": null, + "registry": null + }, + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.67", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.9", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-mock", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "req": "*", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "tokio-test" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.64", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "tracing-attributes", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async_fn", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/async_fn.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "destructuring", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/destructuring.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "err", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/err.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fields", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/fields.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "follows_from", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/follows_from.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "instrument", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/instrument.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "levels", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/levels.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "names", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/names.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "parents", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/parents.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ret", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/ret.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "targets", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/targets.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ui", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/tests/ui.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-attributes/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Tokio Contributors ", + "Eliza Weisman ", + "David Barsky " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "keywords": [ + "logging", + "tracing", + "macro", + "instrument", + "log" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "tracing-core", + "version": "0.1.31", + "id": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Core primitives for application-level tracing.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "valuable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(tracing_unstable)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing-core", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dispatch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/tests/dispatch.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "global_dispatch", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/tests/global_dispatch.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "local_dispatch_before_init", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/tests/local_dispatch_before_init.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/tests/macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "std", + "valuable/std" + ], + "once_cell": [ + "dep:once_cell" + ], + "std": [ + "once_cell" + ], + "valuable": [ + "dep:valuable" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.31/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustc-args": [ + "--cfg", + "tracing_unstable" + ], + "rustdoc-args": [ + "--cfg", + "docsrs", + "--cfg", + "tracing_unstable" + ] + } + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "keywords": [ + "logging", + "tracing", + "profiling" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "tracing-core", + "version": "0.2.0", + "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "license": "MIT", + "license_file": null, + "description": "Core primitives for application-level tracing.\n", + "source": "git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887", + "dependencies": [ + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing-core", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-core/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dispatch", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-core/tests/dispatch.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "global_dispatch", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-core/tests/global_dispatch.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-core/tests/macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "once_cell": [ + "dep:once_cell" + ], + "std": [ + "once_cell", + "alloc" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/tracing-e9bbb56ea31f0c18/941b159/tracing-core/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "keywords": [ + "logging", + "tracing", + "profiling" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "tracing-log", + "version": "0.1.3", + "id": "tracing-log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Provides compatibility between `tracing` and the `log` crate.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lru", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.17", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing-log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.1.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "log_tracer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.1.3/tests/log_tracer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "reexport_log_crate", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.1.3/tests/reexport_log_crate.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "logging", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.1.3/benches/logging.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "ahash": [ + "dep:ahash" + ], + "default": [ + "log-tracer", + "trace-logger", + "std" + ], + "env_logger": [ + "dep:env_logger" + ], + "interest-cache": [ + "lru", + "ahash" + ], + "log-tracer": [], + "lru": [ + "dep:lru" + ], + "std": [ + "log/std" + ], + "trace-logger": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-log-0.1.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "asynchronous" + ], + "keywords": [ + "logging", + "tracing", + "log" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.49.0" + }, + { + "name": "tracing-modality", + "version": "0.1.0", + "id": "tracing-modality 0.1.0 (git+https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764#9c23c188466357e7ad0c618b4edfe9514e9bf764)", + "license": "Apache-2.0", + "license_file": null, + "description": "This crate provides a `tracing` `Layer` (and `Subscriber`) for emitting trace data to Auxon Modality", + "source": "git+https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764#9c23c188466357e7ad0c618b4edfe9514e9bf764", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dirs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "modality-ingest-client", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rt", + "net", + "sync", + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v4" + ], + "target": null, + "registry": null + }, + { + "name": "ctrlc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing-modality", + "src_path": "/opt/cargo/git/checkouts/modality-tracing-rs-e91b825ad66b69ba/9c23c18/tracing-modality/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/git/checkouts/modality-tracing-rs-e91b825ad66b69ba/9c23c18/tracing-modality/examples/basic.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "monitored_pipeline", + "src_path": "/opt/cargo/git/checkouts/modality-tracing-rs-e91b825ad66b69ba/9c23c18/tracing-modality/examples/monitored_pipeline.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "simple_multi", + "src_path": "/opt/cargo/git/checkouts/modality-tracing-rs-e91b825ad66b69ba/9c23c18/tracing-modality/examples/simple_multi.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/git/checkouts/modality-tracing-rs-e91b825ad66b69ba/9c23c18/tracing-modality/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/auxoncorp/modality-tracing-rs", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tracing-serde-structured", + "version": "0.2.0", + "id": "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)", + "license": "MIT", + "license_file": null, + "description": "An alternative, structured, compatibility layer for serializing trace data with `serde`\n", + "source": "git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66", + "dependencies": [ + { + "name": "hash32", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "heapless", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.10", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "serde" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.27", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "valuable-serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(tracing_unstable)", + "registry": null + }, + { + "name": "valuable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": "valuable_crate", + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(tracing_unstable)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing-serde-structured", + "src_path": "/opt/cargo/git/checkouts/tracing-serde-structured-55915b70f1012800/d8c384a/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [ + "serde/std", + "tracing-core/std" + ], + "valuable": [ + "valuable_crate", + "valuable-serde", + "tracing-core/valuable" + ], + "valuable-serde": [ + "dep:valuable-serde" + ], + "valuable_crate": [ + "dep:valuable_crate" + ] + }, + "manifest_path": "/opt/cargo/git/checkouts/tracing-serde-structured-55915b70f1012800/d8c384a/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "James Munns " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous", + "encoding" + ], + "keywords": [ + "logging", + "tracing", + "serialization" + ], + "readme": "README.md", + "repository": "https://github.com/jamesmunns/tracing-serde-structured", + "homepage": "https://github.com/jamesmunns/tracing-serde-structured", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tracing-subscriber", + "version": "0.3.17", + "id": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Utilities for implementing and composing `tracing` subscribers.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "matchers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nu-ansi-term", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.46.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.13.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std", + "unicode-case", + "unicode-perl" + ], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.140", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.82", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sharded-slab", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.9.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thread_local", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "formatting" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.30", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "log-tracer", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.17", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "formatting", + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rt", + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.35", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std-future", + "std" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "valuable-serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(tracing_unstable)", + "registry": null + }, + { + "name": "valuable", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": "valuable_crate", + "optional": true, + "uses_default_features": false, + "features": [], + "target": "cfg(tracing_unstable)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tracing-subscriber", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cached_layer_filters_dont_break_other_layers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/cached_layer_filters_dont_break_other_layers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "duplicate_spans", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/duplicate_spans.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "env_filter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/env_filter/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "event_enabling", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/event_enabling.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "field_filter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/field_filter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "filter_log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/filter_log.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "fmt_max_level_hint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/fmt_max_level_hint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "hinted_layer_filters_dont_break_other_layers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/hinted_layer_filters_dont_break_other_layers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "layer_filter_interests_are_cached", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/layer_filter_interests_are_cached.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "layer_filters", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/layer_filters/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "multiple_layer_filter_interests_cached", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/multiple_layer_filter_interests_cached.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "option", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/option.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "registry_max_level_hint", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/registry_max_level_hint.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "registry_with_subscriber", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/registry_with_subscriber.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "reload", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/reload.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "same_len_filters", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/same_len_filters.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unhinted_layer_filters_dont_break_other_layers", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/unhinted_layer_filters_dont_break_other_layers.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "utils", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/utils.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "vec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/vec.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "vec_subscriber_filter_interests_cached", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/tests/vec_subscriber_filter_interests_cached.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "filter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/benches/filter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "filter_log", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/benches/filter_log.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "fmt", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/benches/fmt.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "enter", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/benches/enter.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "ansi": [ + "fmt", + "nu-ansi-term" + ], + "default": [ + "smallvec", + "fmt", + "ansi", + "tracing-log", + "std" + ], + "env-filter": [ + "matchers", + "regex", + "once_cell", + "tracing", + "std", + "thread_local" + ], + "fmt": [ + "registry", + "std" + ], + "json": [ + "tracing-serde", + "serde", + "serde_json" + ], + "local-time": [ + "time/local-offset" + ], + "matchers": [ + "dep:matchers" + ], + "nu-ansi-term": [ + "dep:nu-ansi-term" + ], + "once_cell": [ + "dep:once_cell" + ], + "parking_lot": [ + "dep:parking_lot" + ], + "regex": [ + "dep:regex" + ], + "registry": [ + "sharded-slab", + "thread_local", + "std" + ], + "serde": [ + "dep:serde" + ], + "serde_json": [ + "dep:serde_json" + ], + "sharded-slab": [ + "dep:sharded-slab" + ], + "smallvec": [ + "dep:smallvec" + ], + "std": [ + "alloc", + "tracing-core/std" + ], + "thread_local": [ + "dep:thread_local" + ], + "time": [ + "dep:time" + ], + "tracing": [ + "dep:tracing" + ], + "tracing-log": [ + "dep:tracing-log" + ], + "tracing-serde": [ + "dep:tracing-serde" + ], + "valuable": [ + "tracing-core/valuable", + "valuable_crate", + "valuable-serde", + "tracing-serde/valuable" + ], + "valuable-serde": [ + "dep:valuable-serde" + ], + "valuable_crate": [ + "dep:valuable_crate" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-subscriber-0.3.17/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Eliza Weisman ", + "David Barsky ", + "Tokio Contributors " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "asynchronous" + ], + "keywords": [ + "logging", + "tracing", + "metrics", + "subscriber" + ], + "readme": "README.md", + "repository": "https://github.com/tokio-rs/tracing", + "homepage": "https://tokio.rs", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56.0" + }, + { + "name": "tracing-wasm", + "version": "0.2.1", + "id": "tracing-wasm 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "tracing subscriber for browser WASM", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rayon", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "attributes" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "registry" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "cdylib", + "rlib" + ], + "crate_types": [ + "cdylib", + "rlib" + ], + "name": "tracing-wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-wasm-0.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "mark-with-rayon-thread-index": [ + "rayon" + ], + "rayon": [ + "dep:rayon" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-wasm-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Cole Lawrence ", + "Story.ai Team " + ], + "categories": [ + "development-tools::debugging", + "development-tools::profiling", + "no-std", + "wasm" + ], + "keywords": [ + "logging", + "metrics", + "wasm", + "spans", + "tracing" + ], + "readme": "README.md", + "repository": "https://github.com/storyai/tracing-wasm", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "trunk", + "version": "0.17.5", + "id": "trunk 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Build, bundle & ship your Rust WASM application to the web.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "ansi_term", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "axum", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "ws" + ], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^9", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cargo_metadata", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive", + "env" + ], + "target": null, + "registry": null + }, + { + "name": "console", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.15", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "directories", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "dunce", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "envy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fs_extra", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "sink" + ], + "target": null, + "registry": null + }, + { + "name": "local-ip-address", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "nipper", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "notify", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "notify-debouncer-full", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "open", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "remove_dir_all", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "rustls-tls", + "stream", + "trust-dns" + ], + "target": null, + "registry": null + }, + { + "name": "seahash", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "tar", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "fs", + "sync" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-tungstenite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "toml", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tower-http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "fs", + "trace" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "which", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zip", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "trunk", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trunk-0.17.5/src/main.rs", + "edition": "2021", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trunk-0.17.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Anthony Dodd " + ], + "categories": [ + "command-line-utilities", + "wasm", + "web-programming" + ], + "keywords": [ + "wasm", + "bundler", + "web", + "build-tool", + "compiler" + ], + "readme": "README.md", + "repository": "https://github.com/thedodd/trunk", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "trust-dns-proto", + "version": "0.22.0", + "id": "trust-dns-proto 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Trust-DNS is a safe and secure DNS library. This is the foundational DNS protocol library for all Trust-DNS projects.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "async-trait", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.43", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "backtrace", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.50", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "data-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "enum-as-inner", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-channel", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "futures-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "h2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "stream" + ], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "idna", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ipnet", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.44", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "v102", + "v110" + ], + "target": null, + "registry": null + }, + { + "name": "quinn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "socket2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tinyvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "alloc" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "io-util" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "early-data" + ], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.30", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.58", + "kind": null, + "rename": "wasm-bindgen-crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "v102", + "v110" + ], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rt", + "time", + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std", + "fmt", + "env-filter" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "trust_dns_proto", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "dnssec_presentation_format_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/tests/dnssec_presentation_format_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "openssl_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/tests/openssl_tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "lib", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/benches/lib.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "name_benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/benches/name_benches.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "backtrace": [ + "dep:backtrace" + ], + "bytes": [ + "dep:bytes" + ], + "default": [ + "tokio-runtime" + ], + "dns-over-https": [ + "bytes", + "dns-over-tls", + "h2", + "http" + ], + "dns-over-https-rustls": [ + "dns-over-https", + "dns-over-rustls", + "webpki-roots" + ], + "dns-over-native-tls": [ + "dns-over-tls", + "native-tls", + "tokio-native-tls" + ], + "dns-over-openssl": [ + "dns-over-tls", + "openssl", + "tokio-openssl" + ], + "dns-over-quic": [ + "quinn", + "rustls/quic", + "dns-over-rustls", + "bytes", + "webpki-roots" + ], + "dns-over-rustls": [ + "dns-over-tls", + "rustls", + "rustls-pemfile", + "tokio-rustls", + "webpki" + ], + "dns-over-tls": [], + "dnssec": [], + "dnssec-openssl": [ + "dnssec", + "openssl" + ], + "dnssec-ring": [ + "dnssec", + "ring" + ], + "h2": [ + "dep:h2" + ], + "http": [ + "dep:http" + ], + "js-sys": [ + "dep:js-sys" + ], + "mdns": [ + "socket2/all" + ], + "native-tls": [ + "dep:native-tls" + ], + "openssl": [ + "dep:openssl" + ], + "quinn": [ + "dep:quinn" + ], + "ring": [ + "dep:ring" + ], + "rustls": [ + "dep:rustls" + ], + "rustls-pemfile": [ + "dep:rustls-pemfile" + ], + "serde": [ + "dep:serde" + ], + "serde-config": [ + "serde", + "url/serde" + ], + "socket2": [ + "dep:socket2" + ], + "testing": [], + "tokio": [ + "dep:tokio" + ], + "tokio-native-tls": [ + "dep:tokio-native-tls" + ], + "tokio-openssl": [ + "dep:tokio-openssl" + ], + "tokio-runtime": [ + "tokio/net", + "tokio/rt", + "tokio/time", + "tokio/rt-multi-thread" + ], + "tokio-rustls": [ + "dep:tokio-rustls" + ], + "wasm-bindgen": [ + "wasm-bindgen-crate", + "js-sys" + ], + "wasm-bindgen-crate": [ + "dep:wasm-bindgen-crate" + ], + "webpki": [ + "dep:webpki" + ], + "webpki-roots": [ + "dep:webpki-roots" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-proto-0.22.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "default-target": "x86_64-unknown-linux-gnu", + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "x86_64-apple-darwin", + "x86_64-pc-windows-msvc" + ] + } + } + }, + "publish": null, + "authors": [ + "Benjamin Fry " + ], + "categories": [ + "network-programming" + ], + "keywords": [ + "DNS", + "BIND", + "dig", + "named", + "dnssec" + ], + "readme": "README.md", + "repository": "https://github.com/bluejekyll/trust-dns", + "homepage": "http://www.trust-dns.org/index.html", + "documentation": "https://docs.rs/trust-dns-proto", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "trust-dns-resolver", + "version": "0.22.0", + "id": "trust-dns-resolver 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lru-cache", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "parking_lot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "resolv-conf", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "system" + ], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.20.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "smallvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-openssl", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tracing", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.30", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trust-dns-proto", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "tracing-subscriber", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std", + "fmt", + "env-filter" + ], + "target": null, + "registry": null + }, + { + "name": "ipconfig", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "trust_dns_resolver", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "flush_cache", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/examples/flush_cache.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "global_resolver", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/examples/global_resolver.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "multithreaded_runtime", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/examples/multithreaded_runtime.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "system-config", + "tokio-runtime" + ], + "dns-over-https": [ + "trust-dns-proto/dns-over-https" + ], + "dns-over-https-rustls": [ + "trust-dns-proto/dns-over-https-rustls", + "dns-over-rustls", + "dns-over-https" + ], + "dns-over-native-tls": [ + "dns-over-tls", + "tokio-native-tls", + "trust-dns-proto/dns-over-native-tls" + ], + "dns-over-openssl": [ + "dns-over-tls", + "trust-dns-proto/dns-over-openssl", + "tokio-openssl" + ], + "dns-over-quic": [ + "rustls/quic", + "dns-over-rustls", + "trust-dns-proto/dns-over-quic" + ], + "dns-over-rustls": [ + "dns-over-tls", + "rustls", + "tokio-rustls", + "trust-dns-proto/dns-over-rustls", + "webpki-roots" + ], + "dns-over-tls": [], + "dnssec": [], + "dnssec-openssl": [ + "dnssec", + "trust-dns-proto/dnssec-openssl" + ], + "dnssec-ring": [ + "dnssec", + "trust-dns-proto/dnssec-ring" + ], + "ipconfig": [ + "dep:ipconfig" + ], + "resolv-conf": [ + "dep:resolv-conf" + ], + "rustls": [ + "dep:rustls" + ], + "serde": [ + "dep:serde" + ], + "serde-config": [ + "serde", + "trust-dns-proto/serde-config" + ], + "system-config": [ + "ipconfig", + "resolv-conf" + ], + "testing": [], + "tokio": [ + "dep:tokio" + ], + "tokio-native-tls": [ + "dep:tokio-native-tls" + ], + "tokio-openssl": [ + "dep:tokio-openssl" + ], + "tokio-runtime": [ + "tokio/rt", + "trust-dns-proto/tokio-runtime" + ], + "tokio-rustls": [ + "dep:tokio-rustls" + ], + "webpki-roots": [ + "dep:webpki-roots" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/trust-dns-resolver-0.22.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "default-target": "x86_64-unknown-linux-gnu", + "rustdoc-args": [ + "--cfg", + "docsrs" + ], + "targets": [ + "x86_64-apple-darwin", + "x86_64-pc-windows-msvc" + ] + } + } + }, + "publish": null, + "authors": [ + "Benjamin Fry " + ], + "categories": [ + "network-programming" + ], + "keywords": [ + "DNS", + "BIND", + "dig", + "named", + "dnssec" + ], + "readme": "README.md", + "repository": "https://github.com/bluejekyll/trust-dns", + "homepage": "http://www.trust-dns.org/index.html", + "documentation": "https://docs.rs/trust-dns-resolver", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "try-lock", + "version": "0.2.4", + "id": "try-lock 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A lightweight atomic lock.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "try-lock", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/try-lock-0.2.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [ + "concurrency", + "no-std" + ], + "keywords": [ + "lock", + "atomic" + ], + "readme": "README.md", + "repository": "https://github.com/seanmonstar/try-lock", + "homepage": "https://github.com/seanmonstar/try-lock", + "documentation": "https://docs.rs/try-lock", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "tungstenite", + "version": "0.19.0", + "id": "tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Lightweight stream-based WebSocket implementation", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "data-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "httparse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.3", + "kind": null, + "rename": "native-tls-crate", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-native-certs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.23", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "utf-8", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7.5", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.22", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "input_buffer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "net2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "tungstenite", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.19.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "buffer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.19.0/benches/buffer.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "__rustls-tls": [ + "rustls", + "webpki" + ], + "data-encoding": [ + "dep:data-encoding" + ], + "default": [ + "handshake" + ], + "handshake": [ + "data-encoding", + "http", + "httparse", + "sha1", + "url" + ], + "http": [ + "dep:http" + ], + "httparse": [ + "dep:httparse" + ], + "native-tls": [ + "native-tls-crate" + ], + "native-tls-crate": [ + "dep:native-tls-crate" + ], + "native-tls-vendored": [ + "native-tls", + "native-tls-crate/vendored" + ], + "rustls": [ + "dep:rustls" + ], + "rustls-native-certs": [ + "dep:rustls-native-certs" + ], + "rustls-tls-native-roots": [ + "__rustls-tls", + "rustls-native-certs" + ], + "rustls-tls-webpki-roots": [ + "__rustls-tls", + "webpki-roots" + ], + "sha1": [ + "dep:sha1" + ], + "url": [ + "dep:url" + ], + "webpki": [ + "dep:webpki" + ], + "webpki-roots": [ + "dep:webpki-roots" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.19.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Alexey Galakhov", + "Daniel Abramov" + ], + "categories": [ + "web-programming::websocket", + "network-programming" + ], + "keywords": [ + "websocket", + "io", + "web" + ], + "readme": "README.md", + "repository": "https://github.com/snapview/tungstenite-rs", + "homepage": "https://github.com/snapview/tungstenite-rs", + "documentation": "https://docs.rs/tungstenite/0.19.0", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.51" + }, + { + "name": "twox-hash", + "version": "1.6.3", + "id": "twox-hash 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A Rust implementation of the XXHash and XXH3 algorithms", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.1, <2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": "digest", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": "digest_0_10", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "digest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": null, + "rename": "digest_0_9", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.3.10, <0.9", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "static_assertions", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "twox-hash", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "hash_file", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/src/bin/hash_file.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "digest": [ + "dep:digest" + ], + "digest_0_10": [ + "dep:digest_0_10" + ], + "digest_0_9": [ + "dep:digest_0_9" + ], + "rand": [ + "dep:rand" + ], + "serde": [ + "dep:serde" + ], + "serialize": [ + "serde" + ], + "std": [ + "rand" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.6.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jake Goulding " + ], + "categories": [ + "algorithms" + ], + "keywords": [ + "hash", + "hasher", + "xxhash", + "xxh3" + ], + "readme": "README.md", + "repository": "https://github.com/shepmaster/twox-hash", + "homepage": null, + "documentation": "https://docs.rs/twox-hash/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "typed-arena", + "version": "2.0.2", + "id": "typed-arena 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "The arena, a fast but limited type of allocator", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "typed_arena", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-arena-2.0.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "benches", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-arena-2.0.2/benches/benches.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-arena-2.0.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The typed-arena developers" + ], + "categories": [ + "memory-management", + "no-std" + ], + "keywords": [ + "arena" + ], + "readme": "./README.md", + "repository": "https://github.com/SimonSapin/rust-typed-arena", + "homepage": null, + "documentation": "https://docs.rs/typed-arena", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "typenum", + "version": "1.16.0", + "id": "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Typenum is a Rust library for type-level numbers evaluated at\n compile time. It currently supports bits, unsigned integers, and signed\n integers. It also provides a type-level array of type-level numbers, but its\n implementation is incomplete.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "scale-info", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "typenum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/tests/test.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/build/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "const-generics": [], + "force_unix_path_separator": [], + "i128": [], + "no_std": [], + "scale-info": [ + "dep:scale-info" + ], + "scale_info": [ + "scale-info/derive" + ], + "strict": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.16.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Paho Lurie-Gregg ", + "Andre Bogus " + ], + "categories": [ + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/paholg/typenum", + "homepage": null, + "documentation": "https://docs.rs/typenum", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.37.0" + }, + { + "name": "unarray", + "version": "0.1.4", + "id": "unarray 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Utilities for working with uninitialized arrays", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "test-strategy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unarray", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unarray-0.1.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/cameron1024/unarray", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "unicase", + "version": "2.7.0", + "id": "unicase 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A case-insensitive wrapper around strings.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "version_check", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.9", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicase", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "nightly": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.7.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [ + "internationalization", + "text-processing", + "no-std" + ], + "keywords": [ + "lowercase", + "case", + "case-insensitive", + "case-folding", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/seanmonstar/unicase", + "homepage": null, + "documentation": "https://docs.rs/unicase", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "unicode-bidi", + "version": "0.3.13", + "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Implementation of the Unicode Bidirectional Algorithm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "flame", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flamer", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.8, <2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=0.8, <2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode_bidi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "conformance_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/tests/conformance_tests.rs", + "edition": "2018", + "required-features": [ + "hardcoded-data" + ], + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "bench_it": [], + "default": [ + "std", + "hardcoded-data" + ], + "flame": [ + "dep:flame" + ], + "flame_it": [ + "flame", + "flamer" + ], + "flamer": [ + "dep:flamer" + ], + "hardcoded-data": [], + "serde": [ + "dep:serde" + ], + "std": [], + "unstable": [], + "with_serde": [ + "serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.13/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Servo Project Developers" + ], + "categories": [ + "no-std", + "encoding", + "text-processing" + ], + "keywords": [ + "rtl", + "unicode", + "text", + "layout", + "bidi" + ], + "readme": "README.md", + "repository": "https://github.com/servo/unicode-bidi", + "homepage": null, + "documentation": "https://docs.rs/unicode-bidi/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "unicode-bom", + "version": "2.0.2", + "id": "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Unicode byte-order mark detection for files and byte arrays.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode-bom", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bom-2.0.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bom-2.0.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Phil Booth " + ], + "categories": [ + "parsing", + "encoding" + ], + "keywords": [ + "unicode", + "bom", + "utf", + "byte", + "order" + ], + "readme": "README.md", + "repository": "https://gitlab.com/philbooth/unicode-bom", + "homepage": null, + "documentation": "https://philbooth.gitlab.io/unicode-bom/unicode_bom/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "unicode-ident", + "version": "1.0.11", + "id": "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "(MIT OR Apache-2.0) AND Unicode-DFS-2016", + "license_file": null, + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "fst", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "small_rng" + ], + "target": null, + "registry": null + }, + { + "name": "roaring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ucd-trie", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "unicode-xid", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.4", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode-ident", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.11/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "compare", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.11/tests/compare.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "static_size", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.11/tests/static_size.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "xid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.11/benches/xid.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.11/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustdoc-args": [ + "--generate-link-to-definition" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "David Tolnay " + ], + "categories": [ + "development-tools::procedural-macro-helpers", + "no-std", + "no-std::no-alloc" + ], + "keywords": [ + "unicode", + "xid" + ], + "readme": "README.md", + "repository": "https://github.com/dtolnay/unicode-ident", + "homepage": null, + "documentation": "https://docs.rs/unicode-ident", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.31" + }, + { + "name": "unicode-linebreak", + "version": "0.1.5", + "id": "unicode-linebreak 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0", + "license_file": null, + "description": "Implementation of the Unicode Line Breaking Algorithm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode-linebreak", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-linebreak-0.1.5/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Axel Forsman " + ], + "categories": [ + "internationalization" + ], + "keywords": [ + "unicode", + "text", + "layout" + ], + "readme": "README.md", + "repository": "https://github.com/axelf4/unicode-linebreak", + "homepage": "https://github.com/axelf4/unicode-linebreak", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "unicode-normalization", + "version": "0.1.22", + "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "This crate provides functions for normalization of\nUnicode strings, including Canonical and Compatible\nDecomposition and Recomposition, as described in\nUnicode Standard Annex #15.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "tinyvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "alloc" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode-normalization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/benches/bench.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.22/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "kwantam ", + "Manish Goregaokar " + ], + "categories": [], + "keywords": [ + "text", + "unicode", + "normalization", + "decomposition", + "recomposition" + ], + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-normalization", + "homepage": "https://github.com/unicode-rs/unicode-normalization", + "documentation": "https://docs.rs/unicode-normalization/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "unicode-segmentation", + "version": "1.10.1", + "id": "unicode-segmentation 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "This crate provides Grapheme Cluster, Word and Sentence boundaries\naccording to Unicode Standard Annex #29 rules.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quickcheck", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode-segmentation", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "graphemes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/benches/graphemes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "unicode_words", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/benches/unicode_words.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "word_bounds", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/benches/word_bounds.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "no_std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.10.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "kwantam ", + "Manish Goregaokar " + ], + "categories": [], + "keywords": [ + "text", + "unicode", + "grapheme", + "word", + "boundary" + ], + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-segmentation", + "homepage": "https://github.com/unicode-rs/unicode-segmentation", + "documentation": "https://unicode-rs.github.io/unicode-segmentation", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "unicode-width", + "version": "0.1.10", + "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Determine displayed width of `char` and `str` types\naccording to Unicode Standard Annex #11 rules.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-std", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "std", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode-width", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "bench": [], + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [], + "no_std": [], + "rustc-dep-of-std": [ + "std", + "core", + "compiler_builtins" + ], + "std": [ + "dep:std" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-width-0.1.10/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "kwantam ", + "Manish Goregaokar " + ], + "categories": [], + "keywords": [ + "text", + "width", + "unicode" + ], + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-width", + "homepage": "https://github.com/unicode-rs/unicode-width", + "documentation": "https://unicode-rs.github.io/unicode-width", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "unicode-xid", + "version": "0.2.4", + "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Determine whether characters have the XID_Start\nor XID_Continue properties according to\nUnicode Standard Annex #31.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "unicode-xid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "exhaustive_tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/tests/exhaustive_tests.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "xid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/benches/xid.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bench": [], + "default": [], + "no_std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-xid-0.2.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "erick.tryzelaar ", + "kwantam ", + "Manish Goregaokar " + ], + "categories": [], + "keywords": [ + "text", + "unicode", + "xid" + ], + "readme": "README.md", + "repository": "https://github.com/unicode-rs/unicode-xid", + "homepage": "https://github.com/unicode-rs/unicode-xid", + "documentation": "https://unicode-rs.github.io/unicode-xid", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": "1.17" + }, + { + "name": "untrusted", + "version": "0.7.1", + "id": "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "ISC", + "license_file": null, + "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "untrusted", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/src/untrusted.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/tests/tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/untrusted-0.7.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Brian Smith " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/briansmith/untrusted", + "homepage": null, + "documentation": "https://briansmith.org/rustdoc/untrusted/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "update-informer", + "version": "1.1.0", + "id": "update-informer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Update informer for CLI applications", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "directories", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "blocking", + "json" + ], + "target": null, + "registry": null + }, + { + "name": "semver", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "ureq", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.4", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "gzip", + "json" + ], + "target": null, + "registry": null + }, + { + "name": "colored", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "isahc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "json" + ], + "target": null, + "registry": null + }, + { + "name": "mockito", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.32", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "update-informer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/update-informer-1.1.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "github", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/update-informer-1.1.0/examples/github.rs", + "edition": "2021", + "required-features": [ + "github" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "npm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/update-informer-1.1.0/examples/npm.rs", + "edition": "2021", + "required-features": [ + "npm" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "pypi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/update-informer-1.1.0/examples/pypi.rs", + "edition": "2021", + "required-features": [ + "pypi" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "crates": [], + "default": [ + "crates", + "ureq", + "rustls-tls" + ], + "github": [], + "native-tls": [ + "ureq?/native-tls", + "reqwest?/native-tls" + ], + "npm": [], + "pypi": [], + "reqwest": [ + "dep:reqwest" + ], + "rustls-tls": [ + "ureq?/tls", + "reqwest?/rustls-tls" + ], + "ureq": [ + "dep:ureq" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/update-informer-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Mikhail Grachev " + ], + "categories": [ + "command-line-interface" + ], + "keywords": [ + "cli", + "update", + "informer", + "notifier", + "github" + ], + "readme": "README.md", + "repository": "https://github.com/mgrachev/update-informer", + "homepage": "https://github.com/mgrachev/update-informer", + "documentation": "https://docs.rs/update-informer", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "ureq", + "version": "2.7.1", + "id": "ureq 2.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Simple, safe HTTP client", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "base64", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "brotli-decompressor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cookie", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "cookie_store", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.19", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "preserve_order" + ], + "target": null, + "registry": null + }, + { + "name": "encoding_rs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.22", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "http", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "native-tls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-native-certs", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": ">=1.0.97", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "socks", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "url", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.100", + "kind": null, + "rename": "webpki", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "webpki-roots", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.23", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "env_logger", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.21", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "dangerous_configuration" + ], + "target": null, + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "ureq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "cureq", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/examples/cureq/main.rs", + "edition": "2018", + "required-features": [ + "charset", + "cookies", + "socks-proxy", + "native-tls" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "tls_config", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/examples/tls_config.rs", + "edition": "2018", + "required-features": [ + "tls", + "native-tls" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "count-bytes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/examples/count-bytes.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom-tls", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/examples/custom-tls.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ipv6", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/examples/ipv6.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "smoke-test", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/examples/smoke-test/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "https-agent", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/tests/https-agent.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "brotli": [ + "brotli-decompressor" + ], + "brotli-decompressor": [ + "dep:brotli-decompressor" + ], + "charset": [ + "encoding_rs" + ], + "cookie": [ + "dep:cookie" + ], + "cookie_store": [ + "dep:cookie_store" + ], + "cookies": [ + "cookie", + "cookie_store" + ], + "default": [ + "tls", + "gzip" + ], + "encoding_rs": [ + "dep:encoding_rs" + ], + "flate2": [ + "dep:flate2" + ], + "gzip": [ + "flate2" + ], + "http-interop": [ + "dep:http" + ], + "json": [ + "serde", + "serde_json" + ], + "native-certs": [ + "rustls-native-certs" + ], + "native-tls": [ + "dep:native-tls" + ], + "rustls": [ + "dep:rustls" + ], + "rustls-native-certs": [ + "dep:rustls-native-certs" + ], + "serde": [ + "dep:serde" + ], + "serde_json": [ + "dep:serde_json" + ], + "socks": [ + "dep:socks" + ], + "socks-proxy": [ + "socks" + ], + "tls": [ + "webpki", + "webpki-roots", + "rustls" + ], + "webpki": [ + "dep:webpki" + ], + "webpki-roots": [ + "dep:webpki-roots" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/ureq-2.7.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "tls", + "native-tls", + "json", + "charset", + "cookies", + "socks-proxy" + ] + } + } + }, + "publish": null, + "authors": [ + "Martin Algesten ", + "Jacob Hoffman-Andrews " + ], + "categories": [ + "web-programming::http-client" + ], + "keywords": [ + "web", + "request", + "https", + "http", + "client" + ], + "readme": "README.md", + "repository": "https://github.com/algesten/ureq", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "url", + "version": "2.4.0", + "id": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "URL library for Rust, based on the WHATWG URL Standard", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "form_urlencoded", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "idna", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "debugger_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "debugger_test_parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "url", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "debugger_visualizer", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.0/tests/debugger_visualizer.rs", + "edition": "2018", + "required-features": [ + "debugger_visualizer" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "data", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.0/tests/data.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.0/tests/unit.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "parse_url", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.0/benches/parse_url.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "debugger_visualizer": [], + "default": [], + "expose_internals": [], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde" + ] + } + }, + "playground": { + "features": [ + "serde" + ] + } + }, + "publish": null, + "authors": [ + "The rust-url developers" + ], + "categories": [ + "parser-implementations", + "web-programming", + "encoding" + ], + "keywords": [ + "url", + "parser" + ], + "readme": "README.md", + "repository": "https://github.com/servo/rust-url", + "homepage": null, + "documentation": "https://docs.rs/url", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "urlencoding", + "version": "2.1.3", + "id": "urlencoding 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A Rust library for doing URL percentage encoding.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "urlencoding", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "bench", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/benches/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/urlencoding-2.1.3/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Kornel ", + "Bertram Truong " + ], + "categories": [ + "encoding", + "web-programming" + ], + "keywords": [ + "url", + "percent", + "escape", + "urlencode", + "urldecode" + ], + "readme": "README.md", + "repository": "https://github.com/kornelski/rust_urlencoding", + "homepage": "https://lib.rs/urlencoding", + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "utf-8", + "version": "0.7.6", + "id": "utf-8 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Incremental, zero-copy UTF-8 decoding with error handling", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "utf8", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/tests/unit.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "from_utf8_lossy", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/benches/from_utf8_lossy.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/utf-8-0.7.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Simon Sapin " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/SimonSapin/rust-utf8", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "utf8parse", + "version": "0.2.1", + "id": "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Table-driven UTF-8 parser", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "utf8parse", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "utf-8-demo", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/tests/utf-8-demo.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [], + "nightly": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-0.2.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Joe Wilm ", + "Christian Duerr " + ], + "categories": [ + "parsing", + "no-std" + ], + "keywords": [ + "utf8", + "parse", + "table" + ], + "readme": null, + "repository": "https://github.com/alacritty/vte", + "homepage": null, + "documentation": "https://docs.rs/utf8parse/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "uuid", + "version": "0.8.2", + "id": "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A library to generate and parse UUIDs.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "md5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.56", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slog", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.56", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "uuid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "format_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/benches/format_str.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "invalid_parse_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/benches/invalid_parse_str.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "mod", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/benches/mod.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "serde_support", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/benches/serde_support.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "valid_parse_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/benches/valid_parse_str.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "std" + ], + "getrandom": [ + "dep:getrandom" + ], + "guid": [ + "winapi" + ], + "md5": [ + "dep:md5" + ], + "serde": [ + "dep:serde" + ], + "sha1": [ + "dep:sha1" + ], + "slog": [ + "dep:slog" + ], + "std": [], + "stdweb": [ + "getrandom", + "getrandom/js" + ], + "v1": [], + "v3": [ + "md5" + ], + "v4": [ + "getrandom" + ], + "v5": [ + "sha1" + ], + "wasm-bindgen": [ + "getrandom", + "getrandom/js" + ], + "winapi": [ + "dep:winapi" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-0.8.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "features": [ + "guid", + "serde", + "slog", + "v1", + "v3", + "v4", + "v5" + ] + } + }, + "playground": { + "features": [ + "serde", + "v1", + "v3", + "v4", + "v5" + ] + } + }, + "publish": null, + "authors": [ + "Ashley Mannix", + "Christopher Armstrong", + "Dylan DPC", + "Hunar Roop Kahlon" + ], + "categories": [ + "data-structures", + "no-std", + "parser-implementations", + "wasm" + ], + "keywords": [ + "guid", + "unique", + "uuid" + ], + "readme": "README.md", + "repository": "https://github.com/uuid-rs/uuid", + "homepage": "https://github.com/uuid-rs/uuid", + "documentation": "https://docs.rs/uuid", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "uuid", + "version": "1.4.1", + "id": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A library to generate and parse UUIDs.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arbitrary", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "atomic", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": null, + "rename": "atomic", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "borsh", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": "getrandom", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "md-5", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10", + "kind": null, + "rename": "md-5", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8", + "kind": null, + "rename": "rand", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.56", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1_smol", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": "sha1_smol", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "slog", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "uuid-macro-internal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.1", + "kind": null, + "rename": "uuid-macro-internal", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": "wasm-bindgen", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zerocopy", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bincode", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.79", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.56", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.52", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\"))", + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": "wasm-bindgen", + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target = \"wasm32-unknown-unknown\")", + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_System_Com" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "uuid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "random_uuid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/examples/random_uuid.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "sortable_uuid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/examples/sortable_uuid.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "uuid_macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/examples/uuid_macro.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "windows_guid", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/examples/windows_guid.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "macros", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/tests/macros.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "format_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/benches/format_str.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "parse_str", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/benches/parse_str.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "v4", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/benches/v4.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arbitrary": [ + "dep:arbitrary" + ], + "atomic": [ + "dep:atomic" + ], + "borsh": [ + "dep:borsh" + ], + "default": [ + "std" + ], + "fast-rng": [ + "rng", + "rand" + ], + "getrandom": [ + "dep:getrandom" + ], + "js": [ + "wasm-bindgen", + "getrandom", + "getrandom/js" + ], + "macro-diagnostics": [ + "uuid-macro-internal" + ], + "md-5": [ + "dep:md-5" + ], + "md5": [ + "md-5" + ], + "rand": [ + "dep:rand" + ], + "rng": [ + "getrandom" + ], + "serde": [ + "dep:serde" + ], + "sha1": [ + "sha1_smol" + ], + "sha1_smol": [ + "dep:sha1_smol" + ], + "slog": [ + "dep:slog" + ], + "std": [], + "uuid-macro-internal": [ + "dep:uuid-macro-internal" + ], + "v1": [ + "atomic" + ], + "v3": [ + "md5" + ], + "v4": [ + "rng" + ], + "v5": [ + "sha1" + ], + "v6": [ + "atomic" + ], + "v7": [ + "atomic", + "rng" + ], + "v8": [], + "wasm-bindgen": [ + "dep:wasm-bindgen" + ], + "zerocopy": [ + "dep:zerocopy" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.4.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde", + "arbitrary", + "slog", + "borsh", + "v1", + "v3", + "v4", + "v5", + "v6", + "v7", + "v8" + ], + "rustc-args": [ + "--cfg", + "uuid_unstable" + ], + "rustdoc-args": [ + "--cfg", + "uuid_unstable" + ], + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + }, + "playground": { + "features": [ + "serde", + "v1", + "v3", + "v4", + "v5", + "v6", + "v7", + "v8" + ] + } + }, + "publish": null, + "authors": [ + "Ashley Mannix", + "Christopher Armstrong", + "Dylan DPC", + "Hunar Roop Kahlon" + ], + "categories": [ + "data-structures", + "no-std", + "parser-implementations", + "wasm" + ], + "keywords": [ + "guid", + "unique", + "uuid" + ], + "readme": "README.md", + "repository": "https://github.com/uuid-rs/uuid", + "homepage": "https://github.com/uuid-rs/uuid", + "documentation": "https://docs.rs/uuid", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "valuable", + "version": "0.1.0", + "id": "valuable 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "valuable-derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "valuable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0/examples/derive.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "hello_world", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0/examples/hello_world.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "print", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0/examples/print.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "structable", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0/benches/structable.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "derive": [ + "valuable-derive" + ], + "std": [ + "alloc" + ], + "valuable-derive": [ + "dep:valuable-derive" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/valuable-0.1.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "development-tools::debugging", + "encoding" + ], + "keywords": [ + "valuable", + "serialization", + "debugging", + "no_std" + ], + "readme": "../README.md", + "repository": "https://github.com/tokio-rs/valuable", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.51.0" + }, + { + "name": "value-bag", + "version": "1.4.1", + "id": "value-bag 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Anonymous structured values", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "value-bag-serde1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "value-bag-sval2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "value-bag", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.4.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "by_ref", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.4.1/benches/by_ref.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "capture", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.4.1/benches/capture.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "owned", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.4.1/benches/owned.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [ + "value-bag-sval2?/alloc", + "value-bag-serde1?/alloc" + ], + "error": [ + "std" + ], + "inline-i128": [], + "owned": [ + "alloc", + "value-bag-serde1?/owned" + ], + "serde": [ + "serde1" + ], + "serde1": [ + "alloc", + "value-bag-serde1", + "value-bag-sval2?/serde1" + ], + "std": [ + "alloc", + "value-bag-sval2?/std", + "value-bag-serde1?/std" + ], + "sval": [ + "sval2" + ], + "sval2": [ + "value-bag-sval2" + ], + "test": [ + "std" + ], + "value-bag-serde1": [ + "dep:value-bag-serde1" + ], + "value-bag-sval2": [ + "dep:value-bag-sval2" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.4.1/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "std", + "error", + "sval", + "serde", + "test", + "owned" + ] + } + } + }, + "publish": null, + "authors": [ + "Ashley Mannix " + ], + "categories": [ + "encoding", + "no-std" + ], + "keywords": [ + "serialization", + "no_std" + ], + "readme": "README.md", + "repository": "https://github.com/sval-rs/value-bag", + "homepage": null, + "documentation": "https://docs.rs/value-bag", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "vcell", + "version": "0.1.3", + "id": "vcell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "`Cell` with volatile read / write operations", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "vcell", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vcell-0.1.3/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "const-fn": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vcell-0.1.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jorge Aparicio " + ], + "categories": [], + "keywords": [ + "no-std", + "volatile", + "cell" + ], + "readme": "README.md", + "repository": "https://github.com/japaric/vcell", + "homepage": null, + "documentation": "https://docs.rs/vcell", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "vcpkg", + "version": "0.2.15", + "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A library to find native dependencies in a vcpkg tree at build\ntime in order to be used in Cargo build scripts.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "vcpkg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vcpkg-0.2.15/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jim McGrath " + ], + "categories": [ + "development-tools::build-utils" + ], + "keywords": [ + "build-dependencies", + "windows", + "macos", + "linux" + ], + "readme": "README.md", + "repository": "https://github.com/mcgoo/vcpkg-rs", + "homepage": null, + "documentation": "https://docs.rs/vcpkg", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "vec_map", + "version": "0.8.2", + "id": "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A simple map based on a vector for small integer keys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "vec_map", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "eders": [ + "serde" + ], + "serde": [ + "dep:serde" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vec_map-0.8.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton ", + "Jorge Aparicio ", + "Alexis Beingessner ", + "Brian Anderson <>", + "tbu- <>", + "Manish Goregaokar <>", + "Aaron Turon ", + "Adolfo Ochagavía <>", + "Niko Matsakis <>", + "Steven Fackler <>", + "Chase Southwood ", + "Eduard Burtescu <>", + "Florian Wilkens <>", + "Félix Raimundo <>", + "Tibor Benke <>", + "Markus Siemens ", + "Josh Branchaud ", + "Huon Wilson ", + "Corey Farwell ", + "Aaron Liblong <>", + "Nick Cameron ", + "Patrick Walton ", + "Felix S Klock II <>", + "Andrew Paseltiner ", + "Sean McArthur ", + "Vadim Petrochenkov <>" + ], + "categories": [], + "keywords": [ + "data-structures", + "collections", + "vecmap", + "vec_map", + "contain-rs" + ], + "readme": "README.md", + "repository": "https://github.com/contain-rs/vec-map", + "homepage": "https://github.com/contain-rs/vec-map", + "documentation": "https://contain-rs.github.io/vec-map/vec_map", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "vergen", + "version": "8.2.1", + "id": "vergen 8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anyhow", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.70", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "git2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.17.1", + "kind": null, + "rename": "git2-rs", + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "gix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.44.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc_version", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sysinfo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.29.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.20", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "formatting", + "parsing" + ], + "target": null, + "registry": null + }, + { + "name": "gix", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.44.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "blocking-network-client" + ], + "target": null, + "registry": null + }, + { + "name": "lazy_static", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.8.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serial_test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustversion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.12", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "vergen", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "build_output", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/tests/build_output.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "cargo_output", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/tests/cargo_output.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "git_output", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/tests/git_output.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "rustc_output", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/tests/rustc_output.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "sysinfo_output", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/tests/sysinfo_output.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/build.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "build": [ + "time" + ], + "cargo": [], + "default": [], + "git": [], + "git2": [ + "time", + "git2-rs" + ], + "git2-rs": [ + "dep:git2-rs" + ], + "gitcl": [ + "time" + ], + "gitoxide": [ + "time", + "gix" + ], + "gix": [ + "dep:gix" + ], + "rustc": [ + "rustc_version" + ], + "rustc_version": [ + "dep:rustc_version" + ], + "si": [ + "sysinfo" + ], + "sysinfo": [ + "dep:sysinfo" + ], + "time": [ + "dep:time" + ], + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.1/Cargo.toml", + "metadata": { + "cargo-all-features": { + "denylist": [ + "git", + "git2", + "git2-rs", + "gitcl", + "gix", + "gitoxide", + "rustc_version", + "sysinfo", + "time", + "unstable" + ] + }, + "docs": { + "rs": { + "features": [ + "build", + "cargo", + "git", + "gitcl", + "rustc", + "si" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "Jason Ozias " + ], + "categories": [ + "development-tools", + "development-tools::build-utils" + ], + "keywords": [ + "cargo", + "instructions", + "build", + "tool" + ], + "readme": "README.md", + "repository": "https://github.com/rustyhorde/vergen", + "homepage": "https://github.com/rustyhorde/vergen", + "documentation": "https://docs.rs/vergen", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "version_check", + "version": "0.9.4", + "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Tiny crate to check the version of the installed/running rustc.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "version_check", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/version_check-0.9.4/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sergio Benitez " + ], + "categories": [], + "keywords": [ + "version", + "rustc", + "minimum", + "check" + ], + "readme": "README.md", + "repository": "https://github.com/SergioBenitez/version_check", + "homepage": null, + "documentation": "https://docs.rs/version_check/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "void", + "version": "1.0.2", + "id": "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "The uninhabited void type for use in statically impossible cases.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "void", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/void-1.0.2/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "default": [ + "std" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/void-1.0.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Jonathan Reem " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/reem/rust-void.git", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "volatile", + "version": "0.4.6", + "id": "volatile 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A simple volatile wrapper type", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "volatile", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/volatile-0.4.6/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "unstable": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/volatile-0.4.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "unstable" + ] + } + }, + "release": { + "dev-version": false, + "pre-release-commit-message": "Release version {{version}}", + "pre-release-replacements": [ + { + "exactly": 1, + "file": "Changelog.md", + "replace": "# Unreleased\n\n# {{version}} – {{date}}", + "search": "# Unreleased" + } + ] + } + }, + "publish": null, + "authors": [ + "Philipp Oppermann " + ], + "categories": [], + "keywords": [ + "volatile" + ], + "readme": "README.md", + "repository": "https://github.com/rust-osdev/volatile", + "homepage": null, + "documentation": "https://docs.rs/volatile", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "vte", + "version": "0.10.1", + "id": "vte 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Parser for implementing terminal emulators", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "arrayvec", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "utf8parse", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "vte_generate_state_changes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "vte", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.10.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "parselog", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.10.1/examples/parselog.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arrayvec": [ + "dep:arrayvec" + ], + "default": [ + "no_std" + ], + "nightly": [ + "utf8parse/nightly" + ], + "no_std": [ + "arrayvec" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.10.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Joe Wilm ", + "Christian Duerr " + ], + "categories": [ + "parsing", + "no-std" + ], + "keywords": [ + "ansi", + "vte", + "parser", + "terminal" + ], + "readme": "README.md", + "repository": "https://github.com/alacritty/vte", + "homepage": null, + "documentation": "https://docs.rs/vte/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "vte_generate_state_changes", + "version": "0.1.1", + "id": "vte_generate_state_changes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Proc macro for generating VTE state changes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "vte_generate_state_changes", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Christian Duerr " + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/jwilm/vte", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "wait-timeout", + "version": "0.2.0", + "id": "wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "A crate to wait on a child process with a timeout specified across Unix and\nWindows platforms.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(unix)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wait-timeout", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "exit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/bin/exit.rs", + "edition": "2015", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "reader", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/bin/reader.rs", + "edition": "2015", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "sleep", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/bin/sleep.rs", + "edition": "2015", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "smoke", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/tests/smoke.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Alex Crichton " + ], + "categories": [ + "os" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/alexcrichton/wait-timeout", + "homepage": "https://github.com/alexcrichton/wait-timeout", + "documentation": "https://docs.rs/wait-timeout", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "waker-fn", + "version": "1.1.0", + "id": "waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Convert closures into wakers", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "waker-fn", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.1.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/waker-fn-1.1.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Stjepan Glavina " + ], + "categories": [ + "concurrency" + ], + "keywords": [ + "async", + "waker", + "wake", + "closure", + "callback" + ], + "readme": "README.md", + "repository": "https://github.com/stjepang/waker-fn", + "homepage": "https://github.com/stjepang/waker-fn", + "documentation": "https://docs.rs/waker-fn", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "walkdir", + "version": "2.3.3", + "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense/MIT", + "license_file": null, + "description": "Recursively walk a directory.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "same-file", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "walkdir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/walkdir-2.3.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "filesystem" + ], + "keywords": [ + "directory", + "recursive", + "walk", + "iterator" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/walkdir", + "homepage": "https://github.com/BurntSushi/walkdir", + "documentation": "https://docs.rs/walkdir/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "want", + "version": "0.3.1", + "id": "want 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Detect when another Future wants a result.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "try-lock", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-executor", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0-alpha.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio-sync", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0-alpha.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "want", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "throughput", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/benches/throughput.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/want-0.3.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Sean McArthur " + ], + "categories": [], + "keywords": [ + "futures", + "channel", + "async" + ], + "readme": "README.md", + "repository": "https://github.com/seanmonstar/want", + "homepage": null, + "documentation": "https://docs.rs/want", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "wasi", + "version": "0.9.0+wasi-snapshot-preview1", + "id": "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "Experimental WASI API bindings for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.9.0+wasi-snapshot-preview1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std" + ], + "rustc-dep-of-std": [ + "compiler_builtins", + "core", + "rustc-std-workspace-alloc" + ], + "rustc-std-workspace-alloc": [ + "dep:rustc-std-workspace-alloc" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.9.0+wasi-snapshot-preview1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Cranelift Project Developers" + ], + "categories": [ + "no-std", + "wasm" + ], + "keywords": [ + "webassembly", + "wasm" + ], + "readme": "README.md", + "repository": "https://github.com/bytecodealliance/wasi", + "homepage": null, + "documentation": "https://docs.rs/wasi", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "wasi", + "version": "0.10.0+wasi-snapshot-preview1", + "id": "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "Experimental WASI API bindings for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.10.0+wasi-snapshot-preview1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std" + ], + "rustc-dep-of-std": [ + "compiler_builtins", + "core", + "rustc-std-workspace-alloc" + ], + "rustc-std-workspace-alloc": [ + "dep:rustc-std-workspace-alloc" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.10.0+wasi-snapshot-preview1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Cranelift Project Developers" + ], + "categories": [ + "no-std", + "wasm" + ], + "keywords": [ + "webassembly", + "wasm" + ], + "readme": "README.md", + "repository": "https://github.com/bytecodealliance/wasi", + "homepage": null, + "documentation": "https://docs.rs/wasi", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "wasi", + "version": "0.11.0+wasi-snapshot-preview1", + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT", + "license_file": null, + "description": "Experimental WASI API bindings for Rust", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "compiler_builtins", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": "core", + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustc-std-workspace-alloc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "compiler_builtins": [ + "dep:compiler_builtins" + ], + "core": [ + "dep:core" + ], + "default": [ + "std" + ], + "rustc-dep-of-std": [ + "compiler_builtins", + "core", + "rustc-std-workspace-alloc" + ], + "rustc-std-workspace-alloc": [ + "dep:rustc-std-workspace-alloc" + ], + "std": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The Cranelift Project Developers" + ], + "categories": [ + "no-std", + "wasm" + ], + "keywords": [ + "webassembly", + "wasm" + ], + "readme": "README.md", + "repository": "https://github.com/bytecodealliance/wasi", + "homepage": null, + "documentation": "https://docs.rs/wasi", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "wasm-bindgen", + "version": "0.2.87", + "id": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Easy support for interacting between JS and Rust.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_json", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-macro", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.64", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.4.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.3.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test-crate-a", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test-crate-b", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasm-bindgen", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "headless", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/tests/headless/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "must_use", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/tests/must_use.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "non_wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/tests/non_wasm.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "std-crate-no-std-dep", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/tests/std-crate-no-std-dep.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unwrap_throw", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/tests/unwrap_throw.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/tests/wasm/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "worker", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/tests/worker/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "default": [ + "spans", + "std" + ], + "enable-interning": [ + "std" + ], + "gg-alloc": [ + "wasm-bindgen-test/gg-alloc" + ], + "serde": [ + "dep:serde" + ], + "serde-serialize": [ + "serde", + "serde_json", + "std" + ], + "serde_json": [ + "dep:serde_json" + ], + "spans": [ + "wasm-bindgen-macro/spans" + ], + "std": [], + "strict-macro": [ + "wasm-bindgen-macro/strict-macro" + ], + "xxx_debug_only_print_generated_code": [ + "wasm-bindgen-macro/xxx_debug_only_print_generated_code" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-0.2.87/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "serde-serialize" + ] + } + } + }, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [ + "wasm" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen", + "homepage": "https://rustwasm.github.io/", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "wasm-bindgen-backend", + "version": "0.2.87", + "id": "wasm-bindgen-backend 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Backend code generation of the wasm-bindgen tool\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "bumpalo", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "log", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.12", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "full" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasm-bindgen-backend", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.87/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "extra-traits": [ + "syn/extra-traits" + ], + "spans": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-backend-0.2.87/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "documentation": "https://docs.rs/wasm-bindgen-backend", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "wasm-bindgen-futures", + "version": "0.4.37", + "id": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Bridging the gap between Rust Futures and JavaScript Promises", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-core", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.8", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.64", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "futures-channel-preview", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0-alpha.18", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "futures-lite", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.11.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.24", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "MessageEvent", + "Worker" + ], + "target": "cfg(target_feature = \"atomics\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasm-bindgen-futures", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.37/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "tests", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.37/tests/tests.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "futures-core": [ + "dep:futures-core" + ], + "futures-core-03-stream": [ + "futures-core" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-futures-0.4.37/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "documentation": "https://docs.rs/wasm-bindgen-futures", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "wasm-bindgen-macro", + "version": "0.2.87", + "id": "wasm-bindgen-macro 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-macro-support", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "trybuild", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.87", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.64", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Worker" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "proc-macro" + ], + "crate_types": [ + "proc-macro" + ], + "name": "wasm-bindgen-macro", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.87/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "ui", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.87/tests/ui.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "spans": [ + "wasm-bindgen-macro-support/spans" + ], + "strict-macro": [ + "wasm-bindgen-macro-support/strict-macro" + ], + "xxx_debug_only_print_generated_code": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.87/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "wasm-bindgen-macro-support", + "version": "0.2.87", + "id": "wasm-bindgen-macro-support 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "proc-macro2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "quote", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "syn", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "visit", + "full" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-backend", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-shared", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "=0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasm-bindgen-macro-support", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.87/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "extra-traits": [ + "syn/extra-traits" + ], + "spans": [ + "wasm-bindgen-backend/spans" + ], + "strict-macro": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-support-0.2.87/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "documentation": "https://docs.rs/wasm-bindgen", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "wasm-bindgen-shared", + "version": "0.2.87", + "id": "wasm-bindgen-shared 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal\ndependency.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wasm-bindgen-shared", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.87/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.87/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-shared-0.2.87/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", + "homepage": "https://rustwasm.github.io/wasm-bindgen/", + "documentation": "https://docs.rs/wasm-bindgen-shared", + "edition": "2018", + "links": "wasm_bindgen", + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "wasm-streams", + "version": "0.3.0", + "id": "wasm-streams 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Bridging between web streams and Rust streams using WebAssembly\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "io", + "sink" + ], + "target": null, + "registry": null + }, + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.47", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.73", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.20", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.47", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "AbortSignal" + ], + "target": null, + "registry": null + }, + { + "name": "pin-project", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt" + ], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.20", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "web-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.47", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "console", + "AbortSignal", + "Response", + "ReadableStream", + "Window" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "cdylib", + "rlib" + ], + "crate_types": [ + "cdylib", + "rlib" + ], + "name": "wasm-streams", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.3.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "fetch_as_stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.3.0/examples/fetch_as_stream.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "unit", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.3.0/tests/unit.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "web", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.3.0/tests/web.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-streams-0.3.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-unknown-linux-gnu" + ] + } + } + }, + "publish": null, + "authors": [ + "Mattias Buelens " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/MattiasBuelens/wasm-streams/", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "web-sys", + "version": "0.3.64", + "id": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "js-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.64", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.87", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "wasm-bindgen-futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + }, + { + "name": "wasm-bindgen-test", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.37", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(target_arch = \"wasm32\")", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "web-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.64/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "wasm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.64/tests/wasm/main.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "AbortController": [], + "AbortSignal": [ + "EventTarget" + ], + "AddEventListenerOptions": [], + "AesCbcParams": [], + "AesCtrParams": [], + "AesDerivedKeyParams": [], + "AesGcmParams": [], + "AesKeyAlgorithm": [], + "AesKeyGenParams": [], + "Algorithm": [], + "AlignSetting": [], + "AllowedBluetoothDevice": [], + "AllowedUsbDevice": [], + "AlphaOption": [], + "AnalyserNode": [ + "AudioNode", + "EventTarget" + ], + "AnalyserOptions": [], + "AngleInstancedArrays": [], + "Animation": [ + "EventTarget" + ], + "AnimationEffect": [], + "AnimationEvent": [ + "Event" + ], + "AnimationEventInit": [], + "AnimationPlayState": [], + "AnimationPlaybackEvent": [ + "Event" + ], + "AnimationPlaybackEventInit": [], + "AnimationPropertyDetails": [], + "AnimationPropertyValueDetails": [], + "AnimationTimeline": [], + "AssignedNodesOptions": [], + "AttestationConveyancePreference": [], + "Attr": [ + "EventTarget", + "Node" + ], + "AttributeNameValue": [], + "AudioBuffer": [], + "AudioBufferOptions": [], + "AudioBufferSourceNode": [ + "AudioNode", + "AudioScheduledSourceNode", + "EventTarget" + ], + "AudioBufferSourceOptions": [], + "AudioConfiguration": [], + "AudioContext": [ + "BaseAudioContext", + "EventTarget" + ], + "AudioContextOptions": [], + "AudioContextState": [], + "AudioData": [], + "AudioDataCopyToOptions": [], + "AudioDataInit": [], + "AudioDecoder": [], + "AudioDecoderConfig": [], + "AudioDecoderInit": [], + "AudioDecoderSupport": [], + "AudioDestinationNode": [ + "AudioNode", + "EventTarget" + ], + "AudioEncoder": [], + "AudioEncoderConfig": [], + "AudioEncoderInit": [], + "AudioEncoderSupport": [], + "AudioListener": [], + "AudioNode": [ + "EventTarget" + ], + "AudioNodeOptions": [], + "AudioParam": [], + "AudioParamMap": [], + "AudioProcessingEvent": [ + "Event" + ], + "AudioSampleFormat": [], + "AudioScheduledSourceNode": [ + "AudioNode", + "EventTarget" + ], + "AudioStreamTrack": [ + "EventTarget", + "MediaStreamTrack" + ], + "AudioTrack": [], + "AudioTrackList": [ + "EventTarget" + ], + "AudioWorklet": [ + "Worklet" + ], + "AudioWorkletGlobalScope": [ + "WorkletGlobalScope" + ], + "AudioWorkletNode": [ + "AudioNode", + "EventTarget" + ], + "AudioWorkletNodeOptions": [], + "AudioWorkletProcessor": [], + "AuthenticationExtensionsClientInputs": [], + "AuthenticationExtensionsClientOutputs": [], + "AuthenticatorAssertionResponse": [ + "AuthenticatorResponse" + ], + "AuthenticatorAttachment": [], + "AuthenticatorAttestationResponse": [ + "AuthenticatorResponse" + ], + "AuthenticatorResponse": [], + "AuthenticatorSelectionCriteria": [], + "AuthenticatorTransport": [], + "AutoKeyword": [], + "AutocompleteInfo": [], + "BarProp": [], + "BaseAudioContext": [ + "EventTarget" + ], + "BaseComputedKeyframe": [], + "BaseKeyframe": [], + "BasePropertyIndexedKeyframe": [], + "BasicCardRequest": [], + "BasicCardResponse": [], + "BasicCardType": [], + "BatteryManager": [ + "EventTarget" + ], + "BeforeUnloadEvent": [ + "Event" + ], + "BinaryType": [], + "BiquadFilterNode": [ + "AudioNode", + "EventTarget" + ], + "BiquadFilterOptions": [], + "BiquadFilterType": [], + "Blob": [], + "BlobEvent": [ + "Event" + ], + "BlobEventInit": [], + "BlobPropertyBag": [], + "BlockParsingOptions": [], + "Bluetooth": [ + "EventTarget" + ], + "BluetoothAdvertisingEvent": [ + "Event" + ], + "BluetoothAdvertisingEventInit": [], + "BluetoothCharacteristicProperties": [], + "BluetoothDataFilterInit": [], + "BluetoothDevice": [ + "EventTarget" + ], + "BluetoothLeScanFilterInit": [], + "BluetoothManufacturerDataMap": [], + "BluetoothPermissionDescriptor": [], + "BluetoothPermissionResult": [ + "EventTarget", + "PermissionStatus" + ], + "BluetoothPermissionStorage": [], + "BluetoothRemoteGattCharacteristic": [ + "EventTarget" + ], + "BluetoothRemoteGattDescriptor": [], + "BluetoothRemoteGattServer": [], + "BluetoothRemoteGattService": [ + "EventTarget" + ], + "BluetoothServiceDataMap": [], + "BluetoothUuid": [], + "BoxQuadOptions": [], + "BroadcastChannel": [ + "EventTarget" + ], + "BrowserElementDownloadOptions": [], + "BrowserElementExecuteScriptOptions": [], + "BrowserFeedWriter": [], + "BrowserFindCaseSensitivity": [], + "BrowserFindDirection": [], + "ByteLengthQueuingStrategy": [], + "Cache": [], + "CacheBatchOperation": [], + "CacheQueryOptions": [], + "CacheStorage": [], + "CacheStorageNamespace": [], + "CanvasCaptureMediaStream": [ + "EventTarget", + "MediaStream" + ], + "CanvasCaptureMediaStreamTrack": [ + "EventTarget", + "MediaStreamTrack" + ], + "CanvasGradient": [], + "CanvasPattern": [], + "CanvasRenderingContext2d": [], + "CanvasWindingRule": [], + "CaretChangedReason": [], + "CaretPosition": [], + "CaretStateChangedEventInit": [], + "CdataSection": [ + "CharacterData", + "EventTarget", + "Node", + "Text" + ], + "ChannelCountMode": [], + "ChannelInterpretation": [], + "ChannelMergerNode": [ + "AudioNode", + "EventTarget" + ], + "ChannelMergerOptions": [], + "ChannelSplitterNode": [ + "AudioNode", + "EventTarget" + ], + "ChannelSplitterOptions": [], + "CharacterData": [ + "EventTarget", + "Node" + ], + "CheckerboardReason": [], + "CheckerboardReport": [], + "CheckerboardReportService": [], + "ChromeFilePropertyBag": [], + "ChromeWorker": [ + "EventTarget", + "Worker" + ], + "Client": [], + "ClientQueryOptions": [], + "ClientRectsAndTexts": [], + "ClientType": [], + "Clients": [], + "Clipboard": [ + "EventTarget" + ], + "ClipboardEvent": [ + "Event" + ], + "ClipboardEventInit": [], + "ClipboardItem": [], + "ClipboardItemOptions": [], + "ClipboardPermissionDescriptor": [], + "CloseEvent": [ + "Event" + ], + "CloseEventInit": [], + "CodecState": [], + "CollectedClientData": [], + "ColorSpaceConversion": [], + "Comment": [ + "CharacterData", + "EventTarget", + "Node" + ], + "CompositeOperation": [], + "CompositionEvent": [ + "Event", + "UiEvent" + ], + "CompositionEventInit": [], + "ComputedEffectTiming": [], + "ConnStatusDict": [], + "ConnectionType": [], + "ConsoleCounter": [], + "ConsoleCounterError": [], + "ConsoleEvent": [], + "ConsoleInstance": [], + "ConsoleInstanceOptions": [], + "ConsoleLevel": [], + "ConsoleLogLevel": [], + "ConsoleProfileEvent": [], + "ConsoleStackEntry": [], + "ConsoleTimerError": [], + "ConsoleTimerLogOrEnd": [], + "ConsoleTimerStart": [], + "ConstantSourceNode": [ + "AudioNode", + "AudioScheduledSourceNode", + "EventTarget" + ], + "ConstantSourceOptions": [], + "ConstrainBooleanParameters": [], + "ConstrainDomStringParameters": [], + "ConstrainDoubleRange": [], + "ConstrainLongRange": [], + "ContextAttributes2d": [], + "ConvertCoordinateOptions": [], + "ConvolverNode": [ + "AudioNode", + "EventTarget" + ], + "ConvolverOptions": [], + "Coordinates": [], + "CountQueuingStrategy": [], + "Credential": [], + "CredentialCreationOptions": [], + "CredentialRequestOptions": [], + "CredentialsContainer": [], + "Crypto": [], + "CryptoKey": [], + "CryptoKeyPair": [], + "Csp": [], + "CspPolicies": [], + "CspReport": [], + "CspReportProperties": [], + "CssAnimation": [ + "Animation", + "EventTarget" + ], + "CssBoxType": [], + "CssConditionRule": [ + "CssGroupingRule", + "CssRule" + ], + "CssCounterStyleRule": [ + "CssRule" + ], + "CssFontFaceRule": [ + "CssRule" + ], + "CssFontFeatureValuesRule": [ + "CssRule" + ], + "CssGroupingRule": [ + "CssRule" + ], + "CssImportRule": [ + "CssRule" + ], + "CssKeyframeRule": [ + "CssRule" + ], + "CssKeyframesRule": [ + "CssRule" + ], + "CssMediaRule": [ + "CssConditionRule", + "CssGroupingRule", + "CssRule" + ], + "CssNamespaceRule": [ + "CssRule" + ], + "CssPageRule": [ + "CssRule" + ], + "CssPseudoElement": [], + "CssRule": [], + "CssRuleList": [], + "CssStyleDeclaration": [], + "CssStyleRule": [ + "CssRule" + ], + "CssStyleSheet": [ + "StyleSheet" + ], + "CssStyleSheetParsingMode": [], + "CssSupportsRule": [ + "CssConditionRule", + "CssGroupingRule", + "CssRule" + ], + "CssTransition": [ + "Animation", + "EventTarget" + ], + "CustomElementRegistry": [], + "CustomEvent": [ + "Event" + ], + "CustomEventInit": [], + "DataTransfer": [], + "DataTransferItem": [], + "DataTransferItemList": [], + "DateTimeValue": [], + "DecoderDoctorNotification": [], + "DecoderDoctorNotificationType": [], + "DedicatedWorkerGlobalScope": [ + "EventTarget", + "WorkerGlobalScope" + ], + "DelayNode": [ + "AudioNode", + "EventTarget" + ], + "DelayOptions": [], + "DeviceAcceleration": [], + "DeviceAccelerationInit": [], + "DeviceLightEvent": [ + "Event" + ], + "DeviceLightEventInit": [], + "DeviceMotionEvent": [ + "Event" + ], + "DeviceMotionEventInit": [], + "DeviceOrientationEvent": [ + "Event" + ], + "DeviceOrientationEventInit": [], + "DeviceProximityEvent": [ + "Event" + ], + "DeviceProximityEventInit": [], + "DeviceRotationRate": [], + "DeviceRotationRateInit": [], + "DhKeyDeriveParams": [], + "DirectionSetting": [], + "Directory": [], + "DisplayMediaStreamConstraints": [], + "DisplayNameOptions": [], + "DisplayNameResult": [], + "DistanceModelType": [], + "DnsCacheDict": [], + "DnsCacheEntry": [], + "DnsLookupDict": [], + "Document": [ + "EventTarget", + "Node" + ], + "DocumentFragment": [ + "EventTarget", + "Node" + ], + "DocumentTimeline": [ + "AnimationTimeline" + ], + "DocumentTimelineOptions": [], + "DocumentType": [ + "EventTarget", + "Node" + ], + "DomError": [], + "DomException": [], + "DomImplementation": [], + "DomMatrix": [ + "DomMatrixReadOnly" + ], + "DomMatrixReadOnly": [], + "DomParser": [], + "DomPoint": [ + "DomPointReadOnly" + ], + "DomPointInit": [], + "DomPointReadOnly": [], + "DomQuad": [], + "DomQuadInit": [], + "DomQuadJson": [], + "DomRect": [ + "DomRectReadOnly" + ], + "DomRectInit": [], + "DomRectList": [], + "DomRectReadOnly": [], + "DomRequest": [ + "EventTarget" + ], + "DomRequestReadyState": [], + "DomStringList": [], + "DomStringMap": [], + "DomTokenList": [], + "DomWindowResizeEventDetail": [], + "DragEvent": [ + "Event", + "MouseEvent", + "UiEvent" + ], + "DragEventInit": [], + "DynamicsCompressorNode": [ + "AudioNode", + "EventTarget" + ], + "DynamicsCompressorOptions": [], + "EcKeyAlgorithm": [], + "EcKeyGenParams": [], + "EcKeyImportParams": [], + "EcdhKeyDeriveParams": [], + "EcdsaParams": [], + "EffectTiming": [], + "Element": [ + "EventTarget", + "Node" + ], + "ElementCreationOptions": [], + "ElementDefinitionOptions": [], + "EncodedAudioChunk": [], + "EncodedAudioChunkInit": [], + "EncodedAudioChunkMetadata": [], + "EncodedAudioChunkType": [], + "EncodedVideoChunk": [], + "EncodedVideoChunkInit": [], + "EncodedVideoChunkMetadata": [], + "EncodedVideoChunkType": [], + "EndingTypes": [], + "ErrorCallback": [], + "ErrorEvent": [ + "Event" + ], + "ErrorEventInit": [], + "Event": [], + "EventInit": [], + "EventListener": [], + "EventListenerOptions": [], + "EventModifierInit": [], + "EventSource": [ + "EventTarget" + ], + "EventSourceInit": [], + "EventTarget": [], + "Exception": [], + "ExtBlendMinmax": [], + "ExtColorBufferFloat": [], + "ExtColorBufferHalfFloat": [], + "ExtDisjointTimerQuery": [], + "ExtFragDepth": [], + "ExtSRgb": [], + "ExtShaderTextureLod": [], + "ExtTextureFilterAnisotropic": [], + "ExtTextureNorm16": [], + "ExtendableEvent": [ + "Event" + ], + "ExtendableEventInit": [], + "ExtendableMessageEvent": [ + "Event", + "ExtendableEvent" + ], + "ExtendableMessageEventInit": [], + "External": [], + "FakePluginMimeEntry": [], + "FakePluginTagInit": [], + "FetchEvent": [ + "Event", + "ExtendableEvent" + ], + "FetchEventInit": [], + "FetchObserver": [ + "EventTarget" + ], + "FetchReadableStreamReadDataArray": [], + "FetchReadableStreamReadDataDone": [], + "FetchState": [], + "File": [ + "Blob" + ], + "FileCallback": [], + "FileList": [], + "FilePropertyBag": [], + "FileReader": [ + "EventTarget" + ], + "FileReaderSync": [], + "FileSystem": [], + "FileSystemCreateWritableOptions": [], + "FileSystemDirectoryEntry": [ + "FileSystemEntry" + ], + "FileSystemDirectoryHandle": [ + "FileSystemHandle" + ], + "FileSystemDirectoryReader": [], + "FileSystemEntriesCallback": [], + "FileSystemEntry": [], + "FileSystemEntryCallback": [], + "FileSystemFileEntry": [ + "FileSystemEntry" + ], + "FileSystemFileHandle": [ + "FileSystemHandle" + ], + "FileSystemFlags": [], + "FileSystemGetDirectoryOptions": [], + "FileSystemGetFileOptions": [], + "FileSystemHandle": [], + "FileSystemHandleKind": [], + "FileSystemReadWriteOptions": [], + "FileSystemRemoveOptions": [], + "FileSystemSyncAccessHandle": [], + "FileSystemWritableFileStream": [ + "WritableStream" + ], + "FillMode": [], + "FlashClassification": [], + "FlexLineGrowthState": [], + "FlowControlType": [], + "FocusEvent": [ + "Event", + "UiEvent" + ], + "FocusEventInit": [], + "FontData": [], + "FontFace": [], + "FontFaceDescriptors": [], + "FontFaceLoadStatus": [], + "FontFaceSet": [ + "EventTarget" + ], + "FontFaceSetIterator": [], + "FontFaceSetIteratorResult": [], + "FontFaceSetLoadEvent": [ + "Event" + ], + "FontFaceSetLoadEventInit": [], + "FontFaceSetLoadStatus": [], + "FormData": [], + "FrameType": [], + "FuzzingFunctions": [], + "GainNode": [ + "AudioNode", + "EventTarget" + ], + "GainOptions": [], + "Gamepad": [], + "GamepadAxisMoveEvent": [ + "Event", + "GamepadEvent" + ], + "GamepadAxisMoveEventInit": [], + "GamepadButton": [], + "GamepadButtonEvent": [ + "Event", + "GamepadEvent" + ], + "GamepadButtonEventInit": [], + "GamepadEvent": [ + "Event" + ], + "GamepadEventInit": [], + "GamepadHand": [], + "GamepadHapticActuator": [], + "GamepadHapticActuatorType": [], + "GamepadMappingType": [], + "GamepadPose": [], + "GamepadServiceTest": [], + "Geolocation": [], + "GetAnimationsOptions": [], + "GetNotificationOptions": [], + "GetRootNodeOptions": [], + "GetUserMediaRequest": [], + "Gpu": [], + "GpuAdapter": [], + "GpuAdapterInfo": [], + "GpuAddressMode": [], + "GpuAutoLayoutMode": [], + "GpuBindGroup": [], + "GpuBindGroupDescriptor": [], + "GpuBindGroupEntry": [], + "GpuBindGroupLayout": [], + "GpuBindGroupLayoutDescriptor": [], + "GpuBindGroupLayoutEntry": [], + "GpuBlendComponent": [], + "GpuBlendFactor": [], + "GpuBlendOperation": [], + "GpuBlendState": [], + "GpuBuffer": [], + "GpuBufferBinding": [], + "GpuBufferBindingLayout": [], + "GpuBufferBindingType": [], + "GpuBufferDescriptor": [], + "GpuBufferMapState": [], + "GpuCanvasAlphaMode": [], + "GpuCanvasConfiguration": [], + "GpuCanvasContext": [], + "GpuColorDict": [], + "GpuColorTargetState": [], + "GpuCommandBuffer": [], + "GpuCommandBufferDescriptor": [], + "GpuCommandEncoder": [], + "GpuCommandEncoderDescriptor": [], + "GpuCompareFunction": [], + "GpuCompilationInfo": [], + "GpuCompilationMessage": [], + "GpuCompilationMessageType": [], + "GpuComputePassDescriptor": [], + "GpuComputePassEncoder": [], + "GpuComputePassTimestampLocation": [], + "GpuComputePassTimestampWrite": [], + "GpuComputePipeline": [], + "GpuComputePipelineDescriptor": [], + "GpuCullMode": [], + "GpuDepthStencilState": [], + "GpuDevice": [ + "EventTarget" + ], + "GpuDeviceDescriptor": [], + "GpuDeviceLostInfo": [], + "GpuDeviceLostReason": [], + "GpuError": [], + "GpuErrorFilter": [], + "GpuExtent3dDict": [], + "GpuExternalTexture": [], + "GpuExternalTextureBindingLayout": [], + "GpuExternalTextureDescriptor": [], + "GpuFeatureName": [], + "GpuFilterMode": [], + "GpuFragmentState": [], + "GpuFrontFace": [], + "GpuImageCopyBuffer": [], + "GpuImageCopyExternalImage": [], + "GpuImageCopyTexture": [], + "GpuImageCopyTextureTagged": [], + "GpuImageDataLayout": [], + "GpuIndexFormat": [], + "GpuInternalError": [ + "GpuError" + ], + "GpuLoadOp": [], + "GpuMipmapFilterMode": [], + "GpuMultisampleState": [], + "GpuObjectDescriptorBase": [], + "GpuOrigin2dDict": [], + "GpuOrigin3dDict": [], + "GpuOutOfMemoryError": [ + "GpuError" + ], + "GpuPipelineDescriptorBase": [], + "GpuPipelineLayout": [], + "GpuPipelineLayoutDescriptor": [], + "GpuPowerPreference": [], + "GpuPrimitiveState": [], + "GpuPrimitiveTopology": [], + "GpuProgrammableStage": [], + "GpuQuerySet": [], + "GpuQuerySetDescriptor": [], + "GpuQueryType": [], + "GpuQueue": [], + "GpuQueueDescriptor": [], + "GpuRenderBundle": [], + "GpuRenderBundleDescriptor": [], + "GpuRenderBundleEncoder": [], + "GpuRenderBundleEncoderDescriptor": [], + "GpuRenderPassColorAttachment": [], + "GpuRenderPassDepthStencilAttachment": [], + "GpuRenderPassDescriptor": [], + "GpuRenderPassEncoder": [], + "GpuRenderPassLayout": [], + "GpuRenderPassTimestampLocation": [], + "GpuRenderPassTimestampWrite": [], + "GpuRenderPipeline": [], + "GpuRenderPipelineDescriptor": [], + "GpuRequestAdapterOptions": [], + "GpuSampler": [], + "GpuSamplerBindingLayout": [], + "GpuSamplerBindingType": [], + "GpuSamplerDescriptor": [], + "GpuShaderModule": [], + "GpuShaderModuleCompilationHint": [], + "GpuShaderModuleDescriptor": [], + "GpuStencilFaceState": [], + "GpuStencilOperation": [], + "GpuStorageTextureAccess": [], + "GpuStorageTextureBindingLayout": [], + "GpuStoreOp": [], + "GpuSupportedFeatures": [], + "GpuSupportedLimits": [], + "GpuTexture": [], + "GpuTextureAspect": [], + "GpuTextureBindingLayout": [], + "GpuTextureDescriptor": [], + "GpuTextureDimension": [], + "GpuTextureFormat": [], + "GpuTextureSampleType": [], + "GpuTextureView": [], + "GpuTextureViewDescriptor": [], + "GpuTextureViewDimension": [], + "GpuUncapturedErrorEvent": [ + "Event" + ], + "GpuUncapturedErrorEventInit": [], + "GpuValidationError": [ + "GpuError" + ], + "GpuVertexAttribute": [], + "GpuVertexBufferLayout": [], + "GpuVertexFormat": [], + "GpuVertexState": [], + "GpuVertexStepMode": [], + "GridDeclaration": [], + "GridTrackState": [], + "GroupedHistoryEventInit": [], + "HalfOpenInfoDict": [], + "HardwareAcceleration": [], + "HashChangeEvent": [ + "Event" + ], + "HashChangeEventInit": [], + "Headers": [], + "HeadersGuardEnum": [], + "Hid": [ + "EventTarget" + ], + "HidCollectionInfo": [], + "HidConnectionEvent": [ + "Event" + ], + "HidConnectionEventInit": [], + "HidDevice": [ + "EventTarget" + ], + "HidDeviceFilter": [], + "HidDeviceRequestOptions": [], + "HidInputReportEvent": [ + "Event" + ], + "HidInputReportEventInit": [], + "HidReportInfo": [], + "HidReportItem": [], + "HidUnitSystem": [], + "HiddenPluginEventInit": [], + "History": [], + "HitRegionOptions": [], + "HkdfParams": [], + "HmacDerivedKeyParams": [], + "HmacImportParams": [], + "HmacKeyAlgorithm": [], + "HmacKeyGenParams": [], + "HtmlAllCollection": [], + "HtmlAnchorElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlAreaElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlAudioElement": [ + "Element", + "EventTarget", + "HtmlElement", + "HtmlMediaElement", + "Node" + ], + "HtmlBaseElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlBodyElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlBrElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlButtonElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlCanvasElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlCollection": [], + "HtmlDListElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlDataElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlDataListElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlDetailsElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlDialogElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlDirectoryElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlDivElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlDocument": [ + "Document", + "EventTarget", + "Node" + ], + "HtmlElement": [ + "Element", + "EventTarget", + "Node" + ], + "HtmlEmbedElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlFieldSetElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlFontElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlFormControlsCollection": [ + "HtmlCollection" + ], + "HtmlFormElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlFrameElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlFrameSetElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlHeadElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlHeadingElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlHrElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlHtmlElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlIFrameElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlImageElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlInputElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlLabelElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlLegendElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlLiElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlLinkElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlMapElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlMediaElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlMenuElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlMenuItemElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlMetaElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlMeterElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlModElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlOListElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlObjectElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlOptGroupElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlOptionElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlOptionsCollection": [ + "HtmlCollection" + ], + "HtmlOutputElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlParagraphElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlParamElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlPictureElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlPreElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlProgressElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlQuoteElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlScriptElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlSelectElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlSlotElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlSourceElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlSpanElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlStyleElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTableCaptionElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTableCellElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTableColElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTableElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTableRowElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTableSectionElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTemplateElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTextAreaElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTimeElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTitleElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlTrackElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlUListElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlUnknownElement": [ + "Element", + "EventTarget", + "HtmlElement", + "Node" + ], + "HtmlVideoElement": [ + "Element", + "EventTarget", + "HtmlElement", + "HtmlMediaElement", + "Node" + ], + "HttpConnDict": [], + "HttpConnInfo": [], + "HttpConnectionElement": [], + "IdbCursor": [], + "IdbCursorDirection": [], + "IdbCursorWithValue": [ + "IdbCursor" + ], + "IdbDatabase": [ + "EventTarget" + ], + "IdbFactory": [], + "IdbFileHandle": [ + "EventTarget" + ], + "IdbFileMetadataParameters": [], + "IdbFileRequest": [ + "DomRequest", + "EventTarget" + ], + "IdbIndex": [], + "IdbIndexParameters": [], + "IdbKeyRange": [], + "IdbLocaleAwareKeyRange": [ + "IdbKeyRange" + ], + "IdbMutableFile": [ + "EventTarget" + ], + "IdbObjectStore": [], + "IdbObjectStoreParameters": [], + "IdbOpenDbOptions": [], + "IdbOpenDbRequest": [ + "EventTarget", + "IdbRequest" + ], + "IdbRequest": [ + "EventTarget" + ], + "IdbRequestReadyState": [], + "IdbTransaction": [ + "EventTarget" + ], + "IdbTransactionMode": [], + "IdbVersionChangeEvent": [ + "Event" + ], + "IdbVersionChangeEventInit": [], + "IdleDeadline": [], + "IdleRequestOptions": [], + "IirFilterNode": [ + "AudioNode", + "EventTarget" + ], + "IirFilterOptions": [], + "ImageBitmap": [], + "ImageBitmapOptions": [], + "ImageBitmapRenderingContext": [], + "ImageCapture": [], + "ImageCaptureError": [], + "ImageCaptureErrorEvent": [ + "Event" + ], + "ImageCaptureErrorEventInit": [], + "ImageData": [], + "ImageDecodeOptions": [], + "ImageDecodeResult": [], + "ImageDecoder": [], + "ImageDecoderInit": [], + "ImageEncodeOptions": [], + "ImageOrientation": [], + "ImageTrack": [ + "EventTarget" + ], + "ImageTrackList": [], + "InputEvent": [ + "Event", + "UiEvent" + ], + "InputEventInit": [], + "InstallTriggerData": [], + "IntersectionObserver": [], + "IntersectionObserverEntry": [], + "IntersectionObserverEntryInit": [], + "IntersectionObserverInit": [], + "IntlUtils": [], + "IterableKeyAndValueResult": [], + "IterableKeyOrValueResult": [], + "IterationCompositeOperation": [], + "JsonWebKey": [], + "KeyAlgorithm": [], + "KeyEvent": [], + "KeyIdsInitData": [], + "KeyboardEvent": [ + "Event", + "UiEvent" + ], + "KeyboardEventInit": [], + "KeyframeAnimationOptions": [], + "KeyframeEffect": [ + "AnimationEffect" + ], + "KeyframeEffectOptions": [], + "L10nElement": [], + "L10nValue": [], + "LatencyMode": [], + "LifecycleCallbacks": [], + "LineAlignSetting": [], + "ListBoxObject": [], + "LocalMediaStream": [ + "EventTarget", + "MediaStream" + ], + "LocaleInfo": [], + "Location": [], + "MediaCapabilities": [], + "MediaCapabilitiesInfo": [], + "MediaConfiguration": [], + "MediaDecodingConfiguration": [], + "MediaDecodingType": [], + "MediaDeviceInfo": [], + "MediaDeviceKind": [], + "MediaDevices": [ + "EventTarget" + ], + "MediaElementAudioSourceNode": [ + "AudioNode", + "EventTarget" + ], + "MediaElementAudioSourceOptions": [], + "MediaEncodingConfiguration": [], + "MediaEncodingType": [], + "MediaEncryptedEvent": [ + "Event" + ], + "MediaError": [], + "MediaImage": [], + "MediaKeyError": [ + "Event" + ], + "MediaKeyMessageEvent": [ + "Event" + ], + "MediaKeyMessageEventInit": [], + "MediaKeyMessageType": [], + "MediaKeyNeededEventInit": [], + "MediaKeySession": [ + "EventTarget" + ], + "MediaKeySessionType": [], + "MediaKeyStatus": [], + "MediaKeyStatusMap": [], + "MediaKeySystemAccess": [], + "MediaKeySystemConfiguration": [], + "MediaKeySystemMediaCapability": [], + "MediaKeySystemStatus": [], + "MediaKeys": [], + "MediaKeysPolicy": [], + "MediaKeysRequirement": [], + "MediaList": [], + "MediaMetadata": [], + "MediaMetadataInit": [], + "MediaPositionState": [], + "MediaQueryList": [ + "EventTarget" + ], + "MediaQueryListEvent": [ + "Event" + ], + "MediaQueryListEventInit": [], + "MediaRecorder": [ + "EventTarget" + ], + "MediaRecorderErrorEvent": [ + "Event" + ], + "MediaRecorderErrorEventInit": [], + "MediaRecorderOptions": [], + "MediaSession": [], + "MediaSessionAction": [], + "MediaSessionActionDetails": [], + "MediaSessionPlaybackState": [], + "MediaSource": [ + "EventTarget" + ], + "MediaSourceEndOfStreamError": [], + "MediaSourceEnum": [], + "MediaSourceReadyState": [], + "MediaStream": [ + "EventTarget" + ], + "MediaStreamAudioDestinationNode": [ + "AudioNode", + "EventTarget" + ], + "MediaStreamAudioSourceNode": [ + "AudioNode", + "EventTarget" + ], + "MediaStreamAudioSourceOptions": [], + "MediaStreamConstraints": [], + "MediaStreamError": [], + "MediaStreamEvent": [ + "Event" + ], + "MediaStreamEventInit": [], + "MediaStreamTrack": [ + "EventTarget" + ], + "MediaStreamTrackEvent": [ + "Event" + ], + "MediaStreamTrackEventInit": [], + "MediaStreamTrackGenerator": [ + "EventTarget", + "MediaStreamTrack" + ], + "MediaStreamTrackGeneratorInit": [], + "MediaStreamTrackProcessor": [], + "MediaStreamTrackProcessorInit": [], + "MediaStreamTrackState": [], + "MediaTrackConstraintSet": [], + "MediaTrackConstraints": [], + "MediaTrackSettings": [], + "MediaTrackSupportedConstraints": [], + "MemoryAttribution": [], + "MemoryAttributionContainer": [], + "MemoryBreakdownEntry": [], + "MemoryMeasurement": [], + "MessageChannel": [], + "MessageEvent": [ + "Event" + ], + "MessageEventInit": [], + "MessagePort": [ + "EventTarget" + ], + "MidiAccess": [ + "EventTarget" + ], + "MidiConnectionEvent": [ + "Event" + ], + "MidiConnectionEventInit": [], + "MidiInput": [ + "EventTarget", + "MidiPort" + ], + "MidiInputMap": [], + "MidiMessageEvent": [ + "Event" + ], + "MidiMessageEventInit": [], + "MidiOptions": [], + "MidiOutput": [ + "EventTarget", + "MidiPort" + ], + "MidiOutputMap": [], + "MidiPort": [ + "EventTarget" + ], + "MidiPortConnectionState": [], + "MidiPortDeviceState": [], + "MidiPortType": [], + "MimeType": [], + "MimeTypeArray": [], + "MouseEvent": [ + "Event", + "UiEvent" + ], + "MouseEventInit": [], + "MouseScrollEvent": [ + "Event", + "MouseEvent", + "UiEvent" + ], + "MozDebug": [], + "MutationEvent": [ + "Event" + ], + "MutationObserver": [], + "MutationObserverInit": [], + "MutationObservingInfo": [], + "MutationRecord": [], + "NamedNodeMap": [], + "NativeOsFileReadOptions": [], + "NativeOsFileWriteAtomicOptions": [], + "NavigationType": [], + "Navigator": [], + "NavigatorAutomationInformation": [], + "NetworkCommandOptions": [], + "NetworkInformation": [ + "EventTarget" + ], + "NetworkResultOptions": [], + "Node": [ + "EventTarget" + ], + "NodeFilter": [], + "NodeIterator": [], + "NodeList": [], + "Notification": [ + "EventTarget" + ], + "NotificationBehavior": [], + "NotificationDirection": [], + "NotificationEvent": [ + "Event", + "ExtendableEvent" + ], + "NotificationEventInit": [], + "NotificationOptions": [], + "NotificationPermission": [], + "ObserverCallback": [], + "OesElementIndexUint": [], + "OesStandardDerivatives": [], + "OesTextureFloat": [], + "OesTextureFloatLinear": [], + "OesTextureHalfFloat": [], + "OesTextureHalfFloatLinear": [], + "OesVertexArrayObject": [], + "OfflineAudioCompletionEvent": [ + "Event" + ], + "OfflineAudioCompletionEventInit": [], + "OfflineAudioContext": [ + "BaseAudioContext", + "EventTarget" + ], + "OfflineAudioContextOptions": [], + "OfflineResourceList": [ + "EventTarget" + ], + "OffscreenCanvas": [ + "EventTarget" + ], + "OffscreenCanvasRenderingContext2d": [], + "OpenWindowEventDetail": [], + "OptionalEffectTiming": [], + "OrientationLockType": [], + "OrientationType": [], + "OscillatorNode": [ + "AudioNode", + "AudioScheduledSourceNode", + "EventTarget" + ], + "OscillatorOptions": [], + "OscillatorType": [], + "OverSampleType": [], + "OvrMultiview2": [], + "PageTransitionEvent": [ + "Event" + ], + "PageTransitionEventInit": [], + "PaintRequest": [], + "PaintRequestList": [], + "PaintWorkletGlobalScope": [ + "WorkletGlobalScope" + ], + "PannerNode": [ + "AudioNode", + "EventTarget" + ], + "PannerOptions": [], + "PanningModelType": [], + "ParityType": [], + "Path2d": [], + "PaymentAddress": [], + "PaymentComplete": [], + "PaymentMethodChangeEvent": [ + "Event", + "PaymentRequestUpdateEvent" + ], + "PaymentMethodChangeEventInit": [], + "PaymentRequestUpdateEvent": [ + "Event" + ], + "PaymentRequestUpdateEventInit": [], + "PaymentResponse": [], + "Pbkdf2Params": [], + "PcImplIceConnectionState": [], + "PcImplIceGatheringState": [], + "PcImplSignalingState": [], + "PcObserverStateType": [], + "Performance": [ + "EventTarget" + ], + "PerformanceEntry": [], + "PerformanceEntryEventInit": [], + "PerformanceEntryFilterOptions": [], + "PerformanceMark": [ + "PerformanceEntry" + ], + "PerformanceMeasure": [ + "PerformanceEntry" + ], + "PerformanceNavigation": [], + "PerformanceNavigationTiming": [ + "PerformanceEntry", + "PerformanceResourceTiming" + ], + "PerformanceObserver": [], + "PerformanceObserverEntryList": [], + "PerformanceObserverInit": [], + "PerformanceResourceTiming": [ + "PerformanceEntry" + ], + "PerformanceServerTiming": [], + "PerformanceTiming": [], + "PeriodicWave": [], + "PeriodicWaveConstraints": [], + "PeriodicWaveOptions": [], + "PermissionDescriptor": [], + "PermissionName": [], + "PermissionState": [], + "PermissionStatus": [ + "EventTarget" + ], + "Permissions": [], + "PlaneLayout": [], + "PlaybackDirection": [], + "Plugin": [], + "PluginArray": [], + "PluginCrashedEventInit": [], + "PointerEvent": [ + "Event", + "MouseEvent", + "UiEvent" + ], + "PointerEventInit": [], + "PopStateEvent": [ + "Event" + ], + "PopStateEventInit": [], + "PopupBlockedEvent": [ + "Event" + ], + "PopupBlockedEventInit": [], + "Position": [], + "PositionAlignSetting": [], + "PositionError": [], + "PositionOptions": [], + "PremultiplyAlpha": [], + "Presentation": [], + "PresentationAvailability": [ + "EventTarget" + ], + "PresentationConnection": [ + "EventTarget" + ], + "PresentationConnectionAvailableEvent": [ + "Event" + ], + "PresentationConnectionAvailableEventInit": [], + "PresentationConnectionBinaryType": [], + "PresentationConnectionCloseEvent": [ + "Event" + ], + "PresentationConnectionCloseEventInit": [], + "PresentationConnectionClosedReason": [], + "PresentationConnectionList": [ + "EventTarget" + ], + "PresentationConnectionState": [], + "PresentationReceiver": [], + "PresentationRequest": [ + "EventTarget" + ], + "PresentationStyle": [], + "ProcessingInstruction": [ + "CharacterData", + "EventTarget", + "Node" + ], + "ProfileTimelineLayerRect": [], + "ProfileTimelineMarker": [], + "ProfileTimelineMessagePortOperationType": [], + "ProfileTimelineStackFrame": [], + "ProfileTimelineWorkerOperationType": [], + "ProgressEvent": [ + "Event" + ], + "ProgressEventInit": [], + "PromiseNativeHandler": [], + "PromiseRejectionEvent": [ + "Event" + ], + "PromiseRejectionEventInit": [], + "PublicKeyCredential": [ + "Credential" + ], + "PublicKeyCredentialCreationOptions": [], + "PublicKeyCredentialDescriptor": [], + "PublicKeyCredentialEntity": [], + "PublicKeyCredentialParameters": [], + "PublicKeyCredentialRequestOptions": [], + "PublicKeyCredentialRpEntity": [], + "PublicKeyCredentialType": [], + "PublicKeyCredentialUserEntity": [], + "PushEncryptionKeyName": [], + "PushEvent": [ + "Event", + "ExtendableEvent" + ], + "PushEventInit": [], + "PushManager": [], + "PushMessageData": [], + "PushPermissionState": [], + "PushSubscription": [], + "PushSubscriptionInit": [], + "PushSubscriptionJson": [], + "PushSubscriptionKeys": [], + "PushSubscriptionOptions": [], + "PushSubscriptionOptionsInit": [], + "QueryOptions": [], + "QueuingStrategy": [], + "QueuingStrategyInit": [], + "RadioNodeList": [ + "NodeList" + ], + "Range": [], + "RcwnPerfStats": [], + "RcwnStatus": [], + "ReadableByteStreamController": [], + "ReadableStream": [], + "ReadableStreamByobReader": [], + "ReadableStreamByobRequest": [], + "ReadableStreamDefaultController": [], + "ReadableStreamDefaultReader": [], + "ReadableStreamGetReaderOptions": [], + "ReadableStreamIteratorOptions": [], + "ReadableStreamReadResult": [], + "ReadableStreamReaderMode": [], + "ReadableStreamType": [], + "ReadableWritablePair": [], + "RecordingState": [], + "ReferrerPolicy": [], + "RegisterRequest": [], + "RegisterResponse": [], + "RegisteredKey": [], + "RegistrationOptions": [], + "Request": [], + "RequestCache": [], + "RequestCredentials": [], + "RequestDestination": [], + "RequestDeviceOptions": [], + "RequestInit": [], + "RequestMediaKeySystemAccessNotification": [], + "RequestMode": [], + "RequestRedirect": [], + "ResizeObserver": [], + "ResizeObserverBoxOptions": [], + "ResizeObserverEntry": [], + "ResizeObserverOptions": [], + "ResizeObserverSize": [], + "ResizeQuality": [], + "Response": [], + "ResponseInit": [], + "ResponseType": [], + "RsaHashedImportParams": [], + "RsaOaepParams": [], + "RsaOtherPrimesInfo": [], + "RsaPssParams": [], + "RtcAnswerOptions": [], + "RtcBundlePolicy": [], + "RtcCertificate": [], + "RtcCertificateExpiration": [], + "RtcCodecStats": [], + "RtcConfiguration": [], + "RtcDataChannel": [ + "EventTarget" + ], + "RtcDataChannelEvent": [ + "Event" + ], + "RtcDataChannelEventInit": [], + "RtcDataChannelInit": [], + "RtcDataChannelState": [], + "RtcDataChannelType": [], + "RtcDegradationPreference": [], + "RtcFecParameters": [], + "RtcIceCandidate": [], + "RtcIceCandidateInit": [], + "RtcIceCandidatePairStats": [], + "RtcIceCandidateStats": [], + "RtcIceComponentStats": [], + "RtcIceConnectionState": [], + "RtcIceCredentialType": [], + "RtcIceGatheringState": [], + "RtcIceServer": [], + "RtcIceTransportPolicy": [], + "RtcIdentityAssertion": [], + "RtcIdentityAssertionResult": [], + "RtcIdentityProvider": [], + "RtcIdentityProviderDetails": [], + "RtcIdentityProviderOptions": [], + "RtcIdentityProviderRegistrar": [], + "RtcIdentityValidationResult": [], + "RtcInboundRtpStreamStats": [], + "RtcLifecycleEvent": [], + "RtcMediaStreamStats": [], + "RtcMediaStreamTrackStats": [], + "RtcOfferAnswerOptions": [], + "RtcOfferOptions": [], + "RtcOutboundRtpStreamStats": [], + "RtcPeerConnection": [ + "EventTarget" + ], + "RtcPeerConnectionIceEvent": [ + "Event" + ], + "RtcPeerConnectionIceEventInit": [], + "RtcPeerConnectionState": [], + "RtcPriorityType": [], + "RtcRtcpParameters": [], + "RtcRtpCodecParameters": [], + "RtcRtpContributingSource": [], + "RtcRtpEncodingParameters": [], + "RtcRtpHeaderExtensionParameters": [], + "RtcRtpParameters": [], + "RtcRtpReceiver": [], + "RtcRtpSender": [], + "RtcRtpSourceEntry": [], + "RtcRtpSourceEntryType": [], + "RtcRtpSynchronizationSource": [], + "RtcRtpTransceiver": [], + "RtcRtpTransceiverDirection": [], + "RtcRtpTransceiverInit": [], + "RtcRtxParameters": [], + "RtcSdpType": [], + "RtcSessionDescription": [], + "RtcSessionDescriptionInit": [], + "RtcSignalingState": [], + "RtcStats": [], + "RtcStatsIceCandidatePairState": [], + "RtcStatsIceCandidateType": [], + "RtcStatsReport": [], + "RtcStatsReportInternal": [], + "RtcStatsType": [], + "RtcTrackEvent": [ + "Event" + ], + "RtcTrackEventInit": [], + "RtcTransportStats": [], + "RtcdtmfSender": [ + "EventTarget" + ], + "RtcdtmfToneChangeEvent": [ + "Event" + ], + "RtcdtmfToneChangeEventInit": [], + "RtcrtpContributingSourceStats": [], + "RtcrtpStreamStats": [], + "Screen": [ + "EventTarget" + ], + "ScreenColorGamut": [], + "ScreenLuminance": [], + "ScreenOrientation": [ + "EventTarget" + ], + "ScriptProcessorNode": [ + "AudioNode", + "EventTarget" + ], + "ScrollAreaEvent": [ + "Event", + "UiEvent" + ], + "ScrollBehavior": [], + "ScrollBoxObject": [], + "ScrollIntoViewOptions": [], + "ScrollLogicalPosition": [], + "ScrollOptions": [], + "ScrollRestoration": [], + "ScrollSetting": [], + "ScrollState": [], + "ScrollToOptions": [], + "ScrollViewChangeEventInit": [], + "SecurityPolicyViolationEvent": [ + "Event" + ], + "SecurityPolicyViolationEventDisposition": [], + "SecurityPolicyViolationEventInit": [], + "Selection": [], + "SelectionMode": [], + "Serial": [ + "EventTarget" + ], + "SerialInputSignals": [], + "SerialOptions": [], + "SerialOutputSignals": [], + "SerialPort": [ + "EventTarget" + ], + "SerialPortFilter": [], + "SerialPortInfo": [], + "SerialPortRequestOptions": [], + "ServerSocketOptions": [], + "ServiceWorker": [ + "EventTarget" + ], + "ServiceWorkerContainer": [ + "EventTarget" + ], + "ServiceWorkerGlobalScope": [ + "EventTarget", + "WorkerGlobalScope" + ], + "ServiceWorkerRegistration": [ + "EventTarget" + ], + "ServiceWorkerState": [], + "ServiceWorkerUpdateViaCache": [], + "ShadowRoot": [ + "DocumentFragment", + "EventTarget", + "Node" + ], + "ShadowRootInit": [], + "ShadowRootMode": [], + "ShareData": [], + "SharedWorker": [ + "EventTarget" + ], + "SharedWorkerGlobalScope": [ + "EventTarget", + "WorkerGlobalScope" + ], + "SignResponse": [], + "SocketElement": [], + "SocketOptions": [], + "SocketReadyState": [], + "SocketsDict": [], + "SourceBuffer": [ + "EventTarget" + ], + "SourceBufferAppendMode": [], + "SourceBufferList": [ + "EventTarget" + ], + "SpeechGrammar": [], + "SpeechGrammarList": [], + "SpeechRecognition": [ + "EventTarget" + ], + "SpeechRecognitionAlternative": [], + "SpeechRecognitionError": [ + "Event" + ], + "SpeechRecognitionErrorCode": [], + "SpeechRecognitionErrorInit": [], + "SpeechRecognitionEvent": [ + "Event" + ], + "SpeechRecognitionEventInit": [], + "SpeechRecognitionResult": [], + "SpeechRecognitionResultList": [], + "SpeechSynthesis": [ + "EventTarget" + ], + "SpeechSynthesisErrorCode": [], + "SpeechSynthesisErrorEvent": [ + "Event", + "SpeechSynthesisEvent" + ], + "SpeechSynthesisErrorEventInit": [], + "SpeechSynthesisEvent": [ + "Event" + ], + "SpeechSynthesisEventInit": [], + "SpeechSynthesisUtterance": [ + "EventTarget" + ], + "SpeechSynthesisVoice": [], + "StereoPannerNode": [ + "AudioNode", + "EventTarget" + ], + "StereoPannerOptions": [], + "Storage": [], + "StorageEstimate": [], + "StorageEvent": [ + "Event" + ], + "StorageEventInit": [], + "StorageManager": [], + "StorageType": [], + "StreamPipeOptions": [], + "StyleRuleChangeEventInit": [], + "StyleSheet": [], + "StyleSheetApplicableStateChangeEventInit": [], + "StyleSheetChangeEventInit": [], + "StyleSheetList": [], + "SubmitEvent": [ + "Event" + ], + "SubmitEventInit": [], + "SubtleCrypto": [], + "SupportedType": [], + "SvcOutputMetadata": [], + "SvgAngle": [], + "SvgAnimateElement": [ + "Element", + "EventTarget", + "Node", + "SvgAnimationElement", + "SvgElement" + ], + "SvgAnimateMotionElement": [ + "Element", + "EventTarget", + "Node", + "SvgAnimationElement", + "SvgElement" + ], + "SvgAnimateTransformElement": [ + "Element", + "EventTarget", + "Node", + "SvgAnimationElement", + "SvgElement" + ], + "SvgAnimatedAngle": [], + "SvgAnimatedBoolean": [], + "SvgAnimatedEnumeration": [], + "SvgAnimatedInteger": [], + "SvgAnimatedLength": [], + "SvgAnimatedLengthList": [], + "SvgAnimatedNumber": [], + "SvgAnimatedNumberList": [], + "SvgAnimatedPreserveAspectRatio": [], + "SvgAnimatedRect": [], + "SvgAnimatedString": [], + "SvgAnimatedTransformList": [], + "SvgAnimationElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgBoundingBoxOptions": [], + "SvgCircleElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGeometryElement", + "SvgGraphicsElement" + ], + "SvgClipPathElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgComponentTransferFunctionElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgDefsElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgDescElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgElement": [ + "Element", + "EventTarget", + "Node" + ], + "SvgEllipseElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGeometryElement", + "SvgGraphicsElement" + ], + "SvgFilterElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgForeignObjectElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgGeometryElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgGradientElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgGraphicsElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgImageElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgLength": [], + "SvgLengthList": [], + "SvgLineElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGeometryElement", + "SvgGraphicsElement" + ], + "SvgLinearGradientElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGradientElement" + ], + "SvgMarkerElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgMaskElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgMatrix": [], + "SvgMetadataElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgNumber": [], + "SvgNumberList": [], + "SvgPathElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGeometryElement", + "SvgGraphicsElement" + ], + "SvgPathSeg": [], + "SvgPathSegArcAbs": [ + "SvgPathSeg" + ], + "SvgPathSegArcRel": [ + "SvgPathSeg" + ], + "SvgPathSegClosePath": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoCubicAbs": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoCubicRel": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoCubicSmoothAbs": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoCubicSmoothRel": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoQuadraticAbs": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoQuadraticRel": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoQuadraticSmoothAbs": [ + "SvgPathSeg" + ], + "SvgPathSegCurvetoQuadraticSmoothRel": [ + "SvgPathSeg" + ], + "SvgPathSegLinetoAbs": [ + "SvgPathSeg" + ], + "SvgPathSegLinetoHorizontalAbs": [ + "SvgPathSeg" + ], + "SvgPathSegLinetoHorizontalRel": [ + "SvgPathSeg" + ], + "SvgPathSegLinetoRel": [ + "SvgPathSeg" + ], + "SvgPathSegLinetoVerticalAbs": [ + "SvgPathSeg" + ], + "SvgPathSegLinetoVerticalRel": [ + "SvgPathSeg" + ], + "SvgPathSegList": [], + "SvgPathSegMovetoAbs": [ + "SvgPathSeg" + ], + "SvgPathSegMovetoRel": [ + "SvgPathSeg" + ], + "SvgPatternElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgPoint": [], + "SvgPointList": [], + "SvgPolygonElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGeometryElement", + "SvgGraphicsElement" + ], + "SvgPolylineElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGeometryElement", + "SvgGraphicsElement" + ], + "SvgPreserveAspectRatio": [], + "SvgRadialGradientElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGradientElement" + ], + "SvgRect": [], + "SvgRectElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGeometryElement", + "SvgGraphicsElement" + ], + "SvgScriptElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgSetElement": [ + "Element", + "EventTarget", + "Node", + "SvgAnimationElement", + "SvgElement" + ], + "SvgStopElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgStringList": [], + "SvgStyleElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgSwitchElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgSymbolElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgTextContentElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgTextElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement", + "SvgTextContentElement", + "SvgTextPositioningElement" + ], + "SvgTextPathElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement", + "SvgTextContentElement" + ], + "SvgTextPositioningElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement", + "SvgTextContentElement" + ], + "SvgTitleElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgTransform": [], + "SvgTransformList": [], + "SvgUnitTypes": [], + "SvgUseElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgViewElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgZoomAndPan": [], + "SvgaElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgfeBlendElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeColorMatrixElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeComponentTransferElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeCompositeElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeConvolveMatrixElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeDiffuseLightingElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeDisplacementMapElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeDistantLightElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeDropShadowElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeFloodElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeFuncAElement": [ + "Element", + "EventTarget", + "Node", + "SvgComponentTransferFunctionElement", + "SvgElement" + ], + "SvgfeFuncBElement": [ + "Element", + "EventTarget", + "Node", + "SvgComponentTransferFunctionElement", + "SvgElement" + ], + "SvgfeFuncGElement": [ + "Element", + "EventTarget", + "Node", + "SvgComponentTransferFunctionElement", + "SvgElement" + ], + "SvgfeFuncRElement": [ + "Element", + "EventTarget", + "Node", + "SvgComponentTransferFunctionElement", + "SvgElement" + ], + "SvgfeGaussianBlurElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeImageElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeMergeElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeMergeNodeElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeMorphologyElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeOffsetElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfePointLightElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeSpecularLightingElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeSpotLightElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeTileElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgfeTurbulenceElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvggElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgmPathElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement" + ], + "SvgsvgElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement" + ], + "SvgtSpanElement": [ + "Element", + "EventTarget", + "Node", + "SvgElement", + "SvgGraphicsElement", + "SvgTextContentElement", + "SvgTextPositioningElement" + ], + "TcpReadyState": [], + "TcpServerSocket": [ + "EventTarget" + ], + "TcpServerSocketEvent": [ + "Event" + ], + "TcpServerSocketEventInit": [], + "TcpSocket": [ + "EventTarget" + ], + "TcpSocketBinaryType": [], + "TcpSocketErrorEvent": [ + "Event" + ], + "TcpSocketErrorEventInit": [], + "TcpSocketEvent": [ + "Event" + ], + "TcpSocketEventInit": [], + "Text": [ + "CharacterData", + "EventTarget", + "Node" + ], + "TextDecodeOptions": [], + "TextDecoder": [], + "TextDecoderOptions": [], + "TextEncoder": [], + "TextMetrics": [], + "TextTrack": [ + "EventTarget" + ], + "TextTrackCue": [ + "EventTarget" + ], + "TextTrackCueList": [], + "TextTrackKind": [], + "TextTrackList": [ + "EventTarget" + ], + "TextTrackMode": [], + "TimeEvent": [ + "Event" + ], + "TimeRanges": [], + "Touch": [], + "TouchEvent": [ + "Event", + "UiEvent" + ], + "TouchEventInit": [], + "TouchInit": [], + "TouchList": [], + "TrackEvent": [ + "Event" + ], + "TrackEventInit": [], + "TransformStream": [], + "TransformStreamDefaultController": [], + "Transformer": [], + "TransitionEvent": [ + "Event" + ], + "TransitionEventInit": [], + "Transport": [], + "TreeBoxObject": [], + "TreeCellInfo": [], + "TreeView": [], + "TreeWalker": [], + "U2f": [], + "U2fClientData": [], + "UdpMessageEventInit": [], + "UdpOptions": [], + "UiEvent": [ + "Event" + ], + "UiEventInit": [], + "UnderlyingSink": [], + "UnderlyingSource": [], + "Url": [], + "UrlSearchParams": [], + "Usb": [ + "EventTarget" + ], + "UsbAlternateInterface": [], + "UsbConfiguration": [], + "UsbConnectionEvent": [ + "Event" + ], + "UsbConnectionEventInit": [], + "UsbControlTransferParameters": [], + "UsbDevice": [], + "UsbDeviceFilter": [], + "UsbDeviceRequestOptions": [], + "UsbDirection": [], + "UsbEndpoint": [], + "UsbEndpointType": [], + "UsbInTransferResult": [], + "UsbInterface": [], + "UsbIsochronousInTransferPacket": [], + "UsbIsochronousInTransferResult": [], + "UsbIsochronousOutTransferPacket": [], + "UsbIsochronousOutTransferResult": [], + "UsbOutTransferResult": [], + "UsbPermissionDescriptor": [], + "UsbPermissionResult": [ + "EventTarget", + "PermissionStatus" + ], + "UsbPermissionStorage": [], + "UsbRecipient": [], + "UsbRequestType": [], + "UsbTransferStatus": [], + "UserProximityEvent": [ + "Event" + ], + "UserProximityEventInit": [], + "UserVerificationRequirement": [], + "ValidityState": [], + "ValueEvent": [ + "Event" + ], + "ValueEventInit": [], + "VideoColorPrimaries": [], + "VideoColorSpace": [], + "VideoColorSpaceInit": [], + "VideoConfiguration": [], + "VideoDecoder": [], + "VideoDecoderConfig": [], + "VideoDecoderInit": [], + "VideoDecoderSupport": [], + "VideoEncoder": [], + "VideoEncoderConfig": [], + "VideoEncoderEncodeOptions": [], + "VideoEncoderInit": [], + "VideoEncoderSupport": [], + "VideoFacingModeEnum": [], + "VideoFrame": [], + "VideoFrameBufferInit": [], + "VideoFrameCopyToOptions": [], + "VideoFrameInit": [], + "VideoMatrixCoefficients": [], + "VideoPixelFormat": [], + "VideoPlaybackQuality": [], + "VideoStreamTrack": [ + "EventTarget", + "MediaStreamTrack" + ], + "VideoTrack": [], + "VideoTrackList": [ + "EventTarget" + ], + "VideoTransferCharacteristics": [], + "VisibilityState": [], + "VoidCallback": [], + "VrDisplay": [ + "EventTarget" + ], + "VrDisplayCapabilities": [], + "VrEye": [], + "VrEyeParameters": [], + "VrFieldOfView": [], + "VrFrameData": [], + "VrLayer": [], + "VrMockController": [], + "VrMockDisplay": [], + "VrPose": [], + "VrServiceTest": [], + "VrStageParameters": [], + "VrSubmitFrameResult": [], + "VttCue": [ + "EventTarget", + "TextTrackCue" + ], + "VttRegion": [], + "WakeLock": [], + "WakeLockSentinel": [ + "EventTarget" + ], + "WakeLockType": [], + "WatchAdvertisementsOptions": [], + "WaveShaperNode": [ + "AudioNode", + "EventTarget" + ], + "WaveShaperOptions": [], + "WebGl2RenderingContext": [], + "WebGlActiveInfo": [], + "WebGlBuffer": [], + "WebGlContextAttributes": [], + "WebGlContextEvent": [ + "Event" + ], + "WebGlContextEventInit": [], + "WebGlFramebuffer": [], + "WebGlPowerPreference": [], + "WebGlProgram": [], + "WebGlQuery": [], + "WebGlRenderbuffer": [], + "WebGlRenderingContext": [], + "WebGlSampler": [], + "WebGlShader": [], + "WebGlShaderPrecisionFormat": [], + "WebGlSync": [], + "WebGlTexture": [], + "WebGlTransformFeedback": [], + "WebGlUniformLocation": [], + "WebGlVertexArrayObject": [], + "WebKitCssMatrix": [ + "DomMatrix", + "DomMatrixReadOnly" + ], + "WebSocket": [ + "EventTarget" + ], + "WebSocketDict": [], + "WebSocketElement": [], + "WebTransport": [], + "WebTransportBidirectionalStream": [], + "WebTransportCloseInfo": [], + "WebTransportCongestionControl": [], + "WebTransportDatagramDuplexStream": [], + "WebTransportDatagramStats": [], + "WebTransportError": [ + "DomException" + ], + "WebTransportErrorOptions": [], + "WebTransportErrorSource": [], + "WebTransportHash": [], + "WebTransportOptions": [], + "WebTransportReceiveStream": [ + "ReadableStream" + ], + "WebTransportReceiveStreamStats": [], + "WebTransportReliabilityMode": [], + "WebTransportSendStream": [ + "WritableStream" + ], + "WebTransportSendStreamOptions": [], + "WebTransportSendStreamStats": [], + "WebTransportStats": [], + "WebglColorBufferFloat": [], + "WebglCompressedTextureAstc": [], + "WebglCompressedTextureAtc": [], + "WebglCompressedTextureEtc": [], + "WebglCompressedTextureEtc1": [], + "WebglCompressedTexturePvrtc": [], + "WebglCompressedTextureS3tc": [], + "WebglCompressedTextureS3tcSrgb": [], + "WebglDebugRendererInfo": [], + "WebglDebugShaders": [], + "WebglDepthTexture": [], + "WebglDrawBuffers": [], + "WebglLoseContext": [], + "WebglMultiDraw": [], + "WebrtcGlobalStatisticsReport": [], + "WheelEvent": [ + "Event", + "MouseEvent", + "UiEvent" + ], + "WheelEventInit": [], + "WidevineCdmManifest": [], + "Window": [ + "EventTarget" + ], + "WindowClient": [ + "Client" + ], + "Worker": [ + "EventTarget" + ], + "WorkerDebuggerGlobalScope": [ + "EventTarget" + ], + "WorkerGlobalScope": [ + "EventTarget" + ], + "WorkerLocation": [], + "WorkerNavigator": [], + "WorkerOptions": [], + "WorkerType": [], + "Worklet": [], + "WorkletGlobalScope": [], + "WorkletOptions": [], + "WritableStream": [], + "WritableStreamDefaultController": [], + "WritableStreamDefaultWriter": [], + "WriteCommandType": [], + "WriteParams": [], + "XPathExpression": [], + "XPathNsResolver": [], + "XPathResult": [], + "XmlDocument": [ + "Document", + "EventTarget", + "Node" + ], + "XmlHttpRequest": [ + "EventTarget", + "XmlHttpRequestEventTarget" + ], + "XmlHttpRequestEventTarget": [ + "EventTarget" + ], + "XmlHttpRequestResponseType": [], + "XmlHttpRequestUpload": [ + "EventTarget", + "XmlHttpRequestEventTarget" + ], + "XmlSerializer": [], + "XrBoundedReferenceSpace": [ + "EventTarget", + "XrReferenceSpace", + "XrSpace" + ], + "XrEye": [], + "XrFrame": [], + "XrHand": [], + "XrHandJoint": [], + "XrHandedness": [], + "XrInputSource": [], + "XrInputSourceArray": [], + "XrInputSourceEvent": [ + "Event" + ], + "XrInputSourceEventInit": [], + "XrInputSourcesChangeEvent": [ + "Event" + ], + "XrInputSourcesChangeEventInit": [], + "XrJointPose": [ + "XrPose" + ], + "XrJointSpace": [ + "EventTarget", + "XrSpace" + ], + "XrLayer": [ + "EventTarget" + ], + "XrPermissionDescriptor": [], + "XrPermissionStatus": [ + "EventTarget", + "PermissionStatus" + ], + "XrPose": [], + "XrReferenceSpace": [ + "EventTarget", + "XrSpace" + ], + "XrReferenceSpaceEvent": [ + "Event" + ], + "XrReferenceSpaceEventInit": [], + "XrReferenceSpaceType": [], + "XrRenderState": [], + "XrRenderStateInit": [], + "XrRigidTransform": [], + "XrSession": [ + "EventTarget" + ], + "XrSessionEvent": [ + "Event" + ], + "XrSessionEventInit": [], + "XrSessionInit": [], + "XrSessionMode": [], + "XrSessionSupportedPermissionDescriptor": [], + "XrSpace": [ + "EventTarget" + ], + "XrSystem": [ + "EventTarget" + ], + "XrTargetRayMode": [], + "XrView": [], + "XrViewerPose": [ + "XrPose" + ], + "XrViewport": [], + "XrVisibilityState": [], + "XrWebGlLayer": [ + "EventTarget", + "XrLayer" + ], + "XrWebGlLayerInit": [], + "XsltProcessor": [], + "console": [], + "css": [], + "gpu_buffer_usage": [], + "gpu_color_write": [], + "gpu_map_mode": [], + "gpu_shader_stage": [], + "gpu_texture_usage": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/web-sys-0.3.64/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg=web_sys_unstable_apis" + ] + } + } + }, + "publish": null, + "authors": [ + "The wasm-bindgen Developers" + ], + "categories": [], + "keywords": [], + "readme": "./README.md", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", + "homepage": "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html", + "documentation": "https://rustwasm.github.io/wasm-bindgen/api/web_sys/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "webpki-roots", + "version": "0.23.1", + "id": "webpki-roots 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "Mozilla's CA root certificates for use with webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "rustls-webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.100.0", + "kind": null, + "rename": "webpki", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "webpki-roots", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.23.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "process_cert", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.23.1/src/bin/process_cert.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.23.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/webpki-roots", + "homepage": "https://github.com/rustls/webpki-roots", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "webpki-roots", + "version": "0.25.2", + "id": "webpki-roots 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MPL-2.0", + "license_file": null, + "description": "Mozilla's CA root certificates for use with webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "percent-encoding", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "reqwest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "rustls-tls-native-roots" + ], + "target": null, + "registry": null + }, + { + "name": "ring", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.16.20", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "rustls-pemfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "macros", + "rt-multi-thread" + ], + "target": null, + "registry": null + }, + { + "name": "rustls-webpki", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.101.2", + "kind": "dev", + "rename": "webpki", + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "webpki-roots", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "codegen", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/tests/codegen.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "verify", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/tests/verify.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/rustls/webpki-roots", + "homepage": "https://github.com/rustls/webpki-roots", + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "weezl", + "version": "0.1.7", + "id": "weezl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Fast LZW compression and decompression.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "futures", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.12", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tokio", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "macros", + "io-util", + "net", + "rt", + "rt-multi-thread" + ], + "target": null, + "registry": null + }, + { + "name": "tokio-util", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.6.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "compat" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "weezl", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "lzw", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/bin/lzw.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lzw-compress", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/examples/lzw-compress.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "lzw-decompress", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/examples/lzw-decompress.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "async", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/tests/async.rs", + "edition": "2018", + "required-features": [ + "async", + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "roundtrip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/tests/roundtrip.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "roundtrip_vec", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/tests/roundtrip_vec.rs", + "edition": "2018", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "implicit_reset", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/tests/implicit_reset.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "msb8", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/benches/msb8.rs", + "edition": "2018", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "async": [ + "futures", + "std" + ], + "default": [ + "std" + ], + "futures": [ + "dep:futures" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/weezl-0.1.7/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "HeroicKatora " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/image-rs/lzw.git", + "homepage": null, + "documentation": "https://docs.rs/weezl", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "which", + "version": "4.4.0", + "id": "which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "either", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.6.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.121", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "regex", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.5.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "which", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/tests/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "regex": [ + "dep:regex" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.4.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true + } + } + }, + "publish": null, + "authors": [ + "Harry Fei " + ], + "categories": [ + "os", + "filesystem" + ], + "keywords": [ + "which", + "which-rs", + "unix", + "command" + ], + "readme": "README.md", + "repository": "https://github.com/harryfei/which-rs.git", + "homepage": null, + "documentation": "https://docs.rs/which/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "widestring", + "version": "1.0.2", + "id": "widestring 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A wide string Rust library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both `u16` and `u32` string types are provided, including support for UTF-16 and UTF-32, malformed encoding, C-style strings, etc.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "winbase" + ], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "widestring", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/widestring-1.0.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "std": [ + "alloc" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/widestring-1.0.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "rustc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [], + "categories": [ + "text-processing", + "encoding", + "development-tools::ffi", + "no-std" + ], + "keywords": [ + "wide", + "string", + "win32", + "utf-16", + "utf-32" + ], + "readme": "README.md", + "repository": "https://github.com/starkat99/widestring-rs", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.58" + }, + { + "name": "win32job", + "version": "1.0.2", + "id": "win32job 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "A safe API for Windows' job objects.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "thiserror", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "handleapi", + "winbase", + "psapi", + "processthreadsapi", + "jobapi2", + "basetsd" + ], + "target": null, + "registry": null + }, + { + "name": "rusty-fork", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "win32job", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/win32job-1.0.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/win32job-1.0.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc" + } + } + }, + "publish": null, + "authors": [ + "Ohad Ravid " + ], + "categories": [ + "api-bindings", + "os::windows-apis" + ], + "keywords": [ + "job", + "job-object", + "win32" + ], + "readme": "README.md", + "repository": "https://github.com/ohadravid/win32job-rs", + "homepage": "https://github.com/ohadravid/win32job-rs", + "documentation": "https://docs.rs/crate/win32job", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "winapi", + "version": "0.3.9", + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Raw FFI bindings for all of Windows API.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "winapi-i686-pc-windows-gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-pc-windows-gnu", + "registry": null + }, + { + "name": "winapi-x86_64-pc-windows-gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-pc-windows-gnu", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "winapi", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "accctrl": [], + "aclapi": [], + "activation": [], + "adhoc": [], + "appmgmt": [], + "audioclient": [], + "audiosessiontypes": [], + "avrt": [], + "basetsd": [], + "bcrypt": [], + "bits": [], + "bits10_1": [], + "bits1_5": [], + "bits2_0": [], + "bits2_5": [], + "bits3_0": [], + "bits4_0": [], + "bits5_0": [], + "bitscfg": [], + "bitsmsg": [], + "bluetoothapis": [], + "bluetoothleapis": [], + "bthdef": [], + "bthioctl": [], + "bthledef": [], + "bthsdpdef": [], + "bugcodes": [], + "cderr": [], + "cfg": [], + "cfgmgr32": [], + "cguid": [], + "combaseapi": [], + "coml2api": [], + "commapi": [], + "commctrl": [], + "commdlg": [], + "commoncontrols": [], + "consoleapi": [], + "corecrt": [], + "corsym": [], + "d2d1": [], + "d2d1_1": [], + "d2d1_2": [], + "d2d1_3": [], + "d2d1effectauthor": [], + "d2d1effects": [], + "d2d1effects_1": [], + "d2d1effects_2": [], + "d2d1svg": [], + "d2dbasetypes": [], + "d3d": [], + "d3d10": [], + "d3d10_1": [], + "d3d10_1shader": [], + "d3d10effect": [], + "d3d10misc": [], + "d3d10sdklayers": [], + "d3d10shader": [], + "d3d11": [], + "d3d11_1": [], + "d3d11_2": [], + "d3d11_3": [], + "d3d11_4": [], + "d3d11on12": [], + "d3d11sdklayers": [], + "d3d11shader": [], + "d3d11tokenizedprogramformat": [], + "d3d12": [], + "d3d12sdklayers": [], + "d3d12shader": [], + "d3d9": [], + "d3d9caps": [], + "d3d9types": [], + "d3dcommon": [], + "d3dcompiler": [], + "d3dcsx": [], + "d3dkmdt": [], + "d3dkmthk": [], + "d3dukmdt": [], + "d3dx10core": [], + "d3dx10math": [], + "d3dx10mesh": [], + "datetimeapi": [], + "davclnt": [], + "dbghelp": [], + "dbt": [], + "dcommon": [], + "dcomp": [], + "dcompanimation": [], + "dcomptypes": [], + "dde": [], + "ddraw": [], + "ddrawi": [], + "ddrawint": [], + "debug": [ + "impl-debug" + ], + "debugapi": [], + "devguid": [], + "devicetopology": [], + "devpkey": [], + "devpropdef": [], + "dinput": [], + "dinputd": [], + "dispex": [], + "dmksctl": [], + "dmusicc": [], + "docobj": [], + "documenttarget": [], + "dot1x": [], + "dpa_dsa": [], + "dpapi": [], + "dsgetdc": [], + "dsound": [], + "dsrole": [], + "dvp": [], + "dwmapi": [], + "dwrite": [], + "dwrite_1": [], + "dwrite_2": [], + "dwrite_3": [], + "dxdiag": [], + "dxfile": [], + "dxgi": [], + "dxgi1_2": [], + "dxgi1_3": [], + "dxgi1_4": [], + "dxgi1_5": [], + "dxgi1_6": [], + "dxgidebug": [], + "dxgiformat": [], + "dxgitype": [], + "dxva2api": [], + "dxvahd": [], + "eaptypes": [], + "enclaveapi": [], + "endpointvolume": [], + "errhandlingapi": [], + "everything": [], + "evntcons": [], + "evntprov": [], + "evntrace": [], + "excpt": [], + "exdisp": [], + "fibersapi": [], + "fileapi": [], + "functiondiscoverykeys_devpkey": [], + "gl-gl": [], + "guiddef": [], + "handleapi": [], + "heapapi": [], + "hidclass": [], + "hidpi": [], + "hidsdi": [], + "hidusage": [], + "highlevelmonitorconfigurationapi": [], + "hstring": [], + "http": [], + "ifdef": [], + "ifmib": [], + "imm": [], + "impl-debug": [], + "impl-default": [], + "in6addr": [], + "inaddr": [], + "inspectable": [], + "interlockedapi": [], + "intsafe": [], + "ioapiset": [], + "ipexport": [], + "iphlpapi": [], + "ipifcons": [], + "ipmib": [], + "iprtrmib": [], + "iptypes": [], + "jobapi": [], + "jobapi2": [], + "knownfolders": [], + "ks": [], + "ksmedia": [], + "ktmtypes": [], + "ktmw32": [], + "l2cmn": [], + "libloaderapi": [], + "limits": [], + "lmaccess": [], + "lmalert": [], + "lmapibuf": [], + "lmat": [], + "lmcons": [], + "lmdfs": [], + "lmerrlog": [], + "lmjoin": [], + "lmmsg": [], + "lmremutl": [], + "lmrepl": [], + "lmserver": [], + "lmshare": [], + "lmstats": [], + "lmsvc": [], + "lmuse": [], + "lmwksta": [], + "lowlevelmonitorconfigurationapi": [], + "lsalookup": [], + "memoryapi": [], + "minschannel": [], + "minwinbase": [], + "minwindef": [], + "mmdeviceapi": [], + "mmeapi": [], + "mmreg": [], + "mmsystem": [], + "mprapidef": [], + "msaatext": [], + "mscat": [], + "mschapp": [], + "mssip": [], + "mstcpip": [], + "mswsock": [], + "mswsockdef": [], + "namedpipeapi": [], + "namespaceapi": [], + "nb30": [], + "ncrypt": [], + "netioapi": [], + "nldef": [], + "ntddndis": [], + "ntddscsi": [], + "ntddser": [], + "ntdef": [], + "ntlsa": [], + "ntsecapi": [], + "ntstatus": [], + "oaidl": [], + "objbase": [], + "objidl": [], + "objidlbase": [], + "ocidl": [], + "ole2": [], + "oleauto": [], + "olectl": [], + "oleidl": [], + "opmapi": [], + "pdh": [], + "perflib": [], + "physicalmonitorenumerationapi": [], + "playsoundapi": [], + "portabledevice": [], + "portabledeviceapi": [], + "portabledevicetypes": [], + "powerbase": [], + "powersetting": [], + "powrprof": [], + "processenv": [], + "processsnapshot": [], + "processthreadsapi": [], + "processtopologyapi": [], + "profileapi": [], + "propidl": [], + "propkey": [], + "propkeydef": [], + "propsys": [], + "prsht": [], + "psapi": [], + "qos": [], + "realtimeapiset": [], + "reason": [], + "restartmanager": [], + "restrictederrorinfo": [], + "rmxfguid": [], + "roapi": [], + "robuffer": [], + "roerrorapi": [], + "rpc": [], + "rpcdce": [], + "rpcndr": [], + "rtinfo": [], + "sapi": [], + "sapi51": [], + "sapi53": [], + "sapiddk": [], + "sapiddk51": [], + "schannel": [], + "sddl": [], + "securityappcontainer": [], + "securitybaseapi": [], + "servprov": [], + "setupapi": [], + "shellapi": [], + "shellscalingapi": [], + "shlobj": [], + "shobjidl": [], + "shobjidl_core": [], + "shtypes": [], + "softpub": [], + "spapidef": [], + "spellcheck": [], + "sporder": [], + "sql": [], + "sqlext": [], + "sqltypes": [], + "sqlucode": [], + "sspi": [], + "std": [], + "stralign": [], + "stringapiset": [], + "strmif": [], + "subauth": [], + "synchapi": [], + "sysinfoapi": [], + "systemtopologyapi": [], + "taskschd": [], + "tcpestats": [], + "tcpmib": [], + "textstor": [], + "threadpoolapiset": [], + "threadpoollegacyapiset": [], + "timeapi": [], + "timezoneapi": [], + "tlhelp32": [], + "transportsettingcommon": [], + "tvout": [], + "udpmib": [], + "unknwnbase": [], + "urlhist": [], + "urlmon": [], + "usb": [], + "usbioctl": [], + "usbiodef": [], + "usbscan": [], + "usbspec": [], + "userenv": [], + "usp10": [], + "utilapiset": [], + "uxtheme": [], + "vadefs": [], + "vcruntime": [], + "vsbackup": [], + "vss": [], + "vsserror": [], + "vswriter": [], + "wbemads": [], + "wbemcli": [], + "wbemdisp": [], + "wbemprov": [], + "wbemtran": [], + "wct": [], + "werapi": [], + "winbase": [], + "wincodec": [], + "wincodecsdk": [], + "wincon": [], + "wincontypes": [], + "wincred": [], + "wincrypt": [], + "windef": [], + "windot11": [], + "windowsceip": [], + "windowsx": [], + "winefs": [], + "winerror": [], + "winevt": [], + "wingdi": [], + "winhttp": [], + "wininet": [], + "winineti": [], + "winioctl": [], + "winnetwk": [], + "winnls": [], + "winnt": [], + "winreg": [], + "winsafer": [], + "winscard": [], + "winsmcrd": [], + "winsock2": [], + "winspool": [], + "winstring": [], + "winsvc": [], + "wintrust": [], + "winusb": [], + "winusbio": [], + "winuser": [], + "winver": [], + "wlanapi": [], + "wlanihv": [], + "wlanihvtypes": [], + "wlantypes": [], + "wlclient": [], + "wmistr": [], + "wnnc": [], + "wow64apiset": [], + "wpdmtpextensions": [], + "ws2bth": [], + "ws2def": [], + "ws2ipdef": [], + "ws2spi": [], + "ws2tcpip": [], + "wtsapi32": [], + "wtypes": [], + "wtypesbase": [], + "xinput": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-0.3.9/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "features": [ + "everything", + "impl-debug", + "impl-default" + ], + "targets": [ + "aarch64-pc-windows-msvc", + "i686-pc-windows-msvc", + "x86_64-pc-windows-msvc" + ] + } + } + }, + "publish": null, + "authors": [ + "Peter Atashian " + ], + "categories": [ + "external-ffi-bindings", + "no-std", + "os::windows-apis" + ], + "keywords": [ + "windows", + "ffi", + "win32", + "com", + "directx" + ], + "readme": "README.md", + "repository": "https://github.com/retep998/winapi-rs", + "homepage": null, + "documentation": "https://docs.rs/winapi/", + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "winapi-i686-pc-windows-gnu", + "version": "0.4.0", + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "winapi-i686-pc-windows-gnu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Peter Atashian " + ], + "categories": [], + "keywords": [ + "windows" + ], + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "winapi-util", + "version": "0.1.5", + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Unlicense/MIT", + "license_file": null, + "description": "A dumping ground for high level safe wrappers over winapi.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "winapi", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "std", + "consoleapi", + "errhandlingapi", + "fileapi", + "minwindef", + "processenv", + "winbase", + "wincon", + "winerror", + "winnt" + ], + "target": "cfg(windows)", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "winapi-util", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-util-0.1.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "targets": [ + "x86_64-pc-windows-msvc" + ] + } + } + }, + "publish": null, + "authors": [ + "Andrew Gallant " + ], + "categories": [ + "os::windows-apis", + "external-ffi-bindings" + ], + "keywords": [ + "windows", + "winapi", + "util", + "win" + ], + "readme": "README.md", + "repository": "https://github.com/BurntSushi/winapi-util", + "homepage": "https://github.com/BurntSushi/winapi-util", + "documentation": "https://docs.rs/winapi-util", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "winapi-x86_64-pc-windows-gnu", + "version": "0.4.0", + "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "winapi-x86_64-pc-windows-gnu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/build.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Peter Atashian " + ], + "categories": [], + "keywords": [ + "windows" + ], + "readme": null, + "repository": "https://github.com/retep998/winapi-rs", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows", + "version": "0.48.0", + "id": "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Rust for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-implement", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "windows-interface", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "windows-targets", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "AI": [], + "AI_MachineLearning": [ + "AI" + ], + "ApplicationModel": [], + "ApplicationModel_Activation": [ + "ApplicationModel" + ], + "ApplicationModel_AppExtensions": [ + "ApplicationModel" + ], + "ApplicationModel_AppService": [ + "ApplicationModel" + ], + "ApplicationModel_Appointments": [ + "ApplicationModel" + ], + "ApplicationModel_Appointments_AppointmentsProvider": [ + "ApplicationModel_Appointments" + ], + "ApplicationModel_Appointments_DataProvider": [ + "ApplicationModel_Appointments" + ], + "ApplicationModel_Background": [ + "ApplicationModel" + ], + "ApplicationModel_Calls": [ + "ApplicationModel" + ], + "ApplicationModel_Calls_Background": [ + "ApplicationModel_Calls" + ], + "ApplicationModel_Calls_Provider": [ + "ApplicationModel_Calls" + ], + "ApplicationModel_Chat": [ + "ApplicationModel" + ], + "ApplicationModel_CommunicationBlocking": [ + "ApplicationModel" + ], + "ApplicationModel_Contacts": [ + "ApplicationModel" + ], + "ApplicationModel_Contacts_DataProvider": [ + "ApplicationModel_Contacts" + ], + "ApplicationModel_Contacts_Provider": [ + "ApplicationModel_Contacts" + ], + "ApplicationModel_ConversationalAgent": [ + "ApplicationModel" + ], + "ApplicationModel_Core": [ + "ApplicationModel" + ], + "ApplicationModel_DataTransfer": [ + "ApplicationModel" + ], + "ApplicationModel_DataTransfer_DragDrop": [ + "ApplicationModel_DataTransfer" + ], + "ApplicationModel_DataTransfer_DragDrop_Core": [ + "ApplicationModel_DataTransfer_DragDrop" + ], + "ApplicationModel_DataTransfer_ShareTarget": [ + "ApplicationModel_DataTransfer" + ], + "ApplicationModel_Email": [ + "ApplicationModel" + ], + "ApplicationModel_Email_DataProvider": [ + "ApplicationModel_Email" + ], + "ApplicationModel_ExtendedExecution": [ + "ApplicationModel" + ], + "ApplicationModel_ExtendedExecution_Foreground": [ + "ApplicationModel_ExtendedExecution" + ], + "ApplicationModel_Holographic": [ + "ApplicationModel" + ], + "ApplicationModel_LockScreen": [ + "ApplicationModel" + ], + "ApplicationModel_Payments": [ + "ApplicationModel" + ], + "ApplicationModel_Payments_Provider": [ + "ApplicationModel_Payments" + ], + "ApplicationModel_Preview": [ + "ApplicationModel" + ], + "ApplicationModel_Preview_Holographic": [ + "ApplicationModel_Preview" + ], + "ApplicationModel_Preview_InkWorkspace": [ + "ApplicationModel_Preview" + ], + "ApplicationModel_Preview_Notes": [ + "ApplicationModel_Preview" + ], + "ApplicationModel_Resources": [ + "ApplicationModel" + ], + "ApplicationModel_Resources_Core": [ + "ApplicationModel_Resources" + ], + "ApplicationModel_Resources_Management": [ + "ApplicationModel_Resources" + ], + "ApplicationModel_Search": [ + "ApplicationModel" + ], + "ApplicationModel_Search_Core": [ + "ApplicationModel_Search" + ], + "ApplicationModel_Store": [ + "ApplicationModel" + ], + "ApplicationModel_Store_LicenseManagement": [ + "ApplicationModel_Store" + ], + "ApplicationModel_Store_Preview": [ + "ApplicationModel_Store" + ], + "ApplicationModel_Store_Preview_InstallControl": [ + "ApplicationModel_Store_Preview" + ], + "ApplicationModel_UserActivities": [ + "ApplicationModel" + ], + "ApplicationModel_UserActivities_Core": [ + "ApplicationModel_UserActivities" + ], + "ApplicationModel_UserDataAccounts": [ + "ApplicationModel" + ], + "ApplicationModel_UserDataAccounts_Provider": [ + "ApplicationModel_UserDataAccounts" + ], + "ApplicationModel_UserDataAccounts_SystemAccess": [ + "ApplicationModel_UserDataAccounts" + ], + "ApplicationModel_UserDataTasks": [ + "ApplicationModel" + ], + "ApplicationModel_UserDataTasks_DataProvider": [ + "ApplicationModel_UserDataTasks" + ], + "ApplicationModel_VoiceCommands": [ + "ApplicationModel" + ], + "ApplicationModel_Wallet": [ + "ApplicationModel" + ], + "ApplicationModel_Wallet_System": [ + "ApplicationModel_Wallet" + ], + "Data": [], + "Data_Html": [ + "Data" + ], + "Data_Json": [ + "Data" + ], + "Data_Pdf": [ + "Data" + ], + "Data_Text": [ + "Data" + ], + "Data_Xml": [ + "Data" + ], + "Data_Xml_Dom": [ + "Data_Xml" + ], + "Data_Xml_Xsl": [ + "Data_Xml" + ], + "Devices": [], + "Devices_Adc": [ + "Devices" + ], + "Devices_Adc_Provider": [ + "Devices_Adc" + ], + "Devices_Background": [ + "Devices" + ], + "Devices_Bluetooth": [ + "Devices" + ], + "Devices_Bluetooth_Advertisement": [ + "Devices_Bluetooth" + ], + "Devices_Bluetooth_Background": [ + "Devices_Bluetooth" + ], + "Devices_Bluetooth_GenericAttributeProfile": [ + "Devices_Bluetooth" + ], + "Devices_Bluetooth_Rfcomm": [ + "Devices_Bluetooth" + ], + "Devices_Custom": [ + "Devices" + ], + "Devices_Display": [ + "Devices" + ], + "Devices_Display_Core": [ + "Devices_Display" + ], + "Devices_Enumeration": [ + "Devices" + ], + "Devices_Enumeration_Pnp": [ + "Devices_Enumeration" + ], + "Devices_Geolocation": [ + "Devices" + ], + "Devices_Geolocation_Geofencing": [ + "Devices_Geolocation" + ], + "Devices_Geolocation_Provider": [ + "Devices_Geolocation" + ], + "Devices_Gpio": [ + "Devices" + ], + "Devices_Gpio_Provider": [ + "Devices_Gpio" + ], + "Devices_Haptics": [ + "Devices" + ], + "Devices_HumanInterfaceDevice": [ + "Devices" + ], + "Devices_I2c": [ + "Devices" + ], + "Devices_I2c_Provider": [ + "Devices_I2c" + ], + "Devices_Input": [ + "Devices" + ], + "Devices_Input_Preview": [ + "Devices_Input" + ], + "Devices_Lights": [ + "Devices" + ], + "Devices_Lights_Effects": [ + "Devices_Lights" + ], + "Devices_Midi": [ + "Devices" + ], + "Devices_PointOfService": [ + "Devices" + ], + "Devices_PointOfService_Provider": [ + "Devices_PointOfService" + ], + "Devices_Portable": [ + "Devices" + ], + "Devices_Power": [ + "Devices" + ], + "Devices_Printers": [ + "Devices" + ], + "Devices_Printers_Extensions": [ + "Devices_Printers" + ], + "Devices_Pwm": [ + "Devices" + ], + "Devices_Pwm_Provider": [ + "Devices_Pwm" + ], + "Devices_Radios": [ + "Devices" + ], + "Devices_Scanners": [ + "Devices" + ], + "Devices_Sensors": [ + "Devices" + ], + "Devices_Sensors_Custom": [ + "Devices_Sensors" + ], + "Devices_SerialCommunication": [ + "Devices" + ], + "Devices_SmartCards": [ + "Devices" + ], + "Devices_Sms": [ + "Devices" + ], + "Devices_Spi": [ + "Devices" + ], + "Devices_Spi_Provider": [ + "Devices_Spi" + ], + "Devices_Usb": [ + "Devices" + ], + "Devices_WiFi": [ + "Devices" + ], + "Devices_WiFiDirect": [ + "Devices" + ], + "Devices_WiFiDirect_Services": [ + "Devices_WiFiDirect" + ], + "Embedded": [], + "Embedded_DeviceLockdown": [ + "Embedded" + ], + "Foundation": [], + "Foundation_Collections": [ + "Foundation" + ], + "Foundation_Diagnostics": [ + "Foundation" + ], + "Foundation_Metadata": [ + "Foundation" + ], + "Foundation_Numerics": [ + "Foundation" + ], + "Gaming": [], + "Gaming_Input": [ + "Gaming" + ], + "Gaming_Input_Custom": [ + "Gaming_Input" + ], + "Gaming_Input_ForceFeedback": [ + "Gaming_Input" + ], + "Gaming_Input_Preview": [ + "Gaming_Input" + ], + "Gaming_Preview": [ + "Gaming" + ], + "Gaming_Preview_GamesEnumeration": [ + "Gaming_Preview" + ], + "Gaming_UI": [ + "Gaming" + ], + "Gaming_XboxLive": [ + "Gaming" + ], + "Gaming_XboxLive_Storage": [ + "Gaming_XboxLive" + ], + "Globalization": [], + "Globalization_Collation": [ + "Globalization" + ], + "Globalization_DateTimeFormatting": [ + "Globalization" + ], + "Globalization_Fonts": [ + "Globalization" + ], + "Globalization_NumberFormatting": [ + "Globalization" + ], + "Globalization_PhoneNumberFormatting": [ + "Globalization" + ], + "Graphics": [], + "Graphics_Capture": [ + "Graphics" + ], + "Graphics_DirectX": [ + "Graphics" + ], + "Graphics_DirectX_Direct3D11": [ + "Graphics_DirectX" + ], + "Graphics_Display": [ + "Graphics" + ], + "Graphics_Display_Core": [ + "Graphics_Display" + ], + "Graphics_Effects": [ + "Graphics" + ], + "Graphics_Holographic": [ + "Graphics" + ], + "Graphics_Imaging": [ + "Graphics" + ], + "Graphics_Printing": [ + "Graphics" + ], + "Graphics_Printing3D": [ + "Graphics" + ], + "Graphics_Printing_OptionDetails": [ + "Graphics_Printing" + ], + "Graphics_Printing_PrintSupport": [ + "Graphics_Printing" + ], + "Graphics_Printing_PrintTicket": [ + "Graphics_Printing" + ], + "Graphics_Printing_Workflow": [ + "Graphics_Printing" + ], + "Management": [], + "Management_Core": [ + "Management" + ], + "Management_Deployment": [ + "Management" + ], + "Management_Deployment_Preview": [ + "Management_Deployment" + ], + "Management_Policies": [ + "Management" + ], + "Management_Update": [ + "Management" + ], + "Management_Workplace": [ + "Management" + ], + "Media": [], + "Media_AppBroadcasting": [ + "Media" + ], + "Media_AppRecording": [ + "Media" + ], + "Media_Audio": [ + "Media" + ], + "Media_Capture": [ + "Media" + ], + "Media_Capture_Core": [ + "Media_Capture" + ], + "Media_Capture_Frames": [ + "Media_Capture" + ], + "Media_Casting": [ + "Media" + ], + "Media_ClosedCaptioning": [ + "Media" + ], + "Media_ContentRestrictions": [ + "Media" + ], + "Media_Control": [ + "Media" + ], + "Media_Core": [ + "Media" + ], + "Media_Core_Preview": [ + "Media_Core" + ], + "Media_Devices": [ + "Media" + ], + "Media_Devices_Core": [ + "Media_Devices" + ], + "Media_DialProtocol": [ + "Media" + ], + "Media_Editing": [ + "Media" + ], + "Media_Effects": [ + "Media" + ], + "Media_FaceAnalysis": [ + "Media" + ], + "Media_Import": [ + "Media" + ], + "Media_MediaProperties": [ + "Media" + ], + "Media_Miracast": [ + "Media" + ], + "Media_Ocr": [ + "Media" + ], + "Media_PlayTo": [ + "Media" + ], + "Media_Playback": [ + "Media" + ], + "Media_Playlists": [ + "Media" + ], + "Media_Protection": [ + "Media" + ], + "Media_Protection_PlayReady": [ + "Media_Protection" + ], + "Media_Render": [ + "Media" + ], + "Media_SpeechRecognition": [ + "Media" + ], + "Media_SpeechSynthesis": [ + "Media" + ], + "Media_Streaming": [ + "Media" + ], + "Media_Streaming_Adaptive": [ + "Media_Streaming" + ], + "Media_Transcoding": [ + "Media" + ], + "Networking": [], + "Networking_BackgroundTransfer": [ + "Networking" + ], + "Networking_Connectivity": [ + "Networking" + ], + "Networking_NetworkOperators": [ + "Networking" + ], + "Networking_Proximity": [ + "Networking" + ], + "Networking_PushNotifications": [ + "Networking" + ], + "Networking_ServiceDiscovery": [ + "Networking" + ], + "Networking_ServiceDiscovery_Dnssd": [ + "Networking_ServiceDiscovery" + ], + "Networking_Sockets": [ + "Networking" + ], + "Networking_Vpn": [ + "Networking" + ], + "Networking_XboxLive": [ + "Networking" + ], + "Perception": [], + "Perception_Automation": [ + "Perception" + ], + "Perception_Automation_Core": [ + "Perception_Automation" + ], + "Perception_People": [ + "Perception" + ], + "Perception_Spatial": [ + "Perception" + ], + "Perception_Spatial_Preview": [ + "Perception_Spatial" + ], + "Perception_Spatial_Surfaces": [ + "Perception_Spatial" + ], + "Phone": [], + "Phone_ApplicationModel": [ + "Phone" + ], + "Phone_Devices": [ + "Phone" + ], + "Phone_Devices_Notification": [ + "Phone_Devices" + ], + "Phone_Devices_Power": [ + "Phone_Devices" + ], + "Phone_Management": [ + "Phone" + ], + "Phone_Management_Deployment": [ + "Phone_Management" + ], + "Phone_Media": [ + "Phone" + ], + "Phone_Media_Devices": [ + "Phone_Media" + ], + "Phone_Notification": [ + "Phone" + ], + "Phone_Notification_Management": [ + "Phone_Notification" + ], + "Phone_PersonalInformation": [ + "Phone" + ], + "Phone_PersonalInformation_Provisioning": [ + "Phone_PersonalInformation" + ], + "Phone_Speech": [ + "Phone" + ], + "Phone_Speech_Recognition": [ + "Phone_Speech" + ], + "Phone_StartScreen": [ + "Phone" + ], + "Phone_System": [ + "Phone" + ], + "Phone_System_Power": [ + "Phone_System" + ], + "Phone_System_Profile": [ + "Phone_System" + ], + "Phone_System_UserProfile": [ + "Phone_System" + ], + "Phone_System_UserProfile_GameServices": [ + "Phone_System_UserProfile" + ], + "Phone_System_UserProfile_GameServices_Core": [ + "Phone_System_UserProfile_GameServices" + ], + "Phone_UI": [ + "Phone" + ], + "Phone_UI_Input": [ + "Phone_UI" + ], + "Security": [], + "Security_Authentication": [ + "Security" + ], + "Security_Authentication_Identity": [ + "Security_Authentication" + ], + "Security_Authentication_Identity_Core": [ + "Security_Authentication_Identity" + ], + "Security_Authentication_OnlineId": [ + "Security_Authentication" + ], + "Security_Authentication_Web": [ + "Security_Authentication" + ], + "Security_Authentication_Web_Core": [ + "Security_Authentication_Web" + ], + "Security_Authentication_Web_Provider": [ + "Security_Authentication_Web" + ], + "Security_Authorization": [ + "Security" + ], + "Security_Authorization_AppCapabilityAccess": [ + "Security_Authorization" + ], + "Security_Credentials": [ + "Security" + ], + "Security_Credentials_UI": [ + "Security_Credentials" + ], + "Security_Cryptography": [ + "Security" + ], + "Security_Cryptography_Certificates": [ + "Security_Cryptography" + ], + "Security_Cryptography_Core": [ + "Security_Cryptography" + ], + "Security_Cryptography_DataProtection": [ + "Security_Cryptography" + ], + "Security_DataProtection": [ + "Security" + ], + "Security_EnterpriseData": [ + "Security" + ], + "Security_ExchangeActiveSyncProvisioning": [ + "Security" + ], + "Security_Isolation": [ + "Security" + ], + "Services": [], + "Services_Maps": [ + "Services" + ], + "Services_Maps_Guidance": [ + "Services_Maps" + ], + "Services_Maps_LocalSearch": [ + "Services_Maps" + ], + "Services_Maps_OfflineMaps": [ + "Services_Maps" + ], + "Services_Store": [ + "Services" + ], + "Services_TargetedContent": [ + "Services" + ], + "Storage": [], + "Storage_AccessCache": [ + "Storage" + ], + "Storage_BulkAccess": [ + "Storage" + ], + "Storage_Compression": [ + "Storage" + ], + "Storage_FileProperties": [ + "Storage" + ], + "Storage_Pickers": [ + "Storage" + ], + "Storage_Pickers_Provider": [ + "Storage_Pickers" + ], + "Storage_Provider": [ + "Storage" + ], + "Storage_Search": [ + "Storage" + ], + "Storage_Streams": [ + "Storage" + ], + "System": [], + "System_Diagnostics": [ + "System" + ], + "System_Diagnostics_DevicePortal": [ + "System_Diagnostics" + ], + "System_Diagnostics_Telemetry": [ + "System_Diagnostics" + ], + "System_Diagnostics_TraceReporting": [ + "System_Diagnostics" + ], + "System_Display": [ + "System" + ], + "System_Implementation": [ + "System" + ], + "System_Implementation_FileExplorer": [ + "System_Implementation" + ], + "System_Inventory": [ + "System" + ], + "System_Power": [ + "System" + ], + "System_Profile": [ + "System" + ], + "System_Profile_SystemManufacturers": [ + "System_Profile" + ], + "System_RemoteDesktop": [ + "System" + ], + "System_RemoteDesktop_Input": [ + "System_RemoteDesktop" + ], + "System_RemoteSystems": [ + "System" + ], + "System_Threading": [ + "System" + ], + "System_Threading_Core": [ + "System_Threading" + ], + "System_Update": [ + "System" + ], + "System_UserProfile": [ + "System" + ], + "UI": [], + "UI_Accessibility": [ + "UI" + ], + "UI_ApplicationSettings": [ + "UI" + ], + "UI_Composition": [ + "UI" + ], + "UI_Composition_Core": [ + "UI_Composition" + ], + "UI_Composition_Desktop": [ + "UI_Composition" + ], + "UI_Composition_Diagnostics": [ + "UI_Composition" + ], + "UI_Composition_Effects": [ + "UI_Composition" + ], + "UI_Composition_Interactions": [ + "UI_Composition" + ], + "UI_Composition_Scenes": [ + "UI_Composition" + ], + "UI_Core": [ + "UI" + ], + "UI_Core_AnimationMetrics": [ + "UI_Core" + ], + "UI_Core_Preview": [ + "UI_Core" + ], + "UI_Input": [ + "UI" + ], + "UI_Input_Core": [ + "UI_Input" + ], + "UI_Input_Inking": [ + "UI_Input" + ], + "UI_Input_Inking_Analysis": [ + "UI_Input_Inking" + ], + "UI_Input_Inking_Core": [ + "UI_Input_Inking" + ], + "UI_Input_Inking_Preview": [ + "UI_Input_Inking" + ], + "UI_Input_Preview": [ + "UI_Input" + ], + "UI_Input_Preview_Injection": [ + "UI_Input_Preview" + ], + "UI_Input_Spatial": [ + "UI_Input" + ], + "UI_Notifications": [ + "UI" + ], + "UI_Notifications_Management": [ + "UI_Notifications" + ], + "UI_Popups": [ + "UI" + ], + "UI_Shell": [ + "UI" + ], + "UI_StartScreen": [ + "UI" + ], + "UI_Text": [ + "UI" + ], + "UI_Text_Core": [ + "UI_Text" + ], + "UI_UIAutomation": [ + "UI" + ], + "UI_UIAutomation_Core": [ + "UI_UIAutomation" + ], + "UI_ViewManagement": [ + "UI" + ], + "UI_ViewManagement_Core": [ + "UI_ViewManagement" + ], + "UI_WebUI": [ + "UI" + ], + "UI_WebUI_Core": [ + "UI_WebUI" + ], + "UI_WindowManagement": [ + "UI" + ], + "UI_WindowManagement_Preview": [ + "UI_WindowManagement" + ], + "Wdk": [], + "Wdk_System": [ + "Wdk" + ], + "Wdk_System_OfflineRegistry": [ + "Wdk_System" + ], + "Web": [], + "Web_AtomPub": [ + "Web" + ], + "Web_Http": [ + "Web" + ], + "Web_Http_Diagnostics": [ + "Web_Http" + ], + "Web_Http_Filters": [ + "Web_Http" + ], + "Web_Http_Headers": [ + "Web_Http" + ], + "Web_Syndication": [ + "Web" + ], + "Web_UI": [ + "Web" + ], + "Web_UI_Interop": [ + "Web_UI" + ], + "Win32": [], + "Win32_AI": [ + "Win32" + ], + "Win32_AI_MachineLearning": [ + "Win32_AI" + ], + "Win32_AI_MachineLearning_DirectML": [ + "Win32_AI_MachineLearning" + ], + "Win32_AI_MachineLearning_WinML": [ + "Win32_AI_MachineLearning" + ], + "Win32_Data": [ + "Win32" + ], + "Win32_Data_HtmlHelp": [ + "Win32_Data" + ], + "Win32_Data_RightsManagement": [ + "Win32_Data" + ], + "Win32_Data_Xml": [ + "Win32_Data" + ], + "Win32_Data_Xml_MsXml": [ + "Win32_Data_Xml" + ], + "Win32_Data_Xml_XmlLite": [ + "Win32_Data_Xml" + ], + "Win32_Devices": [ + "Win32" + ], + "Win32_Devices_AllJoyn": [ + "Win32_Devices" + ], + "Win32_Devices_BiometricFramework": [ + "Win32_Devices" + ], + "Win32_Devices_Bluetooth": [ + "Win32_Devices" + ], + "Win32_Devices_Communication": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAccess": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAndDriverInstallation": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceQuery": [ + "Win32_Devices" + ], + "Win32_Devices_Display": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration_Pnp": [ + "Win32_Devices_Enumeration" + ], + "Win32_Devices_Fax": [ + "Win32_Devices" + ], + "Win32_Devices_FunctionDiscovery": [ + "Win32_Devices" + ], + "Win32_Devices_Geolocation": [ + "Win32_Devices" + ], + "Win32_Devices_HumanInterfaceDevice": [ + "Win32_Devices" + ], + "Win32_Devices_ImageAcquisition": [ + "Win32_Devices" + ], + "Win32_Devices_PortableDevices": [ + "Win32_Devices" + ], + "Win32_Devices_Properties": [ + "Win32_Devices" + ], + "Win32_Devices_Pwm": [ + "Win32_Devices" + ], + "Win32_Devices_Sensors": [ + "Win32_Devices" + ], + "Win32_Devices_SerialCommunication": [ + "Win32_Devices" + ], + "Win32_Devices_Tapi": [ + "Win32_Devices" + ], + "Win32_Devices_Usb": [ + "Win32_Devices" + ], + "Win32_Devices_WebServicesOnDevices": [ + "Win32_Devices" + ], + "Win32_Foundation": [ + "Win32" + ], + "Win32_Gaming": [ + "Win32" + ], + "Win32_Globalization": [ + "Win32" + ], + "Win32_Graphics": [ + "Win32" + ], + "Win32_Graphics_CompositionSwapchain": [ + "Win32_Graphics" + ], + "Win32_Graphics_DXCore": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct2D": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct2D_Common": [ + "Win32_Graphics_Direct2D" + ], + "Win32_Graphics_Direct3D": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D10": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D11": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D11on12": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D12": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D9": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D9on12": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D_Dxc": [ + "Win32_Graphics_Direct3D" + ], + "Win32_Graphics_Direct3D_Fxc": [ + "Win32_Graphics_Direct3D" + ], + "Win32_Graphics_DirectComposition": [ + "Win32_Graphics" + ], + "Win32_Graphics_DirectDraw": [ + "Win32_Graphics" + ], + "Win32_Graphics_DirectManipulation": [ + "Win32_Graphics" + ], + "Win32_Graphics_DirectWrite": [ + "Win32_Graphics" + ], + "Win32_Graphics_Dwm": [ + "Win32_Graphics" + ], + "Win32_Graphics_Dxgi": [ + "Win32_Graphics" + ], + "Win32_Graphics_Dxgi_Common": [ + "Win32_Graphics_Dxgi" + ], + "Win32_Graphics_Gdi": [ + "Win32_Graphics" + ], + "Win32_Graphics_Hlsl": [ + "Win32_Graphics" + ], + "Win32_Graphics_Imaging": [ + "Win32_Graphics" + ], + "Win32_Graphics_Imaging_D2D": [ + "Win32_Graphics_Imaging" + ], + "Win32_Graphics_OpenGL": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing_PrintTicket": [ + "Win32_Graphics_Printing" + ], + "Win32_Management": [ + "Win32" + ], + "Win32_Management_MobileDeviceManagementRegistration": [ + "Win32_Management" + ], + "Win32_Media": [ + "Win32" + ], + "Win32_Media_Audio": [ + "Win32_Media" + ], + "Win32_Media_Audio_Apo": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_DirectMusic": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_DirectSound": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_Endpoints": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_XAudio2": [ + "Win32_Media_Audio" + ], + "Win32_Media_DeviceManager": [ + "Win32_Media" + ], + "Win32_Media_DirectShow": [ + "Win32_Media" + ], + "Win32_Media_DirectShow_Tv": [ + "Win32_Media_DirectShow" + ], + "Win32_Media_DirectShow_Xml": [ + "Win32_Media_DirectShow" + ], + "Win32_Media_DxMediaObjects": [ + "Win32_Media" + ], + "Win32_Media_KernelStreaming": [ + "Win32_Media" + ], + "Win32_Media_LibrarySharingServices": [ + "Win32_Media" + ], + "Win32_Media_MediaFoundation": [ + "Win32_Media" + ], + "Win32_Media_MediaPlayer": [ + "Win32_Media" + ], + "Win32_Media_Multimedia": [ + "Win32_Media" + ], + "Win32_Media_PictureAcquisition": [ + "Win32_Media" + ], + "Win32_Media_Speech": [ + "Win32_Media" + ], + "Win32_Media_Streaming": [ + "Win32_Media" + ], + "Win32_Media_WindowsMediaFormat": [ + "Win32_Media" + ], + "Win32_NetworkManagement": [ + "Win32" + ], + "Win32_NetworkManagement_Dhcp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Dns": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_InternetConnectionWizard": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_IpHelper": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_MobileBroadband": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Multicast": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Ndis": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetBios": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetManagement": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetShell": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkPolicyServer": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_P2P": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_QoS": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Rras": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Snmp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WNet": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WebDav": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WiFi": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectNow": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectionManager": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFilteringPlatform": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFirewall": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsNetworkVirtualization": [ + "Win32_NetworkManagement" + ], + "Win32_Networking": [ + "Win32" + ], + "Win32_Networking_ActiveDirectory": [ + "Win32_Networking" + ], + "Win32_Networking_BackgroundIntelligentTransferService": [ + "Win32_Networking" + ], + "Win32_Networking_Clustering": [ + "Win32_Networking" + ], + "Win32_Networking_HttpServer": [ + "Win32_Networking" + ], + "Win32_Networking_Ldap": [ + "Win32_Networking" + ], + "Win32_Networking_NetworkListManager": [ + "Win32_Networking" + ], + "Win32_Networking_RemoteDifferentialCompression": [ + "Win32_Networking" + ], + "Win32_Networking_WebSocket": [ + "Win32_Networking" + ], + "Win32_Networking_WinHttp": [ + "Win32_Networking" + ], + "Win32_Networking_WinInet": [ + "Win32_Networking" + ], + "Win32_Networking_WinSock": [ + "Win32_Networking" + ], + "Win32_Networking_WindowsWebServices": [ + "Win32_Networking" + ], + "Win32_Security": [ + "Win32" + ], + "Win32_Security_AppLocker": [ + "Win32_Security" + ], + "Win32_Security_Authentication": [ + "Win32_Security" + ], + "Win32_Security_Authentication_Identity": [ + "Win32_Security_Authentication" + ], + "Win32_Security_Authentication_Identity_Provider": [ + "Win32_Security_Authentication_Identity" + ], + "Win32_Security_Authorization": [ + "Win32_Security" + ], + "Win32_Security_Authorization_UI": [ + "Win32_Security_Authorization" + ], + "Win32_Security_ConfigurationSnapin": [ + "Win32_Security" + ], + "Win32_Security_Credentials": [ + "Win32_Security" + ], + "Win32_Security_Cryptography": [ + "Win32_Security" + ], + "Win32_Security_Cryptography_Catalog": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Certificates": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Sip": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_UI": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_DiagnosticDataQuery": [ + "Win32_Security" + ], + "Win32_Security_DirectoryServices": [ + "Win32_Security" + ], + "Win32_Security_EnterpriseData": [ + "Win32_Security" + ], + "Win32_Security_ExtensibleAuthenticationProtocol": [ + "Win32_Security" + ], + "Win32_Security_Isolation": [ + "Win32_Security" + ], + "Win32_Security_LicenseProtection": [ + "Win32_Security" + ], + "Win32_Security_NetworkAccessProtection": [ + "Win32_Security" + ], + "Win32_Security_Tpm": [ + "Win32_Security" + ], + "Win32_Security_WinTrust": [ + "Win32_Security" + ], + "Win32_Security_WinWlx": [ + "Win32_Security" + ], + "Win32_Storage": [ + "Win32" + ], + "Win32_Storage_Cabinets": [ + "Win32_Storage" + ], + "Win32_Storage_CloudFilters": [ + "Win32_Storage" + ], + "Win32_Storage_Compression": [ + "Win32_Storage" + ], + "Win32_Storage_DataDeduplication": [ + "Win32_Storage" + ], + "Win32_Storage_DistributedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_EnhancedStorage": [ + "Win32_Storage" + ], + "Win32_Storage_FileHistory": [ + "Win32_Storage" + ], + "Win32_Storage_FileServerResourceManager": [ + "Win32_Storage" + ], + "Win32_Storage_FileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_Imapi": [ + "Win32_Storage" + ], + "Win32_Storage_IndexServer": [ + "Win32_Storage" + ], + "Win32_Storage_InstallableFileSystems": [ + "Win32_Storage" + ], + "Win32_Storage_IscsiDisc": [ + "Win32_Storage" + ], + "Win32_Storage_Jet": [ + "Win32_Storage" + ], + "Win32_Storage_OfflineFiles": [ + "Win32_Storage" + ], + "Win32_Storage_OperationRecorder": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging_Appx": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_Packaging_Opc": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_ProjectedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_StructuredStorage": [ + "Win32_Storage" + ], + "Win32_Storage_Vhd": [ + "Win32_Storage" + ], + "Win32_Storage_VirtualDiskService": [ + "Win32_Storage" + ], + "Win32_Storage_Vss": [ + "Win32_Storage" + ], + "Win32_Storage_Xps": [ + "Win32_Storage" + ], + "Win32_Storage_Xps_Printing": [ + "Win32_Storage_Xps" + ], + "Win32_System": [ + "Win32" + ], + "Win32_System_AddressBook": [ + "Win32_System" + ], + "Win32_System_Antimalware": [ + "Win32_System" + ], + "Win32_System_ApplicationInstallationAndServicing": [ + "Win32_System" + ], + "Win32_System_ApplicationVerifier": [ + "Win32_System" + ], + "Win32_System_AssessmentTool": [ + "Win32_System" + ], + "Win32_System_ClrHosting": [ + "Win32_System" + ], + "Win32_System_Com": [ + "Win32_System" + ], + "Win32_System_Com_CallObj": [ + "Win32_System_Com" + ], + "Win32_System_Com_ChannelCredentials": [ + "Win32_System_Com" + ], + "Win32_System_Com_Events": [ + "Win32_System_Com" + ], + "Win32_System_Com_Marshal": [ + "Win32_System_Com" + ], + "Win32_System_Com_StructuredStorage": [ + "Win32_System_Com" + ], + "Win32_System_Com_UI": [ + "Win32_System_Com" + ], + "Win32_System_Com_Urlmon": [ + "Win32_System_Com" + ], + "Win32_System_ComponentServices": [ + "Win32_System" + ], + "Win32_System_Console": [ + "Win32_System" + ], + "Win32_System_Contacts": [ + "Win32_System" + ], + "Win32_System_CorrelationVector": [ + "Win32_System" + ], + "Win32_System_DataExchange": [ + "Win32_System" + ], + "Win32_System_DeploymentServices": [ + "Win32_System" + ], + "Win32_System_DesktopSharing": [ + "Win32_System" + ], + "Win32_System_DeveloperLicensing": [ + "Win32_System" + ], + "Win32_System_Diagnostics": [ + "Win32_System" + ], + "Win32_System_Diagnostics_Ceip": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ClrProfiling": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Debug": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Debug_ActiveScript": [ + "Win32_System_Diagnostics_Debug" + ], + "Win32_System_Diagnostics_Debug_Extensions": [ + "Win32_System_Diagnostics_Debug" + ], + "Win32_System_Diagnostics_Etw": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ProcessSnapshotting": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ToolHelp": [ + "Win32_System_Diagnostics" + ], + "Win32_System_DistributedTransactionCoordinator": [ + "Win32_System" + ], + "Win32_System_Environment": [ + "Win32_System" + ], + "Win32_System_ErrorReporting": [ + "Win32_System" + ], + "Win32_System_EventCollector": [ + "Win32_System" + ], + "Win32_System_EventLog": [ + "Win32_System" + ], + "Win32_System_EventNotificationService": [ + "Win32_System" + ], + "Win32_System_GroupPolicy": [ + "Win32_System" + ], + "Win32_System_HostCompute": [ + "Win32_System" + ], + "Win32_System_HostComputeNetwork": [ + "Win32_System" + ], + "Win32_System_HostComputeSystem": [ + "Win32_System" + ], + "Win32_System_Hypervisor": [ + "Win32_System" + ], + "Win32_System_IO": [ + "Win32_System" + ], + "Win32_System_Iis": [ + "Win32_System" + ], + "Win32_System_Ioctl": [ + "Win32_System" + ], + "Win32_System_JobObjects": [ + "Win32_System" + ], + "Win32_System_Js": [ + "Win32_System" + ], + "Win32_System_Kernel": [ + "Win32_System" + ], + "Win32_System_LibraryLoader": [ + "Win32_System" + ], + "Win32_System_Mailslots": [ + "Win32_System" + ], + "Win32_System_Mapi": [ + "Win32_System" + ], + "Win32_System_Memory": [ + "Win32_System" + ], + "Win32_System_Memory_NonVolatile": [ + "Win32_System_Memory" + ], + "Win32_System_MessageQueuing": [ + "Win32_System" + ], + "Win32_System_MixedReality": [ + "Win32_System" + ], + "Win32_System_Mmc": [ + "Win32_System" + ], + "Win32_System_Ole": [ + "Win32_System" + ], + "Win32_System_ParentalControls": [ + "Win32_System" + ], + "Win32_System_PasswordManagement": [ + "Win32_System" + ], + "Win32_System_Performance": [ + "Win32_System" + ], + "Win32_System_Performance_HardwareCounterProfiling": [ + "Win32_System_Performance" + ], + "Win32_System_Pipes": [ + "Win32_System" + ], + "Win32_System_Power": [ + "Win32_System" + ], + "Win32_System_ProcessStatus": [ + "Win32_System" + ], + "Win32_System_RealTimeCommunications": [ + "Win32_System" + ], + "Win32_System_Recovery": [ + "Win32_System" + ], + "Win32_System_Registry": [ + "Win32_System" + ], + "Win32_System_RemoteAssistance": [ + "Win32_System" + ], + "Win32_System_RemoteDesktop": [ + "Win32_System" + ], + "Win32_System_RemoteManagement": [ + "Win32_System" + ], + "Win32_System_RestartManager": [ + "Win32_System" + ], + "Win32_System_Restore": [ + "Win32_System" + ], + "Win32_System_Rpc": [ + "Win32_System" + ], + "Win32_System_Search": [ + "Win32_System" + ], + "Win32_System_Search_Common": [ + "Win32_System_Search" + ], + "Win32_System_SecurityCenter": [ + "Win32_System" + ], + "Win32_System_ServerBackup": [ + "Win32_System" + ], + "Win32_System_Services": [ + "Win32_System" + ], + "Win32_System_SettingsManagementInfrastructure": [ + "Win32_System" + ], + "Win32_System_SetupAndMigration": [ + "Win32_System" + ], + "Win32_System_Shutdown": [ + "Win32_System" + ], + "Win32_System_SideShow": [ + "Win32_System" + ], + "Win32_System_StationsAndDesktops": [ + "Win32_System" + ], + "Win32_System_SubsystemForLinux": [ + "Win32_System" + ], + "Win32_System_SystemInformation": [ + "Win32_System" + ], + "Win32_System_SystemServices": [ + "Win32_System" + ], + "Win32_System_TaskScheduler": [ + "Win32_System" + ], + "Win32_System_Threading": [ + "Win32_System" + ], + "Win32_System_Time": [ + "Win32_System" + ], + "Win32_System_TpmBaseServices": [ + "Win32_System" + ], + "Win32_System_TransactionServer": [ + "Win32_System" + ], + "Win32_System_UpdateAgent": [ + "Win32_System" + ], + "Win32_System_UpdateAssessment": [ + "Win32_System" + ], + "Win32_System_UserAccessLogging": [ + "Win32_System" + ], + "Win32_System_VirtualDosMachines": [ + "Win32_System" + ], + "Win32_System_WinRT": [ + "Win32_System" + ], + "Win32_System_WinRT_AllJoyn": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Composition": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_CoreInputView": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Direct3D11": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Display": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Graphics": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Graphics_Capture": [ + "Win32_System_WinRT_Graphics" + ], + "Win32_System_WinRT_Graphics_Direct2D": [ + "Win32_System_WinRT_Graphics" + ], + "Win32_System_WinRT_Graphics_Imaging": [ + "Win32_System_WinRT_Graphics" + ], + "Win32_System_WinRT_Holographic": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Isolation": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_ML": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Media": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Metadata": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Pdf": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Printing": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Shell": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Storage": [ + "Win32_System_WinRT" + ], + "Win32_System_WindowsProgramming": [ + "Win32_System" + ], + "Win32_System_WindowsSync": [ + "Win32_System" + ], + "Win32_System_Wmi": [ + "Win32_System" + ], + "Win32_UI": [ + "Win32" + ], + "Win32_UI_Accessibility": [ + "Win32_UI" + ], + "Win32_UI_Animation": [ + "Win32_UI" + ], + "Win32_UI_ColorSystem": [ + "Win32_UI" + ], + "Win32_UI_Controls": [ + "Win32_UI" + ], + "Win32_UI_Controls_Dialogs": [ + "Win32_UI_Controls" + ], + "Win32_UI_Controls_RichEdit": [ + "Win32_UI_Controls" + ], + "Win32_UI_HiDpi": [ + "Win32_UI" + ], + "Win32_UI_Input": [ + "Win32_UI" + ], + "Win32_UI_Input_Ime": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Ink": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_KeyboardAndMouse": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Pointer": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Radial": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Touch": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_XboxController": [ + "Win32_UI_Input" + ], + "Win32_UI_InteractionContext": [ + "Win32_UI" + ], + "Win32_UI_LegacyWindowsEnvironmentFeatures": [ + "Win32_UI" + ], + "Win32_UI_Magnification": [ + "Win32_UI" + ], + "Win32_UI_Notifications": [ + "Win32_UI" + ], + "Win32_UI_Ribbon": [ + "Win32_UI" + ], + "Win32_UI_Shell": [ + "Win32_UI" + ], + "Win32_UI_Shell_Common": [ + "Win32_UI_Shell" + ], + "Win32_UI_Shell_PropertiesSystem": [ + "Win32_UI_Shell" + ], + "Win32_UI_TabletPC": [ + "Win32_UI" + ], + "Win32_UI_TextServices": [ + "Win32_UI" + ], + "Win32_UI_WindowsAndMessaging": [ + "Win32_UI" + ], + "Win32_UI_Wpf": [ + "Win32_UI" + ], + "Win32_Web": [ + "Win32" + ], + "Win32_Web_InternetExplorer": [ + "Win32_Web" + ], + "default": [], + "deprecated": [], + "implement": [ + "windows-implement", + "windows-interface" + ], + "windows-implement": [ + "dep:windows-implement" + ], + "windows-interface": [ + "dep:windows-interface" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "rustc-args": [ + "--cfg", + "docsrs" + ], + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [ + "os::windows-apis" + ], + "keywords": [], + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": "https://microsoft.github.io/windows-docs-rs/", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "windows-sys", + "version": "0.42.0", + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Rust for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows_aarch64_gnullvm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "aarch64-pc-windows-gnullvm", + "registry": null + }, + { + "name": "windows_aarch64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "aarch64-pc-windows-msvc", + "registry": null + }, + { + "name": "windows_aarch64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "aarch64-uwp-windows-msvc", + "registry": null + }, + { + "name": "windows_i686_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-pc-windows-gnu", + "registry": null + }, + { + "name": "windows_i686_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-pc-windows-msvc", + "registry": null + }, + { + "name": "windows_i686_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-uwp-windows-gnu", + "registry": null + }, + { + "name": "windows_i686_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-uwp-windows-msvc", + "registry": null + }, + { + "name": "windows_x86_64_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-pc-windows-gnu", + "registry": null + }, + { + "name": "windows_x86_64_gnullvm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-pc-windows-gnullvm", + "registry": null + }, + { + "name": "windows_x86_64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-pc-windows-msvc", + "registry": null + }, + { + "name": "windows_x86_64_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-uwp-windows-gnu", + "registry": null + }, + { + "name": "windows_x86_64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-uwp-windows-msvc", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "Win32": [], + "Win32_AI": [ + "Win32" + ], + "Win32_AI_MachineLearning": [ + "Win32_AI" + ], + "Win32_AI_MachineLearning_DirectML": [ + "Win32_AI_MachineLearning" + ], + "Win32_AI_MachineLearning_WinML": [ + "Win32_AI_MachineLearning" + ], + "Win32_Data": [ + "Win32" + ], + "Win32_Data_HtmlHelp": [ + "Win32_Data" + ], + "Win32_Data_RightsManagement": [ + "Win32_Data" + ], + "Win32_Data_Xml": [ + "Win32_Data" + ], + "Win32_Data_Xml_MsXml": [ + "Win32_Data_Xml" + ], + "Win32_Data_Xml_XmlLite": [ + "Win32_Data_Xml" + ], + "Win32_Devices": [ + "Win32" + ], + "Win32_Devices_AllJoyn": [ + "Win32_Devices" + ], + "Win32_Devices_BiometricFramework": [ + "Win32_Devices" + ], + "Win32_Devices_Bluetooth": [ + "Win32_Devices" + ], + "Win32_Devices_Communication": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAccess": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAndDriverInstallation": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceQuery": [ + "Win32_Devices" + ], + "Win32_Devices_Display": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration_Pnp": [ + "Win32_Devices_Enumeration" + ], + "Win32_Devices_Fax": [ + "Win32_Devices" + ], + "Win32_Devices_FunctionDiscovery": [ + "Win32_Devices" + ], + "Win32_Devices_Geolocation": [ + "Win32_Devices" + ], + "Win32_Devices_HumanInterfaceDevice": [ + "Win32_Devices" + ], + "Win32_Devices_ImageAcquisition": [ + "Win32_Devices" + ], + "Win32_Devices_PortableDevices": [ + "Win32_Devices" + ], + "Win32_Devices_Properties": [ + "Win32_Devices" + ], + "Win32_Devices_Pwm": [ + "Win32_Devices" + ], + "Win32_Devices_Sensors": [ + "Win32_Devices" + ], + "Win32_Devices_SerialCommunication": [ + "Win32_Devices" + ], + "Win32_Devices_Tapi": [ + "Win32_Devices" + ], + "Win32_Devices_Usb": [ + "Win32_Devices" + ], + "Win32_Devices_WebServicesOnDevices": [ + "Win32_Devices" + ], + "Win32_Foundation": [ + "Win32" + ], + "Win32_Gaming": [ + "Win32" + ], + "Win32_Globalization": [ + "Win32" + ], + "Win32_Graphics": [ + "Win32" + ], + "Win32_Graphics_CompositionSwapchain": [ + "Win32_Graphics" + ], + "Win32_Graphics_DXCore": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct2D": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct2D_Common": [ + "Win32_Graphics_Direct2D" + ], + "Win32_Graphics_Direct3D": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D10": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D11": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D11on12": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D12": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D9": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D9on12": [ + "Win32_Graphics" + ], + "Win32_Graphics_Direct3D_Dxc": [ + "Win32_Graphics_Direct3D" + ], + "Win32_Graphics_Direct3D_Fxc": [ + "Win32_Graphics_Direct3D" + ], + "Win32_Graphics_DirectComposition": [ + "Win32_Graphics" + ], + "Win32_Graphics_DirectDraw": [ + "Win32_Graphics" + ], + "Win32_Graphics_DirectManipulation": [ + "Win32_Graphics" + ], + "Win32_Graphics_DirectWrite": [ + "Win32_Graphics" + ], + "Win32_Graphics_Dwm": [ + "Win32_Graphics" + ], + "Win32_Graphics_Dxgi": [ + "Win32_Graphics" + ], + "Win32_Graphics_Dxgi_Common": [ + "Win32_Graphics_Dxgi" + ], + "Win32_Graphics_Gdi": [ + "Win32_Graphics" + ], + "Win32_Graphics_Hlsl": [ + "Win32_Graphics" + ], + "Win32_Graphics_Imaging": [ + "Win32_Graphics" + ], + "Win32_Graphics_Imaging_D2D": [ + "Win32_Graphics_Imaging" + ], + "Win32_Graphics_OpenGL": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing_PrintTicket": [ + "Win32_Graphics_Printing" + ], + "Win32_Management": [ + "Win32" + ], + "Win32_Management_MobileDeviceManagementRegistration": [ + "Win32_Management" + ], + "Win32_Media": [ + "Win32" + ], + "Win32_Media_Audio": [ + "Win32_Media" + ], + "Win32_Media_Audio_Apo": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_DirectMusic": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_DirectSound": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_Endpoints": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_XAudio2": [ + "Win32_Media_Audio" + ], + "Win32_Media_DeviceManager": [ + "Win32_Media" + ], + "Win32_Media_DirectShow": [ + "Win32_Media" + ], + "Win32_Media_DirectShow_Xml": [ + "Win32_Media_DirectShow" + ], + "Win32_Media_DxMediaObjects": [ + "Win32_Media" + ], + "Win32_Media_KernelStreaming": [ + "Win32_Media" + ], + "Win32_Media_LibrarySharingServices": [ + "Win32_Media" + ], + "Win32_Media_MediaFoundation": [ + "Win32_Media" + ], + "Win32_Media_MediaPlayer": [ + "Win32_Media" + ], + "Win32_Media_Multimedia": [ + "Win32_Media" + ], + "Win32_Media_PictureAcquisition": [ + "Win32_Media" + ], + "Win32_Media_Speech": [ + "Win32_Media" + ], + "Win32_Media_Streaming": [ + "Win32_Media" + ], + "Win32_Media_WindowsMediaFormat": [ + "Win32_Media" + ], + "Win32_NetworkManagement": [ + "Win32" + ], + "Win32_NetworkManagement_Dhcp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Dns": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_InternetConnectionWizard": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_IpHelper": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_MobileBroadband": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Multicast": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Ndis": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetBios": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetManagement": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetShell": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkPolicyServer": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_P2P": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_QoS": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Rras": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Snmp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WNet": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WebDav": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WiFi": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectNow": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectionManager": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFilteringPlatform": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFirewall": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsNetworkVirtualization": [ + "Win32_NetworkManagement" + ], + "Win32_Networking": [ + "Win32" + ], + "Win32_Networking_ActiveDirectory": [ + "Win32_Networking" + ], + "Win32_Networking_BackgroundIntelligentTransferService": [ + "Win32_Networking" + ], + "Win32_Networking_Clustering": [ + "Win32_Networking" + ], + "Win32_Networking_HttpServer": [ + "Win32_Networking" + ], + "Win32_Networking_Ldap": [ + "Win32_Networking" + ], + "Win32_Networking_NetworkListManager": [ + "Win32_Networking" + ], + "Win32_Networking_RemoteDifferentialCompression": [ + "Win32_Networking" + ], + "Win32_Networking_WebSocket": [ + "Win32_Networking" + ], + "Win32_Networking_WinHttp": [ + "Win32_Networking" + ], + "Win32_Networking_WinInet": [ + "Win32_Networking" + ], + "Win32_Networking_WinSock": [ + "Win32_Networking" + ], + "Win32_Networking_WindowsWebServices": [ + "Win32_Networking" + ], + "Win32_Security": [ + "Win32" + ], + "Win32_Security_AppLocker": [ + "Win32_Security" + ], + "Win32_Security_Authentication": [ + "Win32_Security" + ], + "Win32_Security_Authentication_Identity": [ + "Win32_Security_Authentication" + ], + "Win32_Security_Authentication_Identity_Provider": [ + "Win32_Security_Authentication_Identity" + ], + "Win32_Security_Authorization": [ + "Win32_Security" + ], + "Win32_Security_Authorization_UI": [ + "Win32_Security_Authorization" + ], + "Win32_Security_ConfigurationSnapin": [ + "Win32_Security" + ], + "Win32_Security_Credentials": [ + "Win32_Security" + ], + "Win32_Security_Cryptography": [ + "Win32_Security" + ], + "Win32_Security_Cryptography_Catalog": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Certificates": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Sip": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_UI": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_DiagnosticDataQuery": [ + "Win32_Security" + ], + "Win32_Security_DirectoryServices": [ + "Win32_Security" + ], + "Win32_Security_EnterpriseData": [ + "Win32_Security" + ], + "Win32_Security_ExtensibleAuthenticationProtocol": [ + "Win32_Security" + ], + "Win32_Security_Isolation": [ + "Win32_Security" + ], + "Win32_Security_LicenseProtection": [ + "Win32_Security" + ], + "Win32_Security_NetworkAccessProtection": [ + "Win32_Security" + ], + "Win32_Security_Tpm": [ + "Win32_Security" + ], + "Win32_Security_WinTrust": [ + "Win32_Security" + ], + "Win32_Security_WinWlx": [ + "Win32_Security" + ], + "Win32_Storage": [ + "Win32" + ], + "Win32_Storage_Cabinets": [ + "Win32_Storage" + ], + "Win32_Storage_CloudFilters": [ + "Win32_Storage" + ], + "Win32_Storage_Compression": [ + "Win32_Storage" + ], + "Win32_Storage_DataDeduplication": [ + "Win32_Storage" + ], + "Win32_Storage_DistributedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_EnhancedStorage": [ + "Win32_Storage" + ], + "Win32_Storage_FileHistory": [ + "Win32_Storage" + ], + "Win32_Storage_FileServerResourceManager": [ + "Win32_Storage" + ], + "Win32_Storage_FileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_Imapi": [ + "Win32_Storage" + ], + "Win32_Storage_IndexServer": [ + "Win32_Storage" + ], + "Win32_Storage_InstallableFileSystems": [ + "Win32_Storage" + ], + "Win32_Storage_IscsiDisc": [ + "Win32_Storage" + ], + "Win32_Storage_Jet": [ + "Win32_Storage" + ], + "Win32_Storage_OfflineFiles": [ + "Win32_Storage" + ], + "Win32_Storage_OperationRecorder": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging_Appx": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_Packaging_Opc": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_ProjectedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_StructuredStorage": [ + "Win32_Storage" + ], + "Win32_Storage_Vhd": [ + "Win32_Storage" + ], + "Win32_Storage_VirtualDiskService": [ + "Win32_Storage" + ], + "Win32_Storage_Vss": [ + "Win32_Storage" + ], + "Win32_Storage_Xps": [ + "Win32_Storage" + ], + "Win32_Storage_Xps_Printing": [ + "Win32_Storage_Xps" + ], + "Win32_System": [ + "Win32" + ], + "Win32_System_AddressBook": [ + "Win32_System" + ], + "Win32_System_Antimalware": [ + "Win32_System" + ], + "Win32_System_ApplicationInstallationAndServicing": [ + "Win32_System" + ], + "Win32_System_ApplicationVerifier": [ + "Win32_System" + ], + "Win32_System_AssessmentTool": [ + "Win32_System" + ], + "Win32_System_Com": [ + "Win32_System" + ], + "Win32_System_Com_CallObj": [ + "Win32_System_Com" + ], + "Win32_System_Com_ChannelCredentials": [ + "Win32_System_Com" + ], + "Win32_System_Com_Events": [ + "Win32_System_Com" + ], + "Win32_System_Com_Marshal": [ + "Win32_System_Com" + ], + "Win32_System_Com_StructuredStorage": [ + "Win32_System_Com" + ], + "Win32_System_Com_UI": [ + "Win32_System_Com" + ], + "Win32_System_Com_Urlmon": [ + "Win32_System_Com" + ], + "Win32_System_ComponentServices": [ + "Win32_System" + ], + "Win32_System_Console": [ + "Win32_System" + ], + "Win32_System_Contacts": [ + "Win32_System" + ], + "Win32_System_CorrelationVector": [ + "Win32_System" + ], + "Win32_System_DataExchange": [ + "Win32_System" + ], + "Win32_System_DeploymentServices": [ + "Win32_System" + ], + "Win32_System_DesktopSharing": [ + "Win32_System" + ], + "Win32_System_DeveloperLicensing": [ + "Win32_System" + ], + "Win32_System_Diagnostics": [ + "Win32_System" + ], + "Win32_System_Diagnostics_Ceip": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Debug": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Etw": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ProcessSnapshotting": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ToolHelp": [ + "Win32_System_Diagnostics" + ], + "Win32_System_DistributedTransactionCoordinator": [ + "Win32_System" + ], + "Win32_System_Environment": [ + "Win32_System" + ], + "Win32_System_ErrorReporting": [ + "Win32_System" + ], + "Win32_System_EventCollector": [ + "Win32_System" + ], + "Win32_System_EventLog": [ + "Win32_System" + ], + "Win32_System_EventNotificationService": [ + "Win32_System" + ], + "Win32_System_GroupPolicy": [ + "Win32_System" + ], + "Win32_System_HostCompute": [ + "Win32_System" + ], + "Win32_System_HostComputeNetwork": [ + "Win32_System" + ], + "Win32_System_HostComputeSystem": [ + "Win32_System" + ], + "Win32_System_Hypervisor": [ + "Win32_System" + ], + "Win32_System_IO": [ + "Win32_System" + ], + "Win32_System_Iis": [ + "Win32_System" + ], + "Win32_System_Ioctl": [ + "Win32_System" + ], + "Win32_System_JobObjects": [ + "Win32_System" + ], + "Win32_System_Js": [ + "Win32_System" + ], + "Win32_System_Kernel": [ + "Win32_System" + ], + "Win32_System_LibraryLoader": [ + "Win32_System" + ], + "Win32_System_Mailslots": [ + "Win32_System" + ], + "Win32_System_Mapi": [ + "Win32_System" + ], + "Win32_System_Memory": [ + "Win32_System" + ], + "Win32_System_Memory_NonVolatile": [ + "Win32_System_Memory" + ], + "Win32_System_MessageQueuing": [ + "Win32_System" + ], + "Win32_System_MixedReality": [ + "Win32_System" + ], + "Win32_System_Mmc": [ + "Win32_System" + ], + "Win32_System_Ole": [ + "Win32_System" + ], + "Win32_System_ParentalControls": [ + "Win32_System" + ], + "Win32_System_PasswordManagement": [ + "Win32_System" + ], + "Win32_System_Performance": [ + "Win32_System" + ], + "Win32_System_Performance_HardwareCounterProfiling": [ + "Win32_System_Performance" + ], + "Win32_System_Pipes": [ + "Win32_System" + ], + "Win32_System_Power": [ + "Win32_System" + ], + "Win32_System_ProcessStatus": [ + "Win32_System" + ], + "Win32_System_RealTimeCommunications": [ + "Win32_System" + ], + "Win32_System_Recovery": [ + "Win32_System" + ], + "Win32_System_Registry": [ + "Win32_System" + ], + "Win32_System_RemoteAssistance": [ + "Win32_System" + ], + "Win32_System_RemoteDesktop": [ + "Win32_System" + ], + "Win32_System_RemoteManagement": [ + "Win32_System" + ], + "Win32_System_RestartManager": [ + "Win32_System" + ], + "Win32_System_Restore": [ + "Win32_System" + ], + "Win32_System_Rpc": [ + "Win32_System" + ], + "Win32_System_Search": [ + "Win32_System" + ], + "Win32_System_Search_Common": [ + "Win32_System_Search" + ], + "Win32_System_SecurityCenter": [ + "Win32_System" + ], + "Win32_System_ServerBackup": [ + "Win32_System" + ], + "Win32_System_Services": [ + "Win32_System" + ], + "Win32_System_SettingsManagementInfrastructure": [ + "Win32_System" + ], + "Win32_System_SetupAndMigration": [ + "Win32_System" + ], + "Win32_System_Shutdown": [ + "Win32_System" + ], + "Win32_System_SideShow": [ + "Win32_System" + ], + "Win32_System_StationsAndDesktops": [ + "Win32_System" + ], + "Win32_System_SubsystemForLinux": [ + "Win32_System" + ], + "Win32_System_SystemInformation": [ + "Win32_System" + ], + "Win32_System_SystemServices": [ + "Win32_System" + ], + "Win32_System_TaskScheduler": [ + "Win32_System" + ], + "Win32_System_Threading": [ + "Win32_System" + ], + "Win32_System_Time": [ + "Win32_System" + ], + "Win32_System_TpmBaseServices": [ + "Win32_System" + ], + "Win32_System_TransactionServer": [ + "Win32_System" + ], + "Win32_System_UpdateAgent": [ + "Win32_System" + ], + "Win32_System_UpdateAssessment": [ + "Win32_System" + ], + "Win32_System_UserAccessLogging": [ + "Win32_System" + ], + "Win32_System_VirtualDosMachines": [ + "Win32_System" + ], + "Win32_System_WinRT": [ + "Win32_System" + ], + "Win32_System_WinRT_AllJoyn": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Composition": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_CoreInputView": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Direct3D11": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Display": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Graphics": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Graphics_Capture": [ + "Win32_System_WinRT_Graphics" + ], + "Win32_System_WinRT_Graphics_Direct2D": [ + "Win32_System_WinRT_Graphics" + ], + "Win32_System_WinRT_Graphics_Imaging": [ + "Win32_System_WinRT_Graphics" + ], + "Win32_System_WinRT_Holographic": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Isolation": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_ML": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Media": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Pdf": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Printing": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Shell": [ + "Win32_System_WinRT" + ], + "Win32_System_WinRT_Storage": [ + "Win32_System_WinRT" + ], + "Win32_System_WindowsProgramming": [ + "Win32_System" + ], + "Win32_System_WindowsSync": [ + "Win32_System" + ], + "Win32_System_Wmi": [ + "Win32_System" + ], + "Win32_UI": [ + "Win32" + ], + "Win32_UI_Accessibility": [ + "Win32_UI" + ], + "Win32_UI_Animation": [ + "Win32_UI" + ], + "Win32_UI_ColorSystem": [ + "Win32_UI" + ], + "Win32_UI_Controls": [ + "Win32_UI" + ], + "Win32_UI_Controls_Dialogs": [ + "Win32_UI_Controls" + ], + "Win32_UI_Controls_RichEdit": [ + "Win32_UI_Controls" + ], + "Win32_UI_HiDpi": [ + "Win32_UI" + ], + "Win32_UI_Input": [ + "Win32_UI" + ], + "Win32_UI_Input_Ime": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Ink": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_KeyboardAndMouse": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Pointer": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Radial": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Touch": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_XboxController": [ + "Win32_UI_Input" + ], + "Win32_UI_InteractionContext": [ + "Win32_UI" + ], + "Win32_UI_LegacyWindowsEnvironmentFeatures": [ + "Win32_UI" + ], + "Win32_UI_Magnification": [ + "Win32_UI" + ], + "Win32_UI_Notifications": [ + "Win32_UI" + ], + "Win32_UI_Ribbon": [ + "Win32_UI" + ], + "Win32_UI_Shell": [ + "Win32_UI" + ], + "Win32_UI_Shell_Common": [ + "Win32_UI_Shell" + ], + "Win32_UI_Shell_PropertiesSystem": [ + "Win32_UI_Shell" + ], + "Win32_UI_TabletPC": [ + "Win32_UI" + ], + "Win32_UI_TextServices": [ + "Win32_UI" + ], + "Win32_UI_WindowsAndMessaging": [ + "Win32_UI" + ], + "Win32_UI_Wpf": [ + "Win32_UI" + ], + "Win32_UI_Xaml": [ + "Win32_UI" + ], + "Win32_UI_Xaml_Diagnostics": [ + "Win32_UI_Xaml" + ], + "default": [], + "deprecated": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.42.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.49" + }, + { + "name": "windows-sys", + "version": "0.45.0", + "id": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Rust for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-targets", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(not(windows_raw_dylib))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "Win32": [], + "Win32_Data": [ + "Win32" + ], + "Win32_Data_HtmlHelp": [ + "Win32_Data" + ], + "Win32_Data_RightsManagement": [ + "Win32_Data" + ], + "Win32_Data_Xml": [ + "Win32_Data" + ], + "Win32_Data_Xml_MsXml": [ + "Win32_Data_Xml" + ], + "Win32_Data_Xml_XmlLite": [ + "Win32_Data_Xml" + ], + "Win32_Devices": [ + "Win32" + ], + "Win32_Devices_AllJoyn": [ + "Win32_Devices" + ], + "Win32_Devices_BiometricFramework": [ + "Win32_Devices" + ], + "Win32_Devices_Bluetooth": [ + "Win32_Devices" + ], + "Win32_Devices_Communication": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAccess": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAndDriverInstallation": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceQuery": [ + "Win32_Devices" + ], + "Win32_Devices_Display": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration_Pnp": [ + "Win32_Devices_Enumeration" + ], + "Win32_Devices_Fax": [ + "Win32_Devices" + ], + "Win32_Devices_FunctionDiscovery": [ + "Win32_Devices" + ], + "Win32_Devices_Geolocation": [ + "Win32_Devices" + ], + "Win32_Devices_HumanInterfaceDevice": [ + "Win32_Devices" + ], + "Win32_Devices_ImageAcquisition": [ + "Win32_Devices" + ], + "Win32_Devices_PortableDevices": [ + "Win32_Devices" + ], + "Win32_Devices_Properties": [ + "Win32_Devices" + ], + "Win32_Devices_Pwm": [ + "Win32_Devices" + ], + "Win32_Devices_Sensors": [ + "Win32_Devices" + ], + "Win32_Devices_SerialCommunication": [ + "Win32_Devices" + ], + "Win32_Devices_Tapi": [ + "Win32_Devices" + ], + "Win32_Devices_Usb": [ + "Win32_Devices" + ], + "Win32_Devices_WebServicesOnDevices": [ + "Win32_Devices" + ], + "Win32_Foundation": [ + "Win32" + ], + "Win32_Gaming": [ + "Win32" + ], + "Win32_Globalization": [ + "Win32" + ], + "Win32_Graphics": [ + "Win32" + ], + "Win32_Graphics_Dwm": [ + "Win32_Graphics" + ], + "Win32_Graphics_Gdi": [ + "Win32_Graphics" + ], + "Win32_Graphics_Hlsl": [ + "Win32_Graphics" + ], + "Win32_Graphics_OpenGL": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing_PrintTicket": [ + "Win32_Graphics_Printing" + ], + "Win32_Management": [ + "Win32" + ], + "Win32_Management_MobileDeviceManagementRegistration": [ + "Win32_Management" + ], + "Win32_Media": [ + "Win32" + ], + "Win32_Media_Audio": [ + "Win32_Media" + ], + "Win32_Media_Audio_Apo": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_DirectMusic": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_Endpoints": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_XAudio2": [ + "Win32_Media_Audio" + ], + "Win32_Media_DeviceManager": [ + "Win32_Media" + ], + "Win32_Media_DxMediaObjects": [ + "Win32_Media" + ], + "Win32_Media_KernelStreaming": [ + "Win32_Media" + ], + "Win32_Media_LibrarySharingServices": [ + "Win32_Media" + ], + "Win32_Media_MediaPlayer": [ + "Win32_Media" + ], + "Win32_Media_Multimedia": [ + "Win32_Media" + ], + "Win32_Media_Speech": [ + "Win32_Media" + ], + "Win32_Media_Streaming": [ + "Win32_Media" + ], + "Win32_Media_WindowsMediaFormat": [ + "Win32_Media" + ], + "Win32_NetworkManagement": [ + "Win32" + ], + "Win32_NetworkManagement_Dhcp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Dns": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_InternetConnectionWizard": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_IpHelper": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_MobileBroadband": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Multicast": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Ndis": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetBios": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetManagement": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetShell": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkPolicyServer": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_P2P": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_QoS": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Rras": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Snmp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WNet": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WebDav": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WiFi": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectNow": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectionManager": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFilteringPlatform": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFirewall": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsNetworkVirtualization": [ + "Win32_NetworkManagement" + ], + "Win32_Networking": [ + "Win32" + ], + "Win32_Networking_ActiveDirectory": [ + "Win32_Networking" + ], + "Win32_Networking_BackgroundIntelligentTransferService": [ + "Win32_Networking" + ], + "Win32_Networking_Clustering": [ + "Win32_Networking" + ], + "Win32_Networking_HttpServer": [ + "Win32_Networking" + ], + "Win32_Networking_Ldap": [ + "Win32_Networking" + ], + "Win32_Networking_NetworkListManager": [ + "Win32_Networking" + ], + "Win32_Networking_RemoteDifferentialCompression": [ + "Win32_Networking" + ], + "Win32_Networking_WebSocket": [ + "Win32_Networking" + ], + "Win32_Networking_WinHttp": [ + "Win32_Networking" + ], + "Win32_Networking_WinInet": [ + "Win32_Networking" + ], + "Win32_Networking_WinSock": [ + "Win32_Networking" + ], + "Win32_Networking_WindowsWebServices": [ + "Win32_Networking" + ], + "Win32_Security": [ + "Win32" + ], + "Win32_Security_AppLocker": [ + "Win32_Security" + ], + "Win32_Security_Authentication": [ + "Win32_Security" + ], + "Win32_Security_Authentication_Identity": [ + "Win32_Security_Authentication" + ], + "Win32_Security_Authentication_Identity_Provider": [ + "Win32_Security_Authentication_Identity" + ], + "Win32_Security_Authorization": [ + "Win32_Security" + ], + "Win32_Security_Authorization_UI": [ + "Win32_Security_Authorization" + ], + "Win32_Security_ConfigurationSnapin": [ + "Win32_Security" + ], + "Win32_Security_Credentials": [ + "Win32_Security" + ], + "Win32_Security_Cryptography": [ + "Win32_Security" + ], + "Win32_Security_Cryptography_Catalog": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Certificates": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Sip": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_UI": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_DiagnosticDataQuery": [ + "Win32_Security" + ], + "Win32_Security_DirectoryServices": [ + "Win32_Security" + ], + "Win32_Security_EnterpriseData": [ + "Win32_Security" + ], + "Win32_Security_ExtensibleAuthenticationProtocol": [ + "Win32_Security" + ], + "Win32_Security_Isolation": [ + "Win32_Security" + ], + "Win32_Security_LicenseProtection": [ + "Win32_Security" + ], + "Win32_Security_NetworkAccessProtection": [ + "Win32_Security" + ], + "Win32_Security_Tpm": [ + "Win32_Security" + ], + "Win32_Security_WinTrust": [ + "Win32_Security" + ], + "Win32_Security_WinWlx": [ + "Win32_Security" + ], + "Win32_Storage": [ + "Win32" + ], + "Win32_Storage_Cabinets": [ + "Win32_Storage" + ], + "Win32_Storage_CloudFilters": [ + "Win32_Storage" + ], + "Win32_Storage_Compression": [ + "Win32_Storage" + ], + "Win32_Storage_DataDeduplication": [ + "Win32_Storage" + ], + "Win32_Storage_DistributedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_EnhancedStorage": [ + "Win32_Storage" + ], + "Win32_Storage_FileHistory": [ + "Win32_Storage" + ], + "Win32_Storage_FileServerResourceManager": [ + "Win32_Storage" + ], + "Win32_Storage_FileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_Imapi": [ + "Win32_Storage" + ], + "Win32_Storage_IndexServer": [ + "Win32_Storage" + ], + "Win32_Storage_InstallableFileSystems": [ + "Win32_Storage" + ], + "Win32_Storage_IscsiDisc": [ + "Win32_Storage" + ], + "Win32_Storage_Jet": [ + "Win32_Storage" + ], + "Win32_Storage_OfflineFiles": [ + "Win32_Storage" + ], + "Win32_Storage_OperationRecorder": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging_Appx": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_Packaging_Opc": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_ProjectedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_StructuredStorage": [ + "Win32_Storage" + ], + "Win32_Storage_Vhd": [ + "Win32_Storage" + ], + "Win32_Storage_VirtualDiskService": [ + "Win32_Storage" + ], + "Win32_Storage_Vss": [ + "Win32_Storage" + ], + "Win32_Storage_Xps": [ + "Win32_Storage" + ], + "Win32_Storage_Xps_Printing": [ + "Win32_Storage_Xps" + ], + "Win32_System": [ + "Win32" + ], + "Win32_System_AddressBook": [ + "Win32_System" + ], + "Win32_System_Antimalware": [ + "Win32_System" + ], + "Win32_System_ApplicationInstallationAndServicing": [ + "Win32_System" + ], + "Win32_System_ApplicationVerifier": [ + "Win32_System" + ], + "Win32_System_AssessmentTool": [ + "Win32_System" + ], + "Win32_System_Com": [ + "Win32_System" + ], + "Win32_System_Com_CallObj": [ + "Win32_System_Com" + ], + "Win32_System_Com_ChannelCredentials": [ + "Win32_System_Com" + ], + "Win32_System_Com_Events": [ + "Win32_System_Com" + ], + "Win32_System_Com_Marshal": [ + "Win32_System_Com" + ], + "Win32_System_Com_StructuredStorage": [ + "Win32_System_Com" + ], + "Win32_System_Com_UI": [ + "Win32_System_Com" + ], + "Win32_System_Com_Urlmon": [ + "Win32_System_Com" + ], + "Win32_System_ComponentServices": [ + "Win32_System" + ], + "Win32_System_Console": [ + "Win32_System" + ], + "Win32_System_Contacts": [ + "Win32_System" + ], + "Win32_System_CorrelationVector": [ + "Win32_System" + ], + "Win32_System_DataExchange": [ + "Win32_System" + ], + "Win32_System_DeploymentServices": [ + "Win32_System" + ], + "Win32_System_DesktopSharing": [ + "Win32_System" + ], + "Win32_System_DeveloperLicensing": [ + "Win32_System" + ], + "Win32_System_Diagnostics": [ + "Win32_System" + ], + "Win32_System_Diagnostics_Ceip": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Debug": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Etw": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ProcessSnapshotting": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ToolHelp": [ + "Win32_System_Diagnostics" + ], + "Win32_System_DistributedTransactionCoordinator": [ + "Win32_System" + ], + "Win32_System_Environment": [ + "Win32_System" + ], + "Win32_System_ErrorReporting": [ + "Win32_System" + ], + "Win32_System_EventCollector": [ + "Win32_System" + ], + "Win32_System_EventLog": [ + "Win32_System" + ], + "Win32_System_EventNotificationService": [ + "Win32_System" + ], + "Win32_System_GroupPolicy": [ + "Win32_System" + ], + "Win32_System_HostCompute": [ + "Win32_System" + ], + "Win32_System_HostComputeNetwork": [ + "Win32_System" + ], + "Win32_System_HostComputeSystem": [ + "Win32_System" + ], + "Win32_System_Hypervisor": [ + "Win32_System" + ], + "Win32_System_IO": [ + "Win32_System" + ], + "Win32_System_Iis": [ + "Win32_System" + ], + "Win32_System_Ioctl": [ + "Win32_System" + ], + "Win32_System_JobObjects": [ + "Win32_System" + ], + "Win32_System_Js": [ + "Win32_System" + ], + "Win32_System_Kernel": [ + "Win32_System" + ], + "Win32_System_LibraryLoader": [ + "Win32_System" + ], + "Win32_System_Mailslots": [ + "Win32_System" + ], + "Win32_System_Mapi": [ + "Win32_System" + ], + "Win32_System_Memory": [ + "Win32_System" + ], + "Win32_System_Memory_NonVolatile": [ + "Win32_System_Memory" + ], + "Win32_System_MessageQueuing": [ + "Win32_System" + ], + "Win32_System_MixedReality": [ + "Win32_System" + ], + "Win32_System_Mmc": [ + "Win32_System" + ], + "Win32_System_Ole": [ + "Win32_System" + ], + "Win32_System_ParentalControls": [ + "Win32_System" + ], + "Win32_System_PasswordManagement": [ + "Win32_System" + ], + "Win32_System_Performance": [ + "Win32_System" + ], + "Win32_System_Performance_HardwareCounterProfiling": [ + "Win32_System_Performance" + ], + "Win32_System_Pipes": [ + "Win32_System" + ], + "Win32_System_Power": [ + "Win32_System" + ], + "Win32_System_ProcessStatus": [ + "Win32_System" + ], + "Win32_System_RealTimeCommunications": [ + "Win32_System" + ], + "Win32_System_Recovery": [ + "Win32_System" + ], + "Win32_System_Registry": [ + "Win32_System" + ], + "Win32_System_RemoteAssistance": [ + "Win32_System" + ], + "Win32_System_RemoteDesktop": [ + "Win32_System" + ], + "Win32_System_RemoteManagement": [ + "Win32_System" + ], + "Win32_System_RestartManager": [ + "Win32_System" + ], + "Win32_System_Restore": [ + "Win32_System" + ], + "Win32_System_Rpc": [ + "Win32_System" + ], + "Win32_System_Search": [ + "Win32_System" + ], + "Win32_System_Search_Common": [ + "Win32_System_Search" + ], + "Win32_System_SecurityCenter": [ + "Win32_System" + ], + "Win32_System_ServerBackup": [ + "Win32_System" + ], + "Win32_System_Services": [ + "Win32_System" + ], + "Win32_System_SettingsManagementInfrastructure": [ + "Win32_System" + ], + "Win32_System_SetupAndMigration": [ + "Win32_System" + ], + "Win32_System_Shutdown": [ + "Win32_System" + ], + "Win32_System_StationsAndDesktops": [ + "Win32_System" + ], + "Win32_System_SubsystemForLinux": [ + "Win32_System" + ], + "Win32_System_SystemInformation": [ + "Win32_System" + ], + "Win32_System_SystemServices": [ + "Win32_System" + ], + "Win32_System_TaskScheduler": [ + "Win32_System" + ], + "Win32_System_Threading": [ + "Win32_System" + ], + "Win32_System_Time": [ + "Win32_System" + ], + "Win32_System_TpmBaseServices": [ + "Win32_System" + ], + "Win32_System_UpdateAgent": [ + "Win32_System" + ], + "Win32_System_UpdateAssessment": [ + "Win32_System" + ], + "Win32_System_UserAccessLogging": [ + "Win32_System" + ], + "Win32_System_VirtualDosMachines": [ + "Win32_System" + ], + "Win32_System_WindowsProgramming": [ + "Win32_System" + ], + "Win32_System_WindowsSync": [ + "Win32_System" + ], + "Win32_System_Wmi": [ + "Win32_System" + ], + "Win32_UI": [ + "Win32" + ], + "Win32_UI_Accessibility": [ + "Win32_UI" + ], + "Win32_UI_Animation": [ + "Win32_UI" + ], + "Win32_UI_ColorSystem": [ + "Win32_UI" + ], + "Win32_UI_Controls": [ + "Win32_UI" + ], + "Win32_UI_Controls_Dialogs": [ + "Win32_UI_Controls" + ], + "Win32_UI_Controls_RichEdit": [ + "Win32_UI_Controls" + ], + "Win32_UI_HiDpi": [ + "Win32_UI" + ], + "Win32_UI_Input": [ + "Win32_UI" + ], + "Win32_UI_Input_Ime": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Ink": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_KeyboardAndMouse": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Pointer": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Radial": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Touch": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_XboxController": [ + "Win32_UI_Input" + ], + "Win32_UI_InteractionContext": [ + "Win32_UI" + ], + "Win32_UI_LegacyWindowsEnvironmentFeatures": [ + "Win32_UI" + ], + "Win32_UI_Magnification": [ + "Win32_UI" + ], + "Win32_UI_Notifications": [ + "Win32_UI" + ], + "Win32_UI_Ribbon": [ + "Win32_UI" + ], + "Win32_UI_Shell": [ + "Win32_UI" + ], + "Win32_UI_Shell_Common": [ + "Win32_UI_Shell" + ], + "Win32_UI_Shell_PropertiesSystem": [ + "Win32_UI_Shell" + ], + "Win32_UI_TabletPC": [ + "Win32_UI" + ], + "Win32_UI_TextServices": [ + "Win32_UI" + ], + "Win32_UI_WindowsAndMessaging": [ + "Win32_UI" + ], + "Win32_UI_Wpf": [ + "Win32_UI" + ], + "default": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.45.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "windows-sys", + "version": "0.48.0", + "id": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Rust for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows-targets", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "Wdk": [], + "Wdk_System": [ + "Wdk" + ], + "Wdk_System_OfflineRegistry": [ + "Wdk_System" + ], + "Win32": [], + "Win32_Data": [ + "Win32" + ], + "Win32_Data_HtmlHelp": [ + "Win32_Data" + ], + "Win32_Data_RightsManagement": [ + "Win32_Data" + ], + "Win32_Data_Xml": [ + "Win32_Data" + ], + "Win32_Data_Xml_MsXml": [ + "Win32_Data_Xml" + ], + "Win32_Data_Xml_XmlLite": [ + "Win32_Data_Xml" + ], + "Win32_Devices": [ + "Win32" + ], + "Win32_Devices_AllJoyn": [ + "Win32_Devices" + ], + "Win32_Devices_BiometricFramework": [ + "Win32_Devices" + ], + "Win32_Devices_Bluetooth": [ + "Win32_Devices" + ], + "Win32_Devices_Communication": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAccess": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceAndDriverInstallation": [ + "Win32_Devices" + ], + "Win32_Devices_DeviceQuery": [ + "Win32_Devices" + ], + "Win32_Devices_Display": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration": [ + "Win32_Devices" + ], + "Win32_Devices_Enumeration_Pnp": [ + "Win32_Devices_Enumeration" + ], + "Win32_Devices_Fax": [ + "Win32_Devices" + ], + "Win32_Devices_FunctionDiscovery": [ + "Win32_Devices" + ], + "Win32_Devices_Geolocation": [ + "Win32_Devices" + ], + "Win32_Devices_HumanInterfaceDevice": [ + "Win32_Devices" + ], + "Win32_Devices_ImageAcquisition": [ + "Win32_Devices" + ], + "Win32_Devices_PortableDevices": [ + "Win32_Devices" + ], + "Win32_Devices_Properties": [ + "Win32_Devices" + ], + "Win32_Devices_Pwm": [ + "Win32_Devices" + ], + "Win32_Devices_Sensors": [ + "Win32_Devices" + ], + "Win32_Devices_SerialCommunication": [ + "Win32_Devices" + ], + "Win32_Devices_Tapi": [ + "Win32_Devices" + ], + "Win32_Devices_Usb": [ + "Win32_Devices" + ], + "Win32_Devices_WebServicesOnDevices": [ + "Win32_Devices" + ], + "Win32_Foundation": [ + "Win32" + ], + "Win32_Gaming": [ + "Win32" + ], + "Win32_Globalization": [ + "Win32" + ], + "Win32_Graphics": [ + "Win32" + ], + "Win32_Graphics_Dwm": [ + "Win32_Graphics" + ], + "Win32_Graphics_Gdi": [ + "Win32_Graphics" + ], + "Win32_Graphics_Hlsl": [ + "Win32_Graphics" + ], + "Win32_Graphics_OpenGL": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing": [ + "Win32_Graphics" + ], + "Win32_Graphics_Printing_PrintTicket": [ + "Win32_Graphics_Printing" + ], + "Win32_Management": [ + "Win32" + ], + "Win32_Management_MobileDeviceManagementRegistration": [ + "Win32_Management" + ], + "Win32_Media": [ + "Win32" + ], + "Win32_Media_Audio": [ + "Win32_Media" + ], + "Win32_Media_Audio_Apo": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_DirectMusic": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_Endpoints": [ + "Win32_Media_Audio" + ], + "Win32_Media_Audio_XAudio2": [ + "Win32_Media_Audio" + ], + "Win32_Media_DeviceManager": [ + "Win32_Media" + ], + "Win32_Media_DxMediaObjects": [ + "Win32_Media" + ], + "Win32_Media_KernelStreaming": [ + "Win32_Media" + ], + "Win32_Media_LibrarySharingServices": [ + "Win32_Media" + ], + "Win32_Media_MediaPlayer": [ + "Win32_Media" + ], + "Win32_Media_Multimedia": [ + "Win32_Media" + ], + "Win32_Media_Speech": [ + "Win32_Media" + ], + "Win32_Media_Streaming": [ + "Win32_Media" + ], + "Win32_Media_WindowsMediaFormat": [ + "Win32_Media" + ], + "Win32_NetworkManagement": [ + "Win32" + ], + "Win32_NetworkManagement_Dhcp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Dns": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_InternetConnectionWizard": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_IpHelper": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_MobileBroadband": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Multicast": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Ndis": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetBios": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetManagement": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetShell": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkDiagnosticsFramework": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_NetworkPolicyServer": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_P2P": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_QoS": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Rras": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_Snmp": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WNet": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WebDav": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WiFi": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectNow": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsConnectionManager": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFilteringPlatform": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsFirewall": [ + "Win32_NetworkManagement" + ], + "Win32_NetworkManagement_WindowsNetworkVirtualization": [ + "Win32_NetworkManagement" + ], + "Win32_Networking": [ + "Win32" + ], + "Win32_Networking_ActiveDirectory": [ + "Win32_Networking" + ], + "Win32_Networking_BackgroundIntelligentTransferService": [ + "Win32_Networking" + ], + "Win32_Networking_Clustering": [ + "Win32_Networking" + ], + "Win32_Networking_HttpServer": [ + "Win32_Networking" + ], + "Win32_Networking_Ldap": [ + "Win32_Networking" + ], + "Win32_Networking_NetworkListManager": [ + "Win32_Networking" + ], + "Win32_Networking_RemoteDifferentialCompression": [ + "Win32_Networking" + ], + "Win32_Networking_WebSocket": [ + "Win32_Networking" + ], + "Win32_Networking_WinHttp": [ + "Win32_Networking" + ], + "Win32_Networking_WinInet": [ + "Win32_Networking" + ], + "Win32_Networking_WinSock": [ + "Win32_Networking" + ], + "Win32_Networking_WindowsWebServices": [ + "Win32_Networking" + ], + "Win32_Security": [ + "Win32" + ], + "Win32_Security_AppLocker": [ + "Win32_Security" + ], + "Win32_Security_Authentication": [ + "Win32_Security" + ], + "Win32_Security_Authentication_Identity": [ + "Win32_Security_Authentication" + ], + "Win32_Security_Authentication_Identity_Provider": [ + "Win32_Security_Authentication_Identity" + ], + "Win32_Security_Authorization": [ + "Win32_Security" + ], + "Win32_Security_Authorization_UI": [ + "Win32_Security_Authorization" + ], + "Win32_Security_ConfigurationSnapin": [ + "Win32_Security" + ], + "Win32_Security_Credentials": [ + "Win32_Security" + ], + "Win32_Security_Cryptography": [ + "Win32_Security" + ], + "Win32_Security_Cryptography_Catalog": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Certificates": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_Sip": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_Cryptography_UI": [ + "Win32_Security_Cryptography" + ], + "Win32_Security_DiagnosticDataQuery": [ + "Win32_Security" + ], + "Win32_Security_DirectoryServices": [ + "Win32_Security" + ], + "Win32_Security_EnterpriseData": [ + "Win32_Security" + ], + "Win32_Security_ExtensibleAuthenticationProtocol": [ + "Win32_Security" + ], + "Win32_Security_Isolation": [ + "Win32_Security" + ], + "Win32_Security_LicenseProtection": [ + "Win32_Security" + ], + "Win32_Security_NetworkAccessProtection": [ + "Win32_Security" + ], + "Win32_Security_Tpm": [ + "Win32_Security" + ], + "Win32_Security_WinTrust": [ + "Win32_Security" + ], + "Win32_Security_WinWlx": [ + "Win32_Security" + ], + "Win32_Storage": [ + "Win32" + ], + "Win32_Storage_Cabinets": [ + "Win32_Storage" + ], + "Win32_Storage_CloudFilters": [ + "Win32_Storage" + ], + "Win32_Storage_Compression": [ + "Win32_Storage" + ], + "Win32_Storage_DataDeduplication": [ + "Win32_Storage" + ], + "Win32_Storage_DistributedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_EnhancedStorage": [ + "Win32_Storage" + ], + "Win32_Storage_FileHistory": [ + "Win32_Storage" + ], + "Win32_Storage_FileServerResourceManager": [ + "Win32_Storage" + ], + "Win32_Storage_FileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_Imapi": [ + "Win32_Storage" + ], + "Win32_Storage_IndexServer": [ + "Win32_Storage" + ], + "Win32_Storage_InstallableFileSystems": [ + "Win32_Storage" + ], + "Win32_Storage_IscsiDisc": [ + "Win32_Storage" + ], + "Win32_Storage_Jet": [ + "Win32_Storage" + ], + "Win32_Storage_OfflineFiles": [ + "Win32_Storage" + ], + "Win32_Storage_OperationRecorder": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging": [ + "Win32_Storage" + ], + "Win32_Storage_Packaging_Appx": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_Packaging_Opc": [ + "Win32_Storage_Packaging" + ], + "Win32_Storage_ProjectedFileSystem": [ + "Win32_Storage" + ], + "Win32_Storage_StructuredStorage": [ + "Win32_Storage" + ], + "Win32_Storage_Vhd": [ + "Win32_Storage" + ], + "Win32_Storage_VirtualDiskService": [ + "Win32_Storage" + ], + "Win32_Storage_Vss": [ + "Win32_Storage" + ], + "Win32_Storage_Xps": [ + "Win32_Storage" + ], + "Win32_Storage_Xps_Printing": [ + "Win32_Storage_Xps" + ], + "Win32_System": [ + "Win32" + ], + "Win32_System_AddressBook": [ + "Win32_System" + ], + "Win32_System_Antimalware": [ + "Win32_System" + ], + "Win32_System_ApplicationInstallationAndServicing": [ + "Win32_System" + ], + "Win32_System_ApplicationVerifier": [ + "Win32_System" + ], + "Win32_System_AssessmentTool": [ + "Win32_System" + ], + "Win32_System_ClrHosting": [ + "Win32_System" + ], + "Win32_System_Com": [ + "Win32_System" + ], + "Win32_System_Com_CallObj": [ + "Win32_System_Com" + ], + "Win32_System_Com_ChannelCredentials": [ + "Win32_System_Com" + ], + "Win32_System_Com_Events": [ + "Win32_System_Com" + ], + "Win32_System_Com_Marshal": [ + "Win32_System_Com" + ], + "Win32_System_Com_StructuredStorage": [ + "Win32_System_Com" + ], + "Win32_System_Com_UI": [ + "Win32_System_Com" + ], + "Win32_System_Com_Urlmon": [ + "Win32_System_Com" + ], + "Win32_System_ComponentServices": [ + "Win32_System" + ], + "Win32_System_Console": [ + "Win32_System" + ], + "Win32_System_Contacts": [ + "Win32_System" + ], + "Win32_System_CorrelationVector": [ + "Win32_System" + ], + "Win32_System_DataExchange": [ + "Win32_System" + ], + "Win32_System_DeploymentServices": [ + "Win32_System" + ], + "Win32_System_DesktopSharing": [ + "Win32_System" + ], + "Win32_System_DeveloperLicensing": [ + "Win32_System" + ], + "Win32_System_Diagnostics": [ + "Win32_System" + ], + "Win32_System_Diagnostics_Ceip": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ClrProfiling": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Debug": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_Debug_ActiveScript": [ + "Win32_System_Diagnostics_Debug" + ], + "Win32_System_Diagnostics_Debug_Extensions": [ + "Win32_System_Diagnostics_Debug" + ], + "Win32_System_Diagnostics_Etw": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ProcessSnapshotting": [ + "Win32_System_Diagnostics" + ], + "Win32_System_Diagnostics_ToolHelp": [ + "Win32_System_Diagnostics" + ], + "Win32_System_DistributedTransactionCoordinator": [ + "Win32_System" + ], + "Win32_System_Environment": [ + "Win32_System" + ], + "Win32_System_ErrorReporting": [ + "Win32_System" + ], + "Win32_System_EventCollector": [ + "Win32_System" + ], + "Win32_System_EventLog": [ + "Win32_System" + ], + "Win32_System_EventNotificationService": [ + "Win32_System" + ], + "Win32_System_GroupPolicy": [ + "Win32_System" + ], + "Win32_System_HostCompute": [ + "Win32_System" + ], + "Win32_System_HostComputeNetwork": [ + "Win32_System" + ], + "Win32_System_HostComputeSystem": [ + "Win32_System" + ], + "Win32_System_Hypervisor": [ + "Win32_System" + ], + "Win32_System_IO": [ + "Win32_System" + ], + "Win32_System_Iis": [ + "Win32_System" + ], + "Win32_System_Ioctl": [ + "Win32_System" + ], + "Win32_System_JobObjects": [ + "Win32_System" + ], + "Win32_System_Js": [ + "Win32_System" + ], + "Win32_System_Kernel": [ + "Win32_System" + ], + "Win32_System_LibraryLoader": [ + "Win32_System" + ], + "Win32_System_Mailslots": [ + "Win32_System" + ], + "Win32_System_Mapi": [ + "Win32_System" + ], + "Win32_System_Memory": [ + "Win32_System" + ], + "Win32_System_Memory_NonVolatile": [ + "Win32_System_Memory" + ], + "Win32_System_MessageQueuing": [ + "Win32_System" + ], + "Win32_System_MixedReality": [ + "Win32_System" + ], + "Win32_System_Mmc": [ + "Win32_System" + ], + "Win32_System_Ole": [ + "Win32_System" + ], + "Win32_System_ParentalControls": [ + "Win32_System" + ], + "Win32_System_PasswordManagement": [ + "Win32_System" + ], + "Win32_System_Performance": [ + "Win32_System" + ], + "Win32_System_Performance_HardwareCounterProfiling": [ + "Win32_System_Performance" + ], + "Win32_System_Pipes": [ + "Win32_System" + ], + "Win32_System_Power": [ + "Win32_System" + ], + "Win32_System_ProcessStatus": [ + "Win32_System" + ], + "Win32_System_RealTimeCommunications": [ + "Win32_System" + ], + "Win32_System_Recovery": [ + "Win32_System" + ], + "Win32_System_Registry": [ + "Win32_System" + ], + "Win32_System_RemoteAssistance": [ + "Win32_System" + ], + "Win32_System_RemoteDesktop": [ + "Win32_System" + ], + "Win32_System_RemoteManagement": [ + "Win32_System" + ], + "Win32_System_RestartManager": [ + "Win32_System" + ], + "Win32_System_Restore": [ + "Win32_System" + ], + "Win32_System_Rpc": [ + "Win32_System" + ], + "Win32_System_Search": [ + "Win32_System" + ], + "Win32_System_Search_Common": [ + "Win32_System_Search" + ], + "Win32_System_SecurityCenter": [ + "Win32_System" + ], + "Win32_System_ServerBackup": [ + "Win32_System" + ], + "Win32_System_Services": [ + "Win32_System" + ], + "Win32_System_SettingsManagementInfrastructure": [ + "Win32_System" + ], + "Win32_System_SetupAndMigration": [ + "Win32_System" + ], + "Win32_System_Shutdown": [ + "Win32_System" + ], + "Win32_System_StationsAndDesktops": [ + "Win32_System" + ], + "Win32_System_SubsystemForLinux": [ + "Win32_System" + ], + "Win32_System_SystemInformation": [ + "Win32_System" + ], + "Win32_System_SystemServices": [ + "Win32_System" + ], + "Win32_System_TaskScheduler": [ + "Win32_System" + ], + "Win32_System_Threading": [ + "Win32_System" + ], + "Win32_System_Time": [ + "Win32_System" + ], + "Win32_System_TpmBaseServices": [ + "Win32_System" + ], + "Win32_System_UpdateAgent": [ + "Win32_System" + ], + "Win32_System_UpdateAssessment": [ + "Win32_System" + ], + "Win32_System_UserAccessLogging": [ + "Win32_System" + ], + "Win32_System_VirtualDosMachines": [ + "Win32_System" + ], + "Win32_System_WindowsProgramming": [ + "Win32_System" + ], + "Win32_System_WindowsSync": [ + "Win32_System" + ], + "Win32_System_Wmi": [ + "Win32_System" + ], + "Win32_UI": [ + "Win32" + ], + "Win32_UI_Accessibility": [ + "Win32_UI" + ], + "Win32_UI_Animation": [ + "Win32_UI" + ], + "Win32_UI_ColorSystem": [ + "Win32_UI" + ], + "Win32_UI_Controls": [ + "Win32_UI" + ], + "Win32_UI_Controls_Dialogs": [ + "Win32_UI_Controls" + ], + "Win32_UI_Controls_RichEdit": [ + "Win32_UI_Controls" + ], + "Win32_UI_HiDpi": [ + "Win32_UI" + ], + "Win32_UI_Input": [ + "Win32_UI" + ], + "Win32_UI_Input_Ime": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Ink": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_KeyboardAndMouse": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Pointer": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Radial": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_Touch": [ + "Win32_UI_Input" + ], + "Win32_UI_Input_XboxController": [ + "Win32_UI_Input" + ], + "Win32_UI_InteractionContext": [ + "Win32_UI" + ], + "Win32_UI_LegacyWindowsEnvironmentFeatures": [ + "Win32_UI" + ], + "Win32_UI_Magnification": [ + "Win32_UI" + ], + "Win32_UI_Notifications": [ + "Win32_UI" + ], + "Win32_UI_Ribbon": [ + "Win32_UI" + ], + "Win32_UI_Shell": [ + "Win32_UI" + ], + "Win32_UI_Shell_Common": [ + "Win32_UI_Shell" + ], + "Win32_UI_Shell_PropertiesSystem": [ + "Win32_UI_Shell" + ], + "Win32_UI_TabletPC": [ + "Win32_UI" + ], + "Win32_UI_TextServices": [ + "Win32_UI" + ], + "Win32_UI_WindowsAndMessaging": [ + "Win32_UI" + ], + "Win32_UI_Wpf": [ + "Win32_UI" + ], + "Win32_Web": [ + "Win32" + ], + "Win32_Web_InternetExplorer": [ + "Win32_Web" + ], + "default": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-sys-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [ + "os::windows-apis" + ], + "keywords": [], + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.48" + }, + { + "name": "windows-targets", + "version": "0.42.2", + "id": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import libs for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows_aarch64_gnullvm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "aarch64-pc-windows-gnullvm", + "registry": null + }, + { + "name": "windows_aarch64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "aarch64-pc-windows-msvc", + "registry": null + }, + { + "name": "windows_aarch64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "aarch64-uwp-windows-msvc", + "registry": null + }, + { + "name": "windows_i686_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-pc-windows-gnu", + "registry": null + }, + { + "name": "windows_i686_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-pc-windows-msvc", + "registry": null + }, + { + "name": "windows_i686_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-uwp-windows-gnu", + "registry": null + }, + { + "name": "windows_i686_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "i686-uwp-windows-msvc", + "registry": null + }, + { + "name": "windows_x86_64_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-pc-windows-gnu", + "registry": null + }, + { + "name": "windows_x86_64_gnullvm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-pc-windows-gnullvm", + "registry": null + }, + { + "name": "windows_x86_64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-pc-windows-msvc", + "registry": null + }, + { + "name": "windows_x86_64_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-uwp-windows-gnu", + "registry": null + }, + { + "name": "windows_x86_64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.42.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "x86_64-uwp-windows-msvc", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows-targets", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.42.2/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows-targets", + "version": "0.48.0", + "id": "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import libs for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "windows_aarch64_gnullvm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"aarch64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))", + "registry": null + }, + { + "name": "windows_aarch64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))", + "registry": null + }, + { + "name": "windows_i686_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))", + "registry": null + }, + { + "name": "windows_i686_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))", + "registry": null + }, + { + "name": "windows_x86_64_gnu", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))", + "registry": null + }, + { + "name": "windows_x86_64_gnullvm", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))", + "registry": null + }, + { + "name": "windows_x86_64_msvc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows-targets", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows-targets-0.48.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": "readme.md", + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_aarch64_gnullvm", + "version": "0.42.2", + "id": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_aarch64_gnullvm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_aarch64_gnullvm", + "version": "0.48.0", + "id": "windows_aarch64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_aarch64_gnullvm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_gnullvm-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_aarch64_msvc", + "version": "0.42.2", + "id": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_aarch64_msvc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_aarch64_msvc", + "version": "0.48.0", + "id": "windows_aarch64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_aarch64_msvc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_aarch64_msvc-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_i686_gnu", + "version": "0.42.2", + "id": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_i686_gnu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_i686_gnu", + "version": "0.48.0", + "id": "windows_i686_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_i686_gnu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_gnu-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_i686_msvc", + "version": "0.42.2", + "id": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_i686_msvc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_i686_msvc", + "version": "0.48.0", + "id": "windows_i686_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_i686_msvc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_i686_msvc-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_x86_64_gnu", + "version": "0.42.2", + "id": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_x86_64_gnu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_x86_64_gnu", + "version": "0.48.0", + "id": "windows_x86_64_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_x86_64_gnu", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnu-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_x86_64_gnullvm", + "version": "0.42.2", + "id": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_x86_64_gnullvm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_x86_64_gnullvm", + "version": "0.48.0", + "id": "windows_x86_64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_x86_64_gnullvm", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_gnullvm-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_x86_64_msvc", + "version": "0.42.2", + "id": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_x86_64_msvc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.42.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "windows_x86_64_msvc", + "version": "0.48.0", + "id": "windows_x86_64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT OR Apache-2.0", + "license_file": null, + "description": "Import lib for Windows", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "windows_x86_64_msvc", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.0/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/windows_x86_64_msvc-0.48.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "default-target": "x86_64-pc-windows-msvc", + "targets": [] + } + } + }, + "publish": null, + "authors": [ + "Microsoft" + ], + "categories": [], + "keywords": [], + "readme": null, + "repository": "https://github.com/microsoft/windows-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "winnow", + "version": "0.5.2", + "id": "winnow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "A byte-oriented, zero-copy, parser combinators library", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "anstyle", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "anstyle-stream", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "is-terminal", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "memchr", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "terminal_size", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "circular", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "criterion", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.6", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "doc-comment", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "escargot", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "lexopt", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "proptest", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "snapbox", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "examples" + ], + "target": null, + "registry": null + }, + { + "name": "term-transcript", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "winnow", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "arithmetic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/arithmetic/main.rs", + "edition": "2021", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "css", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/css/main.rs", + "edition": "2021", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "custom_error", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/custom_error.rs", + "edition": "2021", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "http", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/http/main.rs", + "edition": "2021", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ini", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/ini/main.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/json/main.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "ndjson", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/ndjson/main.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "json_iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/json_iterator.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "iterator", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/iterator.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "s_expression", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/s_expression/main.rs", + "edition": "2021", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "string", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/string/main.rs", + "edition": "2021", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "arithmetic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/arithmetic/bench.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "contains_token", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/benches/contains_token.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "number", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/benches/number.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "http", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/http/bench.rs", + "edition": "2021", + "required-features": [ + "alloc" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "ini", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/ini/bench.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "json", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/examples/json/bench.rs", + "edition": "2021", + "required-features": [ + "std" + ], + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "alloc": [], + "debug": [ + "dep:anstyle", + "dep:is-terminal", + "dep:terminal_size", + "dep:anstyle-stream" + ], + "default": [ + "std" + ], + "simd": [ + "dep:memchr" + ], + "std": [ + "alloc", + "memchr?/std" + ], + "unstable-doc": [ + "alloc", + "std", + "simd" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.5.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "cargo-args": [ + "-Zunstable-options", + "-Zrustdoc-scrape-examples" + ], + "features": [ + "unstable-doc" + ], + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + }, + "release": { + "pre-release-replacements": [ + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{version}}", + "search": "Unreleased" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "...{{tag_name}}", + "search": "\\.\\.\\.HEAD" + }, + { + "file": "CHANGELOG.md", + "min": 1, + "replace": "{{date}}", + "search": "ReleaseDate" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n## [Unreleased] - ReleaseDate\n", + "search": "" + }, + { + "exactly": 1, + "file": "CHANGELOG.md", + "replace": "\n[Unreleased]: https://github.com/winnow-rs/winnow/compare/{{tag_name}}...HEAD", + "search": "" + } + ] + } + }, + "publish": null, + "authors": [], + "categories": [ + "parsing" + ], + "keywords": [ + "parser", + "parser-combinators", + "parsing", + "streaming", + "bit" + ], + "readme": "README.md", + "repository": "https://github.com/winnow-rs/winnow", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.64.0" + }, + { + "name": "winreg", + "version": "0.50.0", + "id": "winreg 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Rust bindings to MS Windows Registry API", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "cfg-if", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "chrono", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.6", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "windows-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.48.0", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "Win32_Foundation", + "Win32_System_Time", + "Win32_System_Registry", + "Win32_Security", + "Win32_Storage_FileSystem", + "Win32_System_Diagnostics_Debug" + ], + "target": null, + "registry": null + }, + { + "name": "rand", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_bytes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "serde_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "~3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "winreg", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "basic_usage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/basic_usage.rs", + "edition": "2018", + "required-features": [ + "chrono" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "enum", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/enum.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "load_app_key", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/load_app_key.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "transactions", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/transactions.rs", + "edition": "2018", + "required-features": [ + "transactions" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "serialization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/serialization.rs", + "edition": "2018", + "required-features": [ + "serialization-serde" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "map_key_serialization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/map_key_serialization.rs", + "edition": "2018", + "required-features": [ + "serialization-serde" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "installed_apps", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/examples/installed_apps.rs", + "edition": "2018", + "required-features": [ + "serialization-serde" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "reg_key", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/tests/reg_key.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "serialization", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/tests/serialization.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "chrono": [ + "dep:chrono" + ], + "serde": [ + "dep:serde" + ], + "serialization-serde": [ + "transactions", + "serde" + ], + "transactions": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/winreg-0.50.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "targets": [ + "x86_64-pc-windows-msvc", + "i686-pc-windows-msvc" + ] + } + } + }, + "publish": null, + "authors": [ + "Igor Shaula " + ], + "categories": [ + "api-bindings", + "os::windows-apis" + ], + "keywords": [ + "Windows", + "WinSDK", + "Registry" + ], + "readme": "README.md", + "repository": "https://github.com/gentoo90/winreg-rs", + "homepage": null, + "documentation": "https://docs.rs/winreg", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "wyz", + "version": "0.5.1", + "id": "wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "myrrlyn’s utility collection", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "once_cell", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "typemap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "wyz", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": { + "alloc": [], + "default": [ + "std" + ], + "garbage": [ + "once_cell", + "typemap" + ], + "once_cell": [ + "dep:once_cell" + ], + "std": [ + "alloc" + ], + "typemap": [ + "dep:typemap" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/wyz-0.5.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "myrrlyn " + ], + "categories": [ + "no-std" + ], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/myrrlyn/wyz", + "homepage": "https://myrrlyn.net/crates/wyz", + "documentation": "https://docs.rs/wyz", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "xattr", + "version": "1.0.1", + "id": "xattr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "unix extended filesystem attributes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.147", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "tempfile", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "xattr", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "main", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/tests/main.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "default": [ + "unsupported" + ], + "unsupported": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.0.1/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Steven Allen " + ], + "categories": [], + "keywords": [ + "xattr", + "filesystem", + "unix" + ], + "readme": "README.md", + "repository": "https://github.com/Stebalien/xattr", + "homepage": null, + "documentation": "https://docs.rs/xattr", + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "xmas-elf", + "version": "0.9.0", + "id": "xmas-elf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Library for parsing and navigating ELF data; zero-allocation, type-safe.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zero", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "xmas_elf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/xmas-elf-0.9.0/src/lib.rs", + "edition": "2015", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "bin" + ], + "crate_types": [ + "bin" + ], + "name": "xmas_elf", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/xmas-elf-0.9.0/src/bin/main.rs", + "edition": "2015", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "compression": [ + "flate2" + ], + "flate2": [ + "dep:flate2" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/xmas-elf-0.9.0/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nick Cameron " + ], + "categories": [ + "parser-implementations", + "os::unix-apis" + ], + "keywords": [ + "elf", + "parser", + "binary" + ], + "readme": "README.md", + "repository": "https://github.com/nrc/xmas-elf", + "homepage": null, + "documentation": null, + "edition": "2015", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "zero", + "version": "0.1.3", + "id": "zero 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "A Rust library for zero-allocation parsing of binary data.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zero", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zero-0.1.3/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + } + ], + "features": {}, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zero-0.1.3/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Nick Cameron " + ], + "categories": [], + "keywords": [], + "readme": "README.md", + "repository": "https://github.com/nrc/zero", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "zeroize", + "version": "1.6.0", + "id": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "description": "Securely clear secrets from memory with a simple trait built on\nstable Rust primitives which guarantee memory is zeroed using an\noperation will not be 'optimized away' by the compiler.\nUses a portable pure Rust implementation that works everywhere,\neven WASM!\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "serde", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zeroize_derive", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zeroize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zeroize", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/tests/zeroize.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zeroize_derive", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/tests/zeroize_derive.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "aarch64": [], + "alloc": [], + "default": [ + "alloc" + ], + "derive": [ + "zeroize_derive" + ], + "serde": [ + "dep:serde" + ], + "std": [ + "alloc" + ], + "zeroize_derive": [ + "dep:zeroize_derive" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "all-features": true, + "rustdoc-args": [ + "--cfg", + "docsrs" + ] + } + } + }, + "publish": null, + "authors": [ + "The RustCrypto Project Developers" + ], + "categories": [ + "cryptography", + "memory-management", + "no-std", + "os" + ], + "keywords": [ + "memory", + "memset", + "secure", + "volatile", + "zero" + ], + "readme": "README.md", + "repository": "https://github.com/RustCrypto/utils/tree/master/zeroize", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.56" + }, + { + "name": "zip", + "version": "0.6.6", + "id": "zip 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Library to support the reading and writing of zip files.\n", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "aes", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "byteorder", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.4.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bzip2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.4.3", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "constant_time_eq", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crc32fast", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.3.2", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "flate2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.23", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + }, + { + "name": "hmac", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.12.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [ + "reset" + ], + "target": null, + "registry": null + }, + { + "name": "pbkdf2", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.0", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "sha1", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.10.1", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "zstd", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.11.2", + "kind": null, + "rename": null, + "optional": true, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bencher", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.1.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "getrandom", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "time", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3.7", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "formatting", + "macros" + ], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.3.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "crossbeam-utils", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.8.8", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": "cfg(any(all(target_arch = \"arm\", target_pointer_width = \"32\"), target_arch = \"mips\", target_arch = \"powerpc\"))", + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zip", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/src/lib.rs", + "edition": "2021", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "extract", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/examples/extract.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "extract_lorem", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/examples/extract_lorem.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "file_info", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/examples/file_info.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stdin_info", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/examples/stdin_info.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "write_dir", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/examples/write_dir.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "write_sample", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/examples/write_sample.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "aes_encryption", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/tests/aes_encryption.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "end_to_end", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/tests/end_to_end.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "invalid_date", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/tests/invalid_date.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue_234", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/tests/issue_234.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zip64_large", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/tests/zip64_large.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zip_comment_garbage", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/tests/zip_comment_garbage.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "zip_crypto", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/tests/zip_crypto.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": true + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "read_entry", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/benches/read_entry.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "bench" + ], + "crate_types": [ + "bin" + ], + "name": "read_metadata", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/benches/read_metadata.rs", + "edition": "2021", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "aes": [ + "dep:aes" + ], + "aes-crypto": [ + "aes", + "constant_time_eq", + "hmac", + "pbkdf2", + "sha1" + ], + "bzip2": [ + "dep:bzip2" + ], + "constant_time_eq": [ + "dep:constant_time_eq" + ], + "default": [ + "aes-crypto", + "bzip2", + "deflate", + "time", + "zstd" + ], + "deflate": [ + "flate2/rust_backend" + ], + "deflate-miniz": [ + "flate2/default" + ], + "deflate-zlib": [ + "flate2/zlib" + ], + "flate2": [ + "dep:flate2" + ], + "hmac": [ + "dep:hmac" + ], + "pbkdf2": [ + "dep:pbkdf2" + ], + "sha1": [ + "dep:sha1" + ], + "time": [ + "dep:time" + ], + "unreserved": [], + "zstd": [ + "dep:zstd" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-0.6.6/Cargo.toml", + "metadata": null, + "publish": null, + "authors": [ + "Mathijs van de Nes ", + "Marli Frost ", + "Ryan Levick " + ], + "categories": [], + "keywords": [ + "zip", + "archive" + ], + "readme": "README.md", + "repository": "https://github.com/zip-rs/zip.git", + "homepage": null, + "documentation": null, + "edition": "2021", + "links": null, + "default_run": null, + "rust_version": "1.59.0" + }, + { + "name": "zstd", + "version": "0.11.2+zstd.1.5.2", + "id": "zstd 0.11.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Binding for the zstd compression library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "zstd-safe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^5.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^3.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "humansize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "partial-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zstd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "train", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2/examples/train.rs", + "edition": "2018", + "required-features": [ + "zdict_builder" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2/examples/benchmark.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2/examples/stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zstd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2/examples/zstd.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zstdcat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2/examples/zstdcat.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arrays": [ + "zstd-safe/arrays" + ], + "bindgen": [ + "zstd-safe/bindgen" + ], + "debug": [ + "zstd-safe/debug" + ], + "default": [ + "legacy", + "arrays", + "zdict_builder" + ], + "doc-cfg": [], + "experimental": [ + "zstd-safe/experimental" + ], + "legacy": [ + "zstd-safe/legacy" + ], + "no_asm": [ + "zstd-safe/no_asm" + ], + "pkg-config": [ + "zstd-safe/pkg-config" + ], + "thin": [ + "zstd-safe/thin" + ], + "wasm": [], + "zdict_builder": [ + "zstd-safe/zdict_builder" + ], + "zstdmt": [ + "zstd-safe/zstdmt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.11.2+zstd.1.5.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "experimental", + "zstdmt", + "zdict_builder", + "doc-cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "Alexandre Bury " + ], + "categories": [ + "compression", + "api-bindings" + ], + "keywords": [ + "zstd", + "zstandard", + "compression" + ], + "readme": "Readme.md", + "repository": "https://github.com/gyscos/zstd-rs", + "homepage": null, + "documentation": "https://docs.rs/zstd", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "zstd", + "version": "0.12.4", + "id": "zstd 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT", + "license_file": null, + "description": "Binding for the zstd compression library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "zstd-safe", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^6.0.3", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [ + "std" + ], + "target": null, + "registry": null + }, + { + "name": "clap", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^4.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "derive" + ], + "target": null, + "registry": null + }, + { + "name": "humansize", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "partial-io", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.5", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "walkdir", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.2", + "kind": "dev", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zstd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "train", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/examples/train.rs", + "edition": "2018", + "required-features": [ + "zdict_builder" + ], + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "basic", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/examples/basic.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "benchmark", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/examples/benchmark.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "stream", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/examples/stream.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zstd", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/examples/zstd.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "example" + ], + "crate_types": [ + "bin" + ], + "name": "zstdcat", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/examples/zstdcat.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + }, + { + "kind": [ + "test" + ], + "crate_types": [ + "bin" + ], + "name": "issue_182", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/tests/issue_182.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": true + } + ], + "features": { + "arrays": [ + "zstd-safe/arrays" + ], + "bindgen": [ + "zstd-safe/bindgen" + ], + "debug": [ + "zstd-safe/debug" + ], + "default": [ + "legacy", + "arrays", + "zdict_builder" + ], + "doc-cfg": [], + "experimental": [ + "zstd-safe/experimental" + ], + "fat-lto": [ + "zstd-safe/fat-lto" + ], + "legacy": [ + "zstd-safe/legacy" + ], + "no_asm": [ + "zstd-safe/no_asm" + ], + "pkg-config": [ + "zstd-safe/pkg-config" + ], + "thin": [ + "zstd-safe/thin" + ], + "thin-lto": [ + "zstd-safe/thin-lto" + ], + "wasm": [], + "zdict_builder": [ + "zstd-safe/zdict_builder" + ], + "zstdmt": [ + "zstd-safe/zstdmt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-0.12.4/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "experimental", + "zstdmt", + "zdict_builder", + "doc-cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "Alexandre Bury " + ], + "categories": [ + "compression", + "api-bindings" + ], + "keywords": [ + "zstd", + "zstandard", + "compression" + ], + "readme": "Readme.md", + "repository": "https://github.com/gyscos/zstd-rs", + "homepage": null, + "documentation": "https://docs.rs/zstd", + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.43" + }, + { + "name": "zstd-safe", + "version": "5.0.2+zstd.1.5.2", + "id": "zstd-safe 5.0.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Safe low-level bindings for the zstd compression library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zstd-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.1", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zstd-safe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-5.0.2+zstd.1.5.2/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-5.0.2+zstd.1.5.2/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arrays": [], + "bindgen": [ + "zstd-sys/bindgen" + ], + "debug": [ + "zstd-sys/debug" + ], + "default": [ + "legacy", + "arrays", + "zdict_builder" + ], + "doc-cfg": [], + "experimental": [ + "zstd-sys/experimental" + ], + "legacy": [ + "zstd-sys/legacy" + ], + "no_asm": [ + "zstd-sys/no_asm" + ], + "pkg-config": [ + "zstd-sys/pkg-config" + ], + "std": [ + "zstd-sys/std" + ], + "thin": [ + "zstd-sys/thin" + ], + "zdict_builder": [ + "zstd-sys/zdict_builder" + ], + "zstdmt": [ + "zstd-sys/zstdmt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-5.0.2+zstd.1.5.2/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "experimental", + "arrays", + "std", + "zdict_builder", + "doc-cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "Alexandre Bury " + ], + "categories": [ + "api-bindings", + "compression" + ], + "keywords": [ + "zstd", + "zstandard", + "compression" + ], + "readme": "Readme.md", + "repository": "https://github.com/gyscos/zstd-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": null + }, + { + "name": "zstd-safe", + "version": "6.0.6", + "id": "zstd-safe 6.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Safe low-level bindings for the zstd compression library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.21", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "zstd-sys", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^2.0.7", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": false, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zstd-safe", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": true, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "arrays": [], + "bindgen": [ + "zstd-sys/bindgen" + ], + "debug": [ + "zstd-sys/debug" + ], + "default": [ + "legacy", + "arrays", + "zdict_builder" + ], + "doc-cfg": [], + "experimental": [ + "zstd-sys/experimental" + ], + "fat-lto": [ + "zstd-sys/fat-lto" + ], + "legacy": [ + "zstd-sys/legacy" + ], + "no_asm": [ + "zstd-sys/no_asm" + ], + "pkg-config": [ + "zstd-sys/pkg-config" + ], + "std": [ + "zstd-sys/std" + ], + "thin": [ + "zstd-sys/thin" + ], + "thin-lto": [ + "zstd-sys/thin-lto" + ], + "zdict_builder": [ + "zstd-sys/zdict_builder" + ], + "zstdmt": [ + "zstd-sys/zstdmt" + ] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-safe-6.0.6/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "experimental", + "arrays", + "std", + "zdict_builder", + "doc-cfg" + ] + } + } + }, + "publish": null, + "authors": [ + "Alexandre Bury " + ], + "categories": [ + "api-bindings", + "compression" + ], + "keywords": [ + "zstd", + "zstandard", + "compression" + ], + "readme": "Readme.md", + "repository": "https://github.com/gyscos/zstd-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": null, + "default_run": null, + "rust_version": "1.43" + }, + { + "name": "zstd-sys", + "version": "2.0.8+zstd.1.5.5", + "id": "zstd-sys 2.0.8+zstd.1.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "license": "MIT/Apache-2.0", + "license_file": null, + "description": "Low-level bindings for the zstd compression library.", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "dependencies": [ + { + "name": "libc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.2.45", + "kind": null, + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + }, + { + "name": "bindgen", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.64", + "kind": "build", + "rename": null, + "optional": true, + "uses_default_features": false, + "features": [ + "runtime", + "which-rustfmt" + ], + "target": null, + "registry": null + }, + { + "name": "cc", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^1.0.45", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [ + "parallel" + ], + "target": null, + "registry": null + }, + { + "name": "pkg-config", + "source": "registry+https://github.com/rust-lang/crates.io-index", + "req": "^0.3", + "kind": "build", + "rename": null, + "optional": false, + "uses_default_features": true, + "features": [], + "target": null, + "registry": null + } + ], + "targets": [ + { + "kind": [ + "lib" + ], + "crate_types": [ + "lib" + ], + "name": "zstd-sys", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-sys-2.0.8+zstd.1.5.5/src/lib.rs", + "edition": "2018", + "doc": true, + "doctest": false, + "test": true + }, + { + "kind": [ + "custom-build" + ], + "crate_types": [ + "bin" + ], + "name": "build-script-build", + "src_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-sys-2.0.8+zstd.1.5.5/build.rs", + "edition": "2018", + "doc": false, + "doctest": false, + "test": false + } + ], + "features": { + "bindgen": [ + "dep:bindgen" + ], + "debug": [], + "default": [ + "legacy", + "zdict_builder" + ], + "experimental": [], + "fat-lto": [], + "legacy": [], + "no_asm": [], + "non-cargo": [], + "pkg-config": [], + "std": [], + "thin": [], + "thin-lto": [], + "zdict_builder": [], + "zstdmt": [] + }, + "manifest_path": "/opt/cargo/registry/src/index.crates.io-6f17d22bba15001f/zstd-sys-2.0.8+zstd.1.5.5/Cargo.toml", + "metadata": { + "docs": { + "rs": { + "features": [ + "experimental" + ] + } + } + }, + "publish": null, + "authors": [ + "Alexandre Bury " + ], + "categories": [ + "api-bindings", + "compression" + ], + "keywords": [ + "zstd", + "zstandard", + "compression" + ], + "readme": "Readme.md", + "repository": "https://github.com/gyscos/zstd-rs", + "homepage": null, + "documentation": null, + "edition": "2018", + "links": "zstd", + "default_run": null, + "rust_version": "1.43" + } + ], + "workspace_members": [ + "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "mnemos-bitslab 0.1.0 (path+file:///home/rain/dev/mnemos/source/bitslab)", + "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "spitebuf 0.1.0 (path+file:///home/rain/dev/mnemos/source/spitebuf)", + "mnemos-std 0.1.0 (path+file:///home/rain/dev/mnemos/source/mstd)", + "crowtty 0.1.0 (path+file:///home/rain/dev/mnemos/tools/crowtty)", + "dumbloader 0.1.0 (path+file:///home/rain/dev/mnemos/tools/dumbloader)", + "f3repl 0.1.0 (path+file:///home/rain/dev/mnemos/tools/f3repl)", + "manganese 0.1.0 (path+file:///home/rain/dev/mnemos/tools/manganese)", + "mnemos-d1 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1)", + "d1-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-config)", + "mnemos-beepy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/beepy)", + "mnemos-d1-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-core)", + "mnemos-esp32c3-buddy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/esp32c3-buddy)", + "melpomene 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene)", + "melpo-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene/melpo-config)", + "mnemos-x86_64-bootloader 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/bootloader)", + "mnemos-x86_64-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/core)", + "pomelo 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/pomelo)" + ], + "workspace_default_members": [ + "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "mnemos-bitslab 0.1.0 (path+file:///home/rain/dev/mnemos/source/bitslab)", + "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "mnemos-std 0.1.0 (path+file:///home/rain/dev/mnemos/source/mstd)", + "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "spitebuf 0.1.0 (path+file:///home/rain/dev/mnemos/source/spitebuf)", + "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "crowtty 0.1.0 (path+file:///home/rain/dev/mnemos/tools/crowtty)", + "dumbloader 0.1.0 (path+file:///home/rain/dev/mnemos/tools/dumbloader)", + "f3repl 0.1.0 (path+file:///home/rain/dev/mnemos/tools/f3repl)", + "melpomene 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene)", + "melpo-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene/melpo-config)", + "d1-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-config)", + "mnemos-d1-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-core)" + ], + "resolve": { + "nodes": [ + { + "id": "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mach", + "pkg": "mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "CoreFoundation_sys", + "pkg": "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mach", + "pkg": "mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "acpi 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bit_field 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "rsdp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bit_field", + "pkg": "bit_field 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rsdp", + "pkg": "rsdp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "addr2line 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cpp_demangle 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gimli 0.27.3 (registry+https://github.com/rust-lang/crates.io-index)", + "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "object 0.31.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cpp_demangle", + "pkg": "cpp_demangle 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fallible_iterator", + "pkg": "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gimli", + "pkg": "gimli 0.27.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memmap2", + "pkg": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "object", + "pkg": "object 0.31.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_demangle", + "pkg": "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "cpp_demangle", + "default", + "fallible-iterator", + "memmap2", + "object", + "rustc-demangle", + "smallvec", + "std", + "std-object" + ] + }, + { + "id": "adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "aes 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cipher 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cipher", + "pkg": "cipher 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cpufeatures", + "pkg": "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))" + } + ] + } + ], + "features": [] + }, + { + "id": "ahash 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "getrandom", + "pkg": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(all(target_arch = \"arm\", target_os = \"none\")))" + } + ] + }, + { + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "default", + "getrandom", + "runtime-rng", + "std" + ] + }, + { + "id": "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "perf-literal", + "std" + ] + }, + { + "id": "aligned 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "as-slice 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "as_slice", + "pkg": "as-slice 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "android-tzdata 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + } + ], + "features": [] + }, + { + "id": "anstream 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle-query 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle-wincon 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "colorchoice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anstyle", + "pkg": "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "anstyle_parse", + "pkg": "anstyle-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "anstyle_query", + "pkg": "anstyle-query 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "anstyle_wincon", + "pkg": "anstyle-wincon 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "colorchoice", + "pkg": "colorchoice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "utf8parse", + "pkg": "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "auto", + "default", + "wincon" + ] + }, + { + "id": "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "anstyle-parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "utf8parse", + "pkg": "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "utf8" + ] + }, + { + "id": "anstyle-query 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "anstyle-wincon 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anstyle", + "pkg": "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "arc-swap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "as-slice 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "stable_deref_trait", + "pkg": "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "concurrent_queue", + "pkg": "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "event_listener", + "pkg": "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "async-executor 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-task 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_lock", + "pkg": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_task", + "pkg": "async-task 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "concurrent_queue", + "pkg": "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fastrand", + "pkg": "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_lite", + "pkg": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slab", + "pkg": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "async-global-executor 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-executor 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "blocking 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_channel", + "pkg": "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_executor", + "pkg": "async-executor 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_io", + "pkg": "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_lock", + "pkg": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "blocking", + "pkg": "blocking 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_lite", + "pkg": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "async-io", + "default" + ] + }, + { + "id": "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "parking 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "polling 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_lock", + "pkg": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "concurrent_queue", + "pkg": "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_lite", + "pkg": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking", + "pkg": "parking 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "polling", + "pkg": "polling 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustix", + "pkg": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slab", + "pkg": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "socket2", + "pkg": "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "waker_fn", + "pkg": "waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "event_listener", + "pkg": "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "async-process 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "blocking 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_io", + "pkg": "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "async_lock", + "pkg": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "blocking", + "pkg": "blocking 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "event_listener", + "pkg": "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_lite", + "pkg": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustix", + "pkg": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "signal_hook", + "pkg": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "async-scoped 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project", + "pkg": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slab", + "pkg": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "tokio", + "use-tokio" + ] + }, + { + "id": "async-std 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-global-executor 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-process 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-timers 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_channel", + "pkg": "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_global_executor", + "pkg": "async-global-executor 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_os = \"unknown\"))" + } + ] + }, + { + "name": "async_io", + "pkg": "async-io 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_os = \"unknown\"))" + } + ] + }, + { + "name": "async_lock", + "pkg": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_process", + "pkg": "async-process 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_os = \"unknown\"))" + } + ] + }, + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_io", + "pkg": "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_lite", + "pkg": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_os = \"unknown\"))" + } + ] + }, + { + "name": "gloo_timers", + "pkg": "gloo-timers 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "kv_log_macro", + "pkg": "kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_utils", + "pkg": "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slab", + "pkg": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + } + ], + "features": [ + "alloc", + "async-channel", + "async-global-executor", + "async-io", + "async-lock", + "async-process", + "crossbeam-utils", + "default", + "futures-channel", + "futures-core", + "futures-io", + "futures-lite", + "gloo-timers", + "kv-log-macro", + "log", + "memchr", + "once_cell", + "pin-project-lite", + "pin-utils", + "slab", + "std", + "unstable", + "wasm-bindgen-futures" + ] + }, + { + "id": "async-task 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "atomic-polyfill 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "atomic-waker 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "atomicwrites 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rustix", + "pkg": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hermit_abi", + "pkg": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"hermit\")" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "axum 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "axum-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "matchit 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_path_to_error 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sync_wrapper 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_trait", + "pkg": "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "axum_core", + "pkg": "axum-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_body", + "pkg": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hyper", + "pkg": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "matchit", + "pkg": "matchit 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mime", + "pkg": "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "percent_encoding", + "pkg": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_path_to_error", + "pkg": "serde_path_to_error 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_urlencoded", + "pkg": "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha1", + "pkg": "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sync_wrapper", + "pkg": "sync_wrapper 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_tungstenite", + "pkg": "tokio-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower", + "pkg": "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_layer", + "pkg": "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_service", + "pkg": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "form", + "http1", + "json", + "matched-path", + "original-uri", + "query", + "tokio", + "tower-log", + "ws" + ] + }, + { + "id": "axum-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_trait", + "pkg": "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_body", + "pkg": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mime", + "pkg": "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "tower_layer", + "pkg": "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_service", + "pkg": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "addr2line 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz_oxide 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "object 0.31.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "addr2line", + "pkg": "addr2line 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miniz_oxide", + "pkg": "miniz_oxide 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "object", + "pkg": "object 0.31.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_demangle", + "pkg": "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "gimli-symbolize", + "std" + ] + }, + { + "id": "backtrace-ext 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "backtrace", + "pkg": "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "bare-metal 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "base16ct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc" + ] + }, + { + "id": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc" + ] + }, + { + "id": "basic-toml 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "bbq10kbd 0.1.0 (git+https://github.com/hawkw/bbq10kbd?branch=eliza/async#d2365be8726e9320b0e4ab626043c1a8a41246f8)", + "dependencies": [ + "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-hal-async 0.2.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "embedded_hal", + "pkg": "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_hal_async", + "pkg": "embedded-hal-async 0.2.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "embedded-hal-async" + ] + }, + { + "id": "bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "binread 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "binread_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "binread_derive", + "pkg": "binread_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "binread_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bit_vec", + "pkg": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "std" + ] + }, + { + "id": "bit_field 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "std" + ] + }, + { + "id": "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "typenum", + "pkg": "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "funty", + "pkg": "funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "radium", + "pkg": "radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tap", + "pkg": "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wyz", + "pkg": "wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "atomic", + "default", + "std" + ] + }, + { + "id": "block-buffer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "generic_array", + "pkg": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "blocking 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "async-task 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "atomic-waker 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_channel", + "pkg": "async-channel 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_lock", + "pkg": "async-lock 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_task", + "pkg": "async-task 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "atomic_waker", + "pkg": "atomic-waker 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fastrand", + "pkg": "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_lite", + "pkg": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "bootloader 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "async-process 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bootloader-boot-config 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "fatfs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-concurrency 7.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gpt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "llvm-tools 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "mbrman 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_process", + "pkg": "async-process 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "bootloader_boot_config", + "pkg": "bootloader-boot-config 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fatfs", + "pkg": "fatfs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "futures_concurrency", + "pkg": "futures-concurrency 7.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "gpt", + "pkg": "gpt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "llvm_tools", + "pkg": "llvm-tools 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "mbrman", + "pkg": "mbrman 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "bios", + "default", + "uefi" + ] + }, + { + "id": "bootloader-boot-config 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "bootloader_api 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "bstr 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex_automata", + "pkg": "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "lazy_static", + "regex-automata", + "unicode" + ] + }, + { + "id": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-automata 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex_automata", + "pkg": "regex-automata 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std", + "unicode" + ] + }, + { + "id": "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "bumpalo 3.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "bytemuck 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytemuck_derive 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytemuck_derive", + "pkg": "bytemuck_derive 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "bytemuck_derive", + "derive" + ] + }, + { + "id": "bytemuck_derive 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "bytesize 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "bzip2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bzip2-sys 0.1.11+1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bzip2_sys", + "pkg": "bzip2-sys 0.1.11+1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "bzip2-sys 0.1.11+1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "serde", + "serde1" + ] + }, + { + "id": "camino-tempfile 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "cargo 0.72.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bytesize 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-util 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crates-io 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "curl-sys 0.4.65+curl-8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "fwdansi 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "git2 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", + "git2-curl 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix 0.44.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "http-auth 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ignore 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "im-rc 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "libgit2-sys 0.15.2+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "opener 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.10.55 (registry+https://github.com/rust-lang/crates.io-index)", + "os_info 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pasetors 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", + "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rustfix 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde-value 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_ignored 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "shell-escape 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "strip-ansi-escapes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytesize", + "pkg": "bytesize 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_platform", + "pkg": "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_util", + "pkg": "cargo-util 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crates_io", + "pkg": "crates-io 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "curl", + "pkg": "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "curl_sys", + "pkg": "curl-sys 0.4.65+curl-8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "env_logger", + "pkg": "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "filetime", + "pkg": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "fwdansi", + "pkg": "fwdansi 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "git2", + "pkg": "git2 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "git2_curl", + "pkg": "git2-curl 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix", + "pkg": "gix 0.44.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features_for_configuration_only", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "glob", + "pkg": "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hex", + "pkg": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hmac", + "pkg": "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "home", + "pkg": "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_auth", + "pkg": "http-auth 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "humantime", + "pkg": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ignore", + "pkg": "ignore 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "im_rc", + "pkg": "im-rc 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "is_terminal", + "pkg": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itertools", + "pkg": "itertools 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "jobserver", + "pkg": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazycell", + "pkg": "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libgit2_sys", + "pkg": "libgit2-sys 0.15.2+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "opener", + "pkg": "opener 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl", + "pkg": "openssl 0.10.55 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "os_info", + "pkg": "os_info 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pasetors", + "pkg": "pasetors 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pathdiff", + "pkg": "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustfix", + "pkg": "rustfix 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_value", + "pkg": "serde-value 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_ignored", + "pkg": "serde_ignored 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha1", + "pkg": "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "shell_escape", + "pkg": "shell-escape 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strip_ansi_escapes", + "pkg": "strip-ansi-escapes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tar", + "pkg": "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "termcolor", + "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "time", + "pkg": "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml_edit", + "pkg": "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "walkdir", + "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "openssl", + "vendored-openssl" + ] + }, + { + "id": "cargo-binutils 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo_metadata 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-cfg 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_metadata", + "pkg": "cargo_metadata 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_cfg", + "pkg": "rustc-cfg 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_demangle", + "pkg": "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_version", + "pkg": "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "cargo-espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cargo 0.72.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo_metadata 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "esp-idf-part 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cargo", + "pkg": "cargo 0.72.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + }, + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "cargo_metadata", + "pkg": "cargo_metadata 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "env_logger", + "pkg": "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp_idf_part", + "pkg": "esp-idf-part 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "espflash", + "pkg": "espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "cargo-lock 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "cargo-nextest 0.9.57 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "color-eyre 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dialoguer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "duct 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", + "enable-ansi-support 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-filtering 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-runner 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "supports-color 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "supports-unicode 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "color_eyre", + "pkg": "color-eyre 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dialoguer", + "pkg": "dialoguer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "duct", + "pkg": "duct 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "enable_ansi_support", + "pkg": "enable-ansi-support 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "env_logger", + "pkg": "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "guppy", + "pkg": "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itertools", + "pkg": "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_filtering", + "pkg": "nextest-filtering 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_metadata", + "pkg": "nextest-metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_runner", + "pkg": "nextest-runner 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_workspace_hack", + "pkg": "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "owo_colors", + "pkg": "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pathdiff", + "pkg": "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "shell_words", + "pkg": "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "supports_color", + "pkg": "supports-color 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "supports_unicode", + "pkg": "supports-unicode 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "default-no-update", + "self-update" + ] + }, + { + "id": "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "cargo-util 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "miow 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "shell-escape 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "core_foundation", + "pkg": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"macos\")" + } + ] + }, + { + "name": "filetime", + "pkg": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hex", + "pkg": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "jobserver", + "pkg": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miow", + "pkg": "miow 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "same_file", + "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha2", + "pkg": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "shell_escape", + "pkg": "shell-escape 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "walkdir", + "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "cargo_metadata 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_platform", + "pkg": "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "cargo_metadata 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_platform", + "pkg": "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "cargo_metadata 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_platform", + "pkg": "cargo-platform 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "jobserver", + "pkg": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "jobserver", + "parallel" + ] + }, + { + "id": "cfg-expr 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target_lexicon", + "pkg": "target-lexicon 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "target-lexicon", + "targets" + ] + }, + { + "id": "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "android-tzdata 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "iana-time-zone 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "android_tzdata", + "pkg": "android-tzdata 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"android\")" + } + ] + }, + { + "name": "iana_time_zone", + "pkg": "iana-time-zone 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "time", + "pkg": "time 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "clock", + "default", + "iana-time-zone", + "js-sys", + "oldtime", + "std", + "time", + "wasm-bindgen", + "wasmbind", + "winapi" + ] + }, + { + "id": "cipher 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "crypto-common 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "inout 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "crypto_common", + "pkg": "crypto-common 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "inout", + "pkg": "inout 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ansi_term", + "pkg": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "atty", + "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strsim", + "pkg": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "term_size", + "pkg": "term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "textwrap", + "pkg": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "vec_map", + "pkg": "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "ansi_term", + "atty", + "color", + "default", + "strsim", + "suggestions", + "term_size", + "vec_map", + "wrap_help" + ] + }, + { + "id": "clap 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "clap_derive 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "clap_lex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "textwrap 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "atty", + "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap_derive", + "pkg": "clap_derive 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap_lex", + "pkg": "clap_lex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strsim", + "pkg": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "termcolor", + "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "textwrap", + "pkg": "textwrap 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "atty", + "clap_derive", + "color", + "default", + "derive", + "env", + "once_cell", + "std", + "strsim", + "suggestions", + "termcolor" + ] + }, + { + "id": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "clap_builder 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap_derive 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "clap_builder", + "pkg": "clap_builder 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap_derive", + "pkg": "clap_derive 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "color", + "default", + "derive", + "env", + "error-context", + "help", + "std", + "suggestions", + "usage", + "wrap_help" + ] + }, + { + "id": "clap_builder 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anstream 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "clap_lex 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "terminal_size 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anstream", + "pkg": "anstream 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "anstyle", + "pkg": "anstyle 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap_lex", + "pkg": "clap_lex 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strsim", + "pkg": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "terminal_size", + "pkg": "terminal_size 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "color", + "env", + "error-context", + "help", + "std", + "suggestions", + "usage", + "wrap_help" + ] + }, + { + "id": "clap_complete 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "clap_derive 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "heck", + "pkg": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro_error", + "pkg": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "clap_derive 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "heck", + "pkg": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "clap_lex 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "os_str_bytes 6.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "os_str_bytes", + "pkg": "os_str_bytes 6.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "clap_lex 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "bitflags", + "default" + ] + }, + { + "id": "clru 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "use_std" + ] + }, + { + "id": "color-eyre 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "eyre 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "indenter 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "backtrace", + "pkg": "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "eyre", + "pkg": "eyre 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indenter", + "pkg": "indenter 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "owo_colors", + "pkg": "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "colorchoice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "comfy-table 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "crossterm 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)", + "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "crossterm", + "pkg": "crossterm 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strum", + "pkg": "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strum_macros", + "pkg": "strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "crossterm", + "default", + "tty" + ] + }, + { + "id": "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "config 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_trait", + "pkg": "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pathdiff", + "pkg": "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "toml" + ] + }, + { + "id": "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "encode_unicode", + "pkg": "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "ansi-parsing", + "default", + "unicode-width" + ] + }, + { + "id": "console-api 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "prost-types 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tonic 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "prost", + "pkg": "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "prost_types", + "pkg": "prost-types 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tonic", + "pkg": "tonic 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "transport" + ] + }, + { + "id": "console-subscriber 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "console-api 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "hdrhistogram 7.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prost-types 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tonic 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "console_api", + "pkg": "console-api 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_channel", + "pkg": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hdrhistogram", + "pkg": "hdrhistogram 7.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "humantime", + "pkg": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "prost_types", + "pkg": "prost-types 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thread_local", + "pkg": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_stream", + "pkg": "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tonic", + "pkg": "tonic 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "env-filter" + ] + }, + { + "id": "console_error_panic_hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "const-oid 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "const_format 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "const_format_proc_macros 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "const_format_proc_macros", + "pkg": "const_format_proc_macros 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "const_format_proc_macros 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dependencies": [ + "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "loom", + "pkg": "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(loom)" + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(loom)" + } + ] + } + ], + "features": [ + "alloc", + "default" + ] + }, + { + "id": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [ + "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "loom", + "pkg": "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(loom)" + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(loom)" + } + ] + } + ], + "features": [] + }, + { + "id": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "core_foundation_sys", + "pkg": "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "mac_os_10_7_support" + ] + }, + { + "id": "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "mac_os_10_7_support" + ] + }, + { + "id": "cpp_demangle 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc" + ] + }, + { + "id": "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "aarch64-linux-android" + }, + { + "kind": null, + "target": "cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))" + }, + { + "kind": null, + "target": "cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))" + } + ] + } + ], + "features": [] + }, + { + "id": "crates-io 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "curl", + "pkg": "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "percent_encoding", + "pkg": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "crc 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "crc-catalog 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "crc_catalog", + "pkg": "crc-catalog 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "crc-catalog 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "restore-state-bool", + "restore-state-u8" + ] + }, + { + "id": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "crossbeam-utils", + "default", + "std" + ] + }, + { + "id": "crossbeam-deque 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-epoch 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_epoch", + "pkg": "crossbeam-epoch 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "crossbeam-epoch", + "crossbeam-utils", + "default", + "std" + ] + }, + { + "id": "crossbeam-epoch 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "memoffset 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memoffset", + "pkg": "memoffset 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "scopeguard", + "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "std" + ] + }, + { + "id": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "crossterm 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crossterm_winapi 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook-mio 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossterm_winapi", + "pkg": "crossterm_winapi 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "mio", + "pkg": "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook", + "pkg": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "signal_hook_mio", + "pkg": "signal-hook-mio 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "bracketed-paste", + "default" + ] + }, + { + "id": "crossterm 0.26.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crossterm_winapi 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook-mio 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossterm_winapi", + "pkg": "crossterm_winapi 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "mio", + "pkg": "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook", + "pkg": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "signal_hook_mio", + "pkg": "signal-hook-mio 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "crossterm_winapi 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "crowtty 0.1.0 (path+file:///home/rain/dev/mnemos/tools/crowtty)", + "dependencies": [ + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serialport 4.0.1 (git+https://github.com/metta-systems/serialport-rs?rev=7fec572529ec35b82bd4e3636d897fe2f1c2233f#7fec572529ec35b82bd4e3636d897fe2f1c2233f)", + "serialport 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cobs", + "pkg": "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_trace_proto", + "pkg": "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "owo_colors", + "pkg": "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard", + "pkg": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serialport_macos_hack", + "pkg": "serialport 4.0.1 (git+https://github.com/metta-systems/serialport-rs?rev=7fec572529ec35b82bd4e3636d897fe2f1c2233f#7fec572529ec35b82bd4e3636d897fe2f1c2233f)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serialport_regular", + "pkg": "serialport 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sermux_proto", + "pkg": "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_serde_structured", + "pkg": "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "crypto-bigint 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "generic_array", + "pkg": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "generic-array", + "rand_core", + "zeroize" + ] + }, + { + "id": "crypto-common 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "generic_array", + "pkg": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "typenum", + "pkg": "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cssparser-macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dtoa-short 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cssparser_macros", + "pkg": "cssparser-macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dtoa_short", + "pkg": "dtoa-short 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "matches", + "pkg": "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf", + "pkg": "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "cssparser-macros 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "csv 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "csv_core", + "pkg": "csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ryu", + "pkg": "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "ct-codecs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "ctrlc 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "nix", + "pkg": "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "termination" + ] + }, + { + "id": "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "curl-sys 0.4.65+curl-8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "schannel 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "curl_sys", + "pkg": "curl-sys 0.4.65+curl-8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl_probe", + "pkg": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(unix, not(target_os = \"macos\")))" + } + ] + }, + { + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(unix, not(target_os = \"macos\")))" + } + ] + }, + { + "name": "schannel", + "pkg": "schannel 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_env = \"msvc\")" + } + ] + }, + { + "name": "socket2", + "pkg": "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_env = \"msvc\")" + } + ] + } + ], + "features": [ + "default", + "http2", + "openssl-probe", + "openssl-sys", + "ssl" + ] + }, + { + "id": "curl-sys 0.4.65+curl-8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "libnghttp2-sys 0.1.8+1.55.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libnghttp2_sys", + "pkg": "libnghttp2-sys 0.1.8+1.55.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libz_sys", + "pkg": "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(unix, not(target_os = \"macos\")))" + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "vcpkg", + "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": "cfg(target_env = \"msvc\")" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "http2", + "libnghttp2-sys", + "openssl-sys", + "ssl" + ] + }, + { + "id": "cvt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "d1-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-config)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "d1-pac 0.0.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bare-metal 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vcell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bare_metal", + "pkg": "bare-metal 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv", + "pkg": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "vcell", + "pkg": "vcell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "darling 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "darling_core 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "darling_macro 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "darling_core", + "pkg": "darling_core 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "darling_macro", + "pkg": "darling_macro 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "suggestions" + ] + }, + { + "id": "darling 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "darling_core 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "darling_macro 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "darling_core", + "pkg": "darling_core 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "darling_macro", + "pkg": "darling_macro 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "suggestions" + ] + }, + { + "id": "darling_core 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fnv", + "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ident_case", + "pkg": "ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strsim", + "pkg": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "strsim", + "suggestions" + ] + }, + { + "id": "darling_core 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fnv", + "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ident_case", + "pkg": "ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strsim", + "pkg": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "strsim", + "suggestions" + ] + }, + { + "id": "darling_macro 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "darling_core 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "darling_core", + "pkg": "darling_core 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "darling_macro 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "darling_core 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "darling_core", + "pkg": "darling_core 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "data-encoding 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "debug-ignore 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "adler32", + "pkg": "adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "defmt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "defmt-macros 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "defmt_macros", + "pkg": "defmt-macros 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "defmt-macros 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "defmt-parser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "defmt_parser", + "pkg": "defmt-parser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro_error", + "pkg": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "defmt-parser 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "unstable" + ] + }, + { + "id": "deku 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "deku_derive 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitvec", + "pkg": "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "deku_derive", + "pkg": "deku_derive 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "const_generics", + "default", + "std" + ] + }, + { + "id": "deku_derive 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "darling 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "darling", + "pkg": "darling 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro_crate", + "pkg": "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "proc-macro-crate", + "std" + ] + }, + { + "id": "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "const-oid 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", + "pem-rfc7468 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "const_oid", + "pkg": "const-oid 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pem_rfc7468", + "pkg": "pem-rfc7468 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "oid", + "pem", + "std", + "zeroize" + ] + }, + { + "id": "derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "convert_case", + "pkg": "convert_case 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_version", + "pkg": "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "add", + "add_assign", + "as_mut", + "as_ref", + "constructor", + "convert_case", + "default", + "deref", + "deref_mut", + "display", + "error", + "from", + "from_str", + "index", + "index_mut", + "into", + "into_iterator", + "is_variant", + "iterator", + "mul", + "mul_assign", + "not", + "rustc_version", + "sum", + "try_into", + "unwrap" + ] + }, + { + "id": "dialoguer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "console", + "pkg": "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "shell_words", + "pkg": "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "editor", + "password", + "tempfile", + "zeroize" + ] + }, + { + "id": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "block-buffer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "const-oid 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", + "crypto-common 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "block_buffer", + "pkg": "block-buffer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "const_oid", + "pkg": "const-oid 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crypto_common", + "pkg": "crypto-common 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "block-buffer", + "const-oid", + "core-api", + "default", + "mac", + "oid", + "std", + "subtle" + ] + }, + { + "id": "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "dirs-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "dirs_sys", + "pkg": "dirs-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "dirs 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "dirs-sys 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "dirs_sys", + "pkg": "dirs-sys 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "dirs-sys 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "redox_users", + "pkg": "redox_users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"redox\")" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "dirs-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "option-ext 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "option_ext", + "pkg": "option-ext 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "redox_users", + "pkg": "redox_users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"redox\")" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "dotenvy 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "dtoa 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "dtoa-short 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "dtoa 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "dtoa", + "pkg": "dtoa 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "duct 0.13.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "os_pipe 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_child 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "os_pipe", + "pkg": "os_pipe 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "shared_child", + "pkg": "shared_child 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "dumbloader 0.1.0 (path+file:///home/rain/dev/mnemos/tools/dumbloader)", + "dependencies": [ + "postcard 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "postcard", + "pkg": "postcard 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "ecdsa 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rfc6979 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "signature 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "spki 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "der", + "pkg": "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "digest", + "pkg": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "elliptic_curve", + "pkg": "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rfc6979", + "pkg": "rfc6979 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signature", + "pkg": "signature 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "spki", + "pkg": "spki 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "arithmetic", + "der", + "digest", + "hazmat", + "pem", + "pkcs8", + "rfc6979", + "signing", + "spki", + "std", + "verifying" + ] + }, + { + "id": "ed25519-compact 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "getrandom", + "pkg": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "getrandom", + "random" + ] + }, + { + "id": "edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "use_std" + ] + }, + { + "id": "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base16ct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crypto-bigint 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "ff 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "group 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hkdf 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "pem-rfc7468 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pkcs8 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sec1 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base16ct", + "pkg": "base16ct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crypto_bigint", + "pkg": "crypto-bigint 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "digest", + "pkg": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ff", + "pkg": "ff 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "generic_array", + "pkg": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "group", + "pkg": "group 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hkdf", + "pkg": "hkdf 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pem_rfc7468", + "pkg": "pem-rfc7468 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pkcs8", + "pkg": "pkcs8 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sec1", + "pkg": "sec1 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "arithmetic", + "digest", + "ecdh", + "ff", + "group", + "hazmat", + "pem", + "pkcs8", + "sec1", + "std" + ] + }, + { + "id": "embedded-dma 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "stable_deref_trait", + "pkg": "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "micromath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "az", + "pkg": "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics_core", + "pkg": "embedded-graphics-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "float_cmp", + "pkg": "float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "micromath", + "pkg": "micromath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "embedded-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "float-cmp 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "micromath 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "az", + "pkg": "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics_core", + "pkg": "embedded-graphics-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "float_cmp", + "pkg": "float-cmp 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "micromath", + "pkg": "micromath 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "embedded-graphics-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "az", + "pkg": "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "embedded-graphics-core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "az", + "pkg": "az 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "embedded-graphics-simulator 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "image 0.23.14 (registry+https://github.com/rust-lang/crates.io-index)", + "sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64", + "pkg": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "image", + "pkg": "image 0.23.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sdl2", + "pkg": "sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "sdl2", + "with-sdl" + ] + }, + { + "id": "embedded-graphics-web-simulator 0.3.0 (git+https://github.com/spookyvision/embedded-graphics-web-simulator#0f07b1efb8181860c16b3edf8293aff9515cc480)", + "dependencies": [ + "embedded-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "nb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "nb", + "pkg": "nb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "void", + "pkg": "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "unproven" + ] + }, + { + "id": "embedded-hal 1.0.0-alpha.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "embedded-hal-async 0.2.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "embedded-hal 1.0.0-alpha.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "embedded_hal", + "pkg": "embedded-hal 1.0.0-alpha.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "embedded-io 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "enable-ansi-support 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_sys", + "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "encoding_rs 0.8.33 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default" + ] + }, + { + "id": "enum-as-inner 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "heck", + "pkg": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "humantime", + "pkg": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "is_terminal", + "pkg": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "termcolor", + "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "auto-color", + "color", + "default", + "humantime", + "regex" + ] + }, + { + "id": "envy 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "errno 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "errno_dragonfly", + "pkg": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"dragonfly\")" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + }, + { + "kind": null, + "target": "cfg(target_os = \"hermit\")" + }, + { + "kind": null, + "target": "cfg(target_os = \"wasi\")" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "errno-dragonfly 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "esp-alloc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "linked_list_allocator 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "linked_list_allocator", + "pkg": "linked_list_allocator 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "esp-backtrace 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "esp-println 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "esp_println", + "pkg": "esp-println 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "esp-println", + "esp32c3", + "exception-handler", + "panic-handler", + "print-uart" + ] + }, + { + "id": "esp-hal-common 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dependencies": [ + "basic-toml 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-dma 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-io 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "esp-hal-procmacros 0.6.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "esp-riscv-rt 0.5.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "esp32c3 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fugit 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "nb 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv-atomic-emulation-trap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "strum 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "basic_toml", + "pkg": "basic-toml 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "bitfield", + "pkg": "bitfield 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_dma", + "pkg": "embedded-dma 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_hal", + "pkg": "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_io", + "pkg": "embedded-io 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "procmacros", + "pkg": "esp-hal-procmacros 0.6.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp_riscv_rt", + "pkg": "esp-riscv-rt 0.5.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp32c3", + "pkg": "esp32c3 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fugit", + "pkg": "fugit 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nb", + "pkg": "nb 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "paste", + "pkg": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv_atomic_emulation_trap", + "pkg": "riscv-atomic-emulation-trap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "strum", + "pkg": "strum 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "void", + "pkg": "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "esp-riscv-rt", + "esp32c3", + "riscv", + "riscv-atomic-emulation-trap", + "rv-zero-rtc-bss", + "vectored" + ] + }, + { + "id": "esp-hal-procmacros 0.6.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dependencies": [ + "darling 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "darling", + "pkg": "darling 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro_crate", + "pkg": "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro_error", + "pkg": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "esp32c3", + "interrupt" + ] + }, + { + "id": "esp-idf-part 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "csv 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "deku 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parse_int 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_plain 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "csv", + "pkg": "csv 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "deku", + "pkg": "deku 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "heapless", + "pkg": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "md5", + "pkg": "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parse_int", + "pkg": "parse_int 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_plain", + "pkg": "serde_plain 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strum", + "pkg": "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "csv", + "default", + "deku", + "parse_int", + "regex", + "std", + "thiserror" + ] + }, + { + "id": "esp-println 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "colors", + "critical-section", + "default", + "esp32c3", + "uart" + ] + }, + { + "id": "esp-riscv-rt 0.5.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dependencies": [ + "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv-rt-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "riscv", + "pkg": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv_rt_macros", + "pkg": "riscv-rt-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "zero-bss", + "zero-rtc-fast-bss" + ] + }, + { + "id": "esp32c3 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "vcell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "vcell", + "pkg": "vcell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "critical-section", + "default", + "rt" + ] + }, + { + "id": "esp32c3-hal 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "esp-hal-common 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp_hal_common", + "pkg": "esp-hal-common 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "rt", + "vectored" + ] + }, + { + "id": "espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "addr2line 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "binread 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bytemuck 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap_complete 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "comfy-table 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "crossterm 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ctrlc 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dialoguer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "esp-idf-part 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parse_int 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serialport 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "slip-codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "strum 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "update-informer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "xmas-elf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "addr2line", + "pkg": "addr2line 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "binread", + "pkg": "binread 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytemuck", + "pkg": "bytemuck 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap_complete", + "pkg": "clap_complete 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "comfy_table", + "pkg": "comfy-table 7.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossterm", + "pkg": "crossterm 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ctrlc", + "pkg": "ctrlc 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dialoguer", + "pkg": "dialoguer 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "directories", + "pkg": "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "env_logger", + "pkg": "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp_idf_part", + "pkg": "esp-idf-part 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hex", + "pkg": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indicatif", + "pkg": "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parse_int", + "pkg": "parse_int 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serialport", + "pkg": "serialport 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha2", + "pkg": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slip_codec", + "pkg": "slip-codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strum", + "pkg": "strum 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "update_informer", + "pkg": "update-informer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "xmas_elf", + "pkg": "xmas-elf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "cli", + "default" + ] + }, + { + "id": "event-listener 2.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "eyre 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "indenter 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "indenter", + "pkg": "indenter 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "auto-install", + "default", + "track-caller" + ] + }, + { + "id": "f3repl 0.1.0 (path+file:///home/rain/dev/mnemos/tools/f3repl)", + "dependencies": [ + "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)" + ], + "deps": [ + { + "name": "forth3", + "pkg": "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "backtrace", + "pkg": "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "failure_derive", + "pkg": "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "backtrace", + "default", + "derive", + "failure_derive", + "std" + ] + }, + { + "id": "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "synstructure 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "synstructure", + "pkg": "synstructure 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "std" + ] + }, + { + "id": "faster-hex 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "serde", + "std" + ] + }, + { + "id": "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "instant", + "pkg": "instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"wasi\")))" + } + ] + } + ], + "features": [] + }, + { + "id": "fastrand 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "fatfs 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "std" + ] + }, + { + "id": "ff 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc" + ] + }, + { + "id": "fiat-crypto 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "file-id 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "syscall", + "pkg": "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"redox\")" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz_oxide 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "crc32fast", + "pkg": "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libz_sys", + "pkg": "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miniz_oxide", + "pkg": "miniz_oxide 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": null, + "target": "cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))" + } + ] + } + ], + "features": [ + "any_zlib", + "default", + "libz-sys", + "miniz_oxide", + "rust_backend", + "zlib" + ] + }, + { + "id": "float-cmp 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "num-traits", + "ratio" + ] + }, + { + "id": "float-cmp 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "num-traits", + "ratio" + ] + }, + { + "id": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "foreign_types_shared", + "pkg": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "form_urlencoded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "percent_encoding", + "pkg": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "hash32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "dev", + "target": null + } + ] + }, + { + "name": "hash32", + "pkg": "hash32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "portable_atomic", + "pkg": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "_force_test_utils", + "async", + "default", + "floats", + "futures", + "use-std" + ] + }, + { + "id": "fs_at 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "aligned 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cvt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "aligned", + "pkg": "aligned 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cvt", + "pkg": "cvt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "nix", + "pkg": "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "fs_extra 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "fugit 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gcd 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gcd", + "pkg": "gcd 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "funty 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "futf 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "mac", + "pkg": "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "debug_unreachable", + "pkg": "new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "future-queue 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fnv", + "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-executor 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_executor", + "pkg": "futures-executor 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_io", + "pkg": "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_sink", + "pkg": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_task", + "pkg": "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "async-await", + "default", + "executor", + "futures-executor", + "std" + ] + }, + { + "id": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_sink", + "pkg": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "futures-sink", + "sink", + "std" + ] + }, + { + "id": "futures-concurrency 7.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitvec", + "pkg": "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project", + "pkg": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "futures-executor 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_task", + "pkg": "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "futures-lite 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fastrand", + "pkg": "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_io", + "pkg": "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking", + "pkg": "parking 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "waker_fn", + "pkg": "waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "fastrand", + "futures-io", + "memchr", + "parking", + "std", + "waker-fn" + ] + }, + { + "id": "futures-macro 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "std" + ] + }, + { + "id": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-macro 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_io", + "pkg": "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_macro", + "pkg": "futures-macro 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_sink", + "pkg": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_task", + "pkg": "futures-task 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_utils", + "pkg": "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slab", + "pkg": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "async-await", + "async-await-macro", + "channel", + "default", + "futures-channel", + "futures-io", + "futures-macro", + "futures-sink", + "io", + "memchr", + "sink", + "slab", + "std" + ] + }, + { + "id": "fwdansi 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "termcolor", + "pkg": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gcd 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "generator 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "windows", + "pkg": "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "typenum", + "pkg": "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "more_lengths", + "zeroize" + ] + }, + { + "id": "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "wasi", + "pkg": "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"wasi\")" + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "wasi", + "pkg": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"wasi\")" + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))" + } + ] + } + ], + "features": [ + "js", + "js-sys", + "std", + "wasm-bindgen" + ] + }, + { + "id": "gif 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "weezl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "color_quant", + "pkg": "color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "weezl", + "pkg": "weezl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "raii_no_panic", + "std" + ] + }, + { + "id": "gimli 0.27.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fallible_iterator", + "pkg": "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "stable_deref_trait", + "pkg": "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "endian-reader", + "fallible-iterator", + "read", + "read-core", + "stable_deref_trait", + "std" + ] + }, + { + "id": "git2 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "libgit2-sys 0.15.2+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libgit2_sys", + "pkg": "libgit2-sys 0.15.2+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl_probe", + "pkg": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(unix, not(target_os = \"macos\")))" + } + ] + }, + { + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(unix, not(target_os = \"macos\")))" + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "https", + "openssl-probe", + "openssl-sys", + "ssh", + "ssh_key_from_memory" + ] + }, + { + "id": "git2-curl 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "git2 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "curl", + "pkg": "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "git2", + "pkg": "git2 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix 0.44.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-attributes 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-config 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-diff 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-discover 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-ignore 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-index 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-mailmap 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-odb 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-pack 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-prompt 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-protocol 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-refspec 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-revision 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-transport 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-utils 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-worktree 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prodash 23.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_actor", + "pkg": "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_attributes", + "pkg": "gix-attributes 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_config", + "pkg": "gix-config 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_credentials", + "pkg": "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_date", + "pkg": "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_diff", + "pkg": "gix-diff 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_discover", + "pkg": "gix-discover 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_fs", + "pkg": "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_glob", + "pkg": "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hashtable", + "pkg": "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_ignore", + "pkg": "gix-ignore 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_index", + "pkg": "gix-index 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_lock", + "pkg": "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_mailmap", + "pkg": "gix-mailmap 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_odb", + "pkg": "gix-odb 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_pack", + "pkg": "gix-pack 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_prompt", + "pkg": "gix-prompt 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_protocol", + "pkg": "gix-protocol 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_ref", + "pkg": "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_refspec", + "pkg": "gix-refspec 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_revision", + "pkg": "gix-revision 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_sec", + "pkg": "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_tempfile", + "pkg": "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_transport", + "pkg": "gix-transport 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_traverse", + "pkg": "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_url", + "pkg": "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_utils", + "pkg": "gix-utils 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_validate", + "pkg": "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_worktree", + "pkg": "gix-worktree 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "prodash", + "pkg": "prodash 23.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook", + "pkg": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_normalization", + "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_vendor = \"apple\")" + } + ] + } + ], + "features": [ + "blocking-http-transport-curl", + "blocking-network-client", + "gix-protocol", + "gix-transport", + "prodash", + "progress-tree" + ] + }, + { + "id": "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "btoi", + "pkg": "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_date", + "pkg": "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-attributes 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "kstring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_glob", + "pkg": "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_quote", + "pkg": "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "kstring", + "pkg": "kstring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_bom", + "pkg": "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-bitmap 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-chunk 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-config 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_config_value", + "pkg": "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_glob", + "pkg": "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_ref", + "pkg": "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_sec", + "pkg": "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_bom", + "pkg": "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-prompt 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_command", + "pkg": "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_config_value", + "pkg": "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_prompt", + "pkg": "gix-prompt 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_sec", + "pkg": "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_url", + "pkg": "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "time", + "pkg": "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-diff 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "imara-diff 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "imara_diff", + "pkg": "imara-diff 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-discover 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dunce", + "pkg": "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_ref", + "pkg": "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_sec", + "pkg": "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "prodash 23.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha1_smol 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crc32fast", + "pkg": "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_channel", + "pkg": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "prodash", + "pkg": "prodash 23.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha1_smol", + "pkg": "sha1_smol 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "walkdir", + "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "crc32", + "default", + "io-pipe", + "once_cell", + "parallel", + "progress", + "rustsha1", + "walkdir", + "zlib" + ] + }, + { + "id": "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hex", + "pkg": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hashbrown", + "pkg": "hashbrown 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-ignore 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_glob", + "pkg": "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_bom", + "pkg": "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-index 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-bitmap 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "btoi", + "pkg": "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "filetime", + "pkg": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_bitmap", + "pkg": "gix-bitmap 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_lock", + "pkg": "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_traverse", + "pkg": "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memmap2", + "pkg": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-utils 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_tempfile", + "pkg": "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_utils", + "pkg": "gix-utils 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-mailmap 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_actor", + "pkg": "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "btoi", + "pkg": "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_actor", + "pkg": "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_validate", + "pkg": "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hex", + "pkg": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-odb 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "arc-swap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-pack 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "arc_swap", + "pkg": "arc-swap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_pack", + "pkg": "gix-pack 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_quote", + "pkg": "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-pack 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "clru 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-chunk 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-diff 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "clru", + "pkg": "clru 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_chunk", + "pkg": "gix-chunk 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_diff", + "pkg": "gix-diff 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hashtable", + "pkg": "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_tempfile", + "pkg": "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "gix_traverse", + "pkg": "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memmap2", + "pkg": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "object-cache-dynamic" + ] + }, + { + "id": "gix-packetline 0.16.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "faster-hex 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "faster_hex", + "pkg": "faster-hex 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "blocking-io", + "default" + ] + }, + { + "id": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-trace 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_trace", + "pkg": "gix-trace 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "home", + "pkg": "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_family = \"wasm\"))" + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-prompt 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustix 0.38.8 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_command", + "pkg": "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_config_value", + "pkg": "gix-config-value 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustix", + "pkg": "rustix 0.38.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-protocol 0.32.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-transport 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "maybe-async 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "btoi", + "pkg": "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_credentials", + "pkg": "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_transport", + "pkg": "gix-transport 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "maybe_async", + "pkg": "maybe-async 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "blocking-client" + ] + }, + { + "id": "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "btoi", + "pkg": "btoi 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-ref 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_actor", + "pkg": "gix-actor 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_fs", + "pkg": "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_lock", + "pkg": "gix-lock 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_tempfile", + "pkg": "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_validate", + "pkg": "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memmap2", + "pkg": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-refspec 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-revision 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_revision", + "pkg": "gix-revision 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_validate", + "pkg": "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-revision 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_date", + "pkg": "gix-date 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hashtable", + "pkg": "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "windows", + "pkg": "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "gix-tempfile 5.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_fs", + "pkg": "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook", + "pkg": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook_registry", + "pkg": "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "signals" + ] + }, + { + "id": "gix-trace 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "gix-transport 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-packetline 0.16.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "curl", + "pkg": "curl 0.4.44 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_command", + "pkg": "gix-command 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_credentials", + "pkg": "gix-credentials 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_packetline", + "pkg": "gix-packetline 0.16.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_quote", + "pkg": "gix-quote 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_sec", + "pkg": "gix-sec 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_url", + "pkg": "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "base64", + "blocking-client", + "curl", + "default", + "gix-credentials", + "http-client", + "http-client-curl" + ] + }, + { + "id": "gix-traverse 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hashtable", + "pkg": "gix-hashtable 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-url 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "home", + "pkg": "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-utils 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fastrand 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fastrand", + "pkg": "fastrand 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-validate 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gix-worktree 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-attributes 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-ignore 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-index 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "io-close 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "filetime", + "pkg": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_attributes", + "pkg": "gix-attributes 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_features", + "pkg": "gix-features 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_fs", + "pkg": "gix-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_glob", + "pkg": "gix-glob 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_hash", + "pkg": "gix-hash 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_ignore", + "pkg": "gix-ignore 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_index", + "pkg": "gix-index 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_object", + "pkg": "gix-object 0.29.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gix_path", + "pkg": "gix-path 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "io_close", + "pkg": "io-close 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "glob 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "globset 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "aho_corasick", + "pkg": "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fnv", + "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "log" + ] + }, + { + "id": "gloo 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gloo-console 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-dialogs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-file 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-history 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-net 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-render 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-storage 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-timers 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-worker 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gloo_console", + "pkg": "gloo-console 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_dialogs", + "pkg": "gloo-dialogs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_events", + "pkg": "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_file", + "pkg": "gloo-file 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_history", + "pkg": "gloo-history 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_net", + "pkg": "gloo-net 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_render", + "pkg": "gloo-render 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_storage", + "pkg": "gloo-storage 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_timers", + "pkg": "gloo-timers 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_utils", + "pkg": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_worker", + "pkg": "gloo-worker 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "console", + "default", + "dialogs", + "events", + "file", + "futures", + "gloo-console", + "gloo-dialogs", + "gloo-events", + "gloo-file", + "gloo-history", + "gloo-net", + "gloo-render", + "gloo-storage", + "gloo-timers", + "gloo-utils", + "gloo-worker", + "history", + "net", + "render", + "storage", + "timers", + "utils", + "worker" + ] + }, + { + "id": "gloo-console 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gloo_utils", + "pkg": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gloo-dialogs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gloo-file 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_events", + "pkg": "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "futures", + "futures-channel" + ] + }, + { + "id": "gloo-history 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde-wasm-bindgen 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gloo_events", + "pkg": "gloo-events 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_utils", + "pkg": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_wasm_bindgen", + "pkg": "serde-wasm-bindgen 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_urlencoded", + "pkg": "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "query", + "serde_urlencoded", + "thiserror" + ] + }, + { + "id": "gloo-net 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_sink", + "pkg": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_utils", + "pkg": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project", + "pkg": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "eventsource", + "futures-channel", + "futures-core", + "futures-sink", + "http", + "json", + "pin-project", + "serde", + "serde_json", + "websocket" + ] + }, + { + "id": "gloo-render 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gloo-storage 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "gloo_utils", + "pkg": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gloo-timers 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "futures", + "futures-channel", + "futures-core" + ] + }, + { + "id": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "serde" + ] + }, + { + "id": "gloo-utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "serde" + ] + }, + { + "id": "gloo-worker 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-worker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "pinned 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bincode", + "pkg": "bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_utils", + "pkg": "gloo-utils 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_worker_macros", + "pkg": "gloo-worker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pinned", + "pkg": "pinned 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "futures" + ] + }, + { + "id": "gloo-worker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro_crate", + "pkg": "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "gpt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "crc 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crc", + "pkg": "crc 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "group 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ff 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ff", + "pkg": "ff 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc" + ] + }, + { + "id": "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo_metadata 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "debug-ignore 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nested 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "petgraph 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_metadata", + "pkg": "cargo_metadata 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "debug_ignore", + "pkg": "debug-ignore 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fixedbitset", + "pkg": "fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "guppy_workspace_hack", + "pkg": "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itertools", + "pkg": "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nested", + "pkg": "nested 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pathdiff", + "pkg": "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "petgraph", + "pkg": "petgraph 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "static_assertions", + "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target_spec", + "pkg": "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fnv", + "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_sink", + "pkg": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slab", + "pkg": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_util", + "pkg": "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [ + "embedded-graphics-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)" + ], + "deps": [ + { + "name": "embedded_graphics_core", + "pkg": "embedded-graphics-core 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_util", + "pkg": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "embedded-graphics-core" + ] + }, + { + "id": "hal-x86_64 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [ + "acpi 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "mycelium-trace 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "mycotest 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "raw-cpuid 10.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "volatile 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "acpi", + "pkg": "acpi 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hal_core", + "pkg": "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_trace", + "pkg": "mycelium-trace 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_util", + "pkg": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycotest", + "pkg": "mycotest 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "raw_cpuid", + "pkg": "raw-cpuid 10.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "volatile", + "pkg": "volatile 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default" + ] + }, + { + "id": "hash32 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "hash32 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "inline-more", + "raw" + ] + }, + { + "id": "hashbrown 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "inline-more", + "raw" + ] + }, + { + "id": "hdrhistogram 7.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64", + "pkg": "base64 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "base64", + "flate2", + "nom", + "serialization" + ] + }, + { + "id": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "atomic-polyfill 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "defmt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "hash32 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "spin 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "atomic_polyfill", + "pkg": "atomic-polyfill 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "riscv32i-unknown-none-elf" + }, + { + "kind": null, + "target": "riscv32imc-unknown-none-elf" + }, + { + "kind": null, + "target": "thumbv6m-none-eabi" + }, + { + "kind": null, + "target": "cfg(target_arch = \"avr\")" + } + ] + }, + { + "name": "defmt", + "pkg": "defmt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hash32", + "pkg": "hash32 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_version", + "pkg": "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "spin", + "pkg": "spin 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"x86_64\")" + } + ] + }, + { + "name": "stable_deref_trait", + "pkg": "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "atomic-polyfill", + "cas", + "default", + "defmt", + "defmt-impl", + "serde" + ] + }, + { + "id": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "hermit-abi 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "serde", + "std" + ] + }, + { + "id": "hkdf 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hmac", + "pkg": "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "digest", + "pkg": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "reset" + ] + }, + { + "id": "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "match_cfg 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(unix, target_os = \"redox\"))" + } + ] + }, + { + "name": "match_cfg", + "pkg": "match_cfg 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "html5ever 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "markup5ever 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mac", + "pkg": "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "markup5ever", + "pkg": "markup5ever 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fnv", + "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "http-auth 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "http-range-header 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "httparse 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "httpdate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "humantime-serde 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "humantime", + "pkg": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "httparse 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "httpdate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "want 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "h2", + "pkg": "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_body", + "pkg": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "httparse", + "pkg": "httparse 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "httpdate", + "pkg": "httpdate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "socket2", + "pkg": "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_service", + "pkg": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "want", + "pkg": "want 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "client", + "default", + "full", + "h2", + "http1", + "http2", + "runtime", + "server", + "socket2", + "stream", + "tcp" + ] + }, + { + "id": "hyper-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hyper", + "pkg": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustls", + "pkg": "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_rustls", + "pkg": "tokio-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "hyper-timeout 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-io-timeout 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hyper", + "pkg": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_io_timeout", + "pkg": "tokio-io-timeout 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hyper", + "pkg": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "native_tls", + "pkg": "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_native_tls", + "pkg": "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "iana-time-zone 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "iana-time-zone-haiku 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "android_system_properties", + "pkg": "android_system_properties 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"android\")" + } + ] + }, + { + "name": "core_foundation_sys", + "pkg": "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + }, + { + "name": "iana_time_zone_haiku", + "pkg": "iana-time-zone-haiku 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"haiku\")" + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "windows", + "pkg": "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + } + ], + "features": [ + "fallback" + ] + }, + { + "id": "iana-time-zone-haiku 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "ident_case 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "matches", + "pkg": "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_bidi", + "pkg": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_normalization", + "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "idna 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "unicode_bidi", + "pkg": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_normalization", + "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "ignore 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "globset 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "globset", + "pkg": "globset 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "same_file", + "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thread_local", + "pkg": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "walkdir", + "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "im-rc 15.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_xoshiro 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sized-chunks 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitmaps", + "pkg": "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_xoshiro", + "pkg": "rand_xoshiro 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sized_chunks", + "pkg": "sized-chunks 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "typenum", + "pkg": "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "image 0.23.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytemuck 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gif 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "jpeg-decoder 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "num-rational 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "png 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tiff 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytemuck", + "pkg": "bytemuck 1.13.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "color_quant", + "pkg": "color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gif", + "pkg": "gif 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "jpeg", + "pkg": "jpeg-decoder 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_iter", + "pkg": "num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_rational", + "pkg": "num-rational 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "png", + "pkg": "png 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "scoped_threadpool", + "pkg": "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tiff", + "pkg": "tiff 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "bmp", + "dds", + "default", + "dxt", + "farbfeld", + "gif", + "hdr", + "ico", + "jpeg", + "jpeg_rayon", + "png", + "pnm", + "scoped_threadpool", + "tga", + "tiff", + "webp" + ] + }, + { + "id": "imara-diff 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ahash 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ahash", + "pkg": "ahash 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hashbrown", + "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "unified_diff" + ] + }, + { + "id": "indent_write 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "indenter 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "hashbrown", + "pkg": "hashbrown 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "equivalent", + "pkg": "equivalent 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hashbrown", + "pkg": "hashbrown 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "number_prefix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "console", + "pkg": "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "instant", + "pkg": "instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "number_prefix", + "pkg": "number_prefix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "portable_atomic", + "pkg": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "unicode-width" + ] + }, + { + "id": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "inotify_sys", + "pkg": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "inotify-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "inout 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "generic_array", + "pkg": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "input-mgr 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "instant 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "io-close 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "io-lifetimes 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hermit_abi", + "pkg": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"hermit\")" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "close", + "default", + "hermit-abi", + "libc", + "windows-sys" + ] + }, + { + "id": "ipconfig 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "socket2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "widestring 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winreg 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "socket2", + "pkg": "socket2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "widestring", + "pkg": "widestring 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "winreg", + "pkg": "winreg 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "computer", + "default", + "winreg" + ] + }, + { + "id": "ipnet 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "is-docker 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "io-lifetimes 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hermit_abi", + "pkg": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"hermit\")" + } + ] + }, + { + "name": "io_lifetimes", + "pkg": "io-lifetimes 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustix", + "pkg": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(any(windows, target_os = \"hermit\", target_os = \"unknown\")))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "is-wsl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "is-docker 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "is_docker", + "pkg": "is-docker 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "itertools 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "use_alloc", + "use_std" + ] + }, + { + "id": "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "use_alloc", + "use_std" + ] + }, + { + "id": "itoa 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "jobserver 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + } + ], + "features": [] + }, + { + "id": "jpeg-decoder 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rayon 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rayon", + "pkg": "rayon 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "rayon" + ] + }, + { + "id": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "just 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ctrlc 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dotenvy 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "lexiclean 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "similar 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "snafu 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "target 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "typed-arena 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ansi_term", + "pkg": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "atty", + "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 2.34.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ctrlc", + "pkg": "ctrlc 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "derivative", + "pkg": "derivative 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dotenvy", + "pkg": "dotenvy 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "edit_distance", + "pkg": "edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "env_logger", + "pkg": "env_logger 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "heck", + "pkg": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lexiclean", + "pkg": "lexiclean 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha2", + "pkg": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "similar", + "pkg": "similar 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "snafu", + "pkg": "snafu 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strum", + "pkg": "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target", + "pkg": "target 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "typed_arena", + "pkg": "typed-arena 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "kqueue 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "kqueue-sys 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "kqueue_sys", + "pkg": "kqueue-sys 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "kqueue-sys 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "kstring 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "static_assertions", + "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std", + "unsafe" + ] + }, + { + "id": "kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "lazycell 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "lexiclean 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "extra_traits", + "std", + "use_std" + ] + }, + { + "id": "libgit2-sys 0.15.2+1.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libssh2_sys", + "pkg": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libz_sys", + "pkg": "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "https", + "libssh2-sys", + "openssl-sys", + "ssh", + "ssh_key_from_memory" + ] + }, + { + "id": "libm 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "libnghttp2-sys 0.1.8+1.55.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "libssh2-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libz_sys", + "pkg": "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "vcpkg", + "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": "cfg(target_env = \"msvc\")" + } + ] + } + ], + "features": [] + }, + { + "id": "libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libudev_sys", + "pkg": "libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libudev_sys", + "pkg": "libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "libudev-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "libz-sys 1.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "vcpkg", + "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "libc" + ] + }, + { + "id": "linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "linked_list_allocator 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "const_mut_refs" + ] + }, + { + "id": "linux-raw-sys 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "errno", + "general", + "ioctl", + "no_std" + ] + }, + { + "id": "linux-raw-sys 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "errno", + "general", + "ioctl", + "no_std" + ] + }, + { + "id": "llvm-tools 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "local-ip-address 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "neli 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "neli", + "pkg": "neli 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"linux\")" + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "lock_api 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "scopeguard", + "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "atomic_usize", + "default" + ] + }, + { + "id": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "value-bag 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "value_bag", + "pkg": "value-bag 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "kv_unstable", + "std", + "value-bag" + ] + }, + { + "id": "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "generator 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "scoped-tls 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "generator", + "pkg": "generator 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "scoped_tls", + "pkg": "scoped-tls 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "linked_hash_map", + "pkg": "linked-hash-map 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "deprecated", + "use_std" + ] + }, + { + "id": "mach2 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dependencies": [ + "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cordyceps", + "pkg": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_bitfield", + "pkg": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_util", + "pkg": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project", + "pkg": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "portable_atomic", + "pkg": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_01", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "tracing-01" + ] + }, + { + "id": "manganese 0.1.0 (path+file:///home/rain/dev/mnemos/tools/manganese)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-binutils 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-nextest 0.9.57 (registry+https://github.com/rust-lang/crates.io-index)", + "just 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "trunk 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "cargo_binutils", + "pkg": "cargo-binutils 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null, + "extern_name": "cargo_cov", + "artifact": "bin", + "bin_name": "cargo-cov" + }, + { + "kind": "build", + "target": null, + "extern_name": "cargo_nm", + "artifact": "bin", + "bin_name": "cargo-nm" + }, + { + "kind": "build", + "target": null, + "extern_name": "cargo_objcopy", + "artifact": "bin", + "bin_name": "cargo-objcopy" + }, + { + "kind": "build", + "target": null, + "extern_name": "cargo_objdump", + "artifact": "bin", + "bin_name": "cargo-objdump" + }, + { + "kind": "build", + "target": null, + "extern_name": "cargo_profdata", + "artifact": "bin", + "bin_name": "cargo-profdata" + }, + { + "kind": "build", + "target": null, + "extern_name": "cargo_readobj", + "artifact": "bin", + "bin_name": "cargo-readobj" + }, + { + "kind": "build", + "target": null, + "extern_name": "cargo_size", + "artifact": "bin", + "bin_name": "cargo-size" + }, + { + "kind": "build", + "target": null, + "extern_name": "cargo_strip", + "artifact": "bin", + "bin_name": "cargo-strip" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_ar", + "artifact": "bin", + "bin_name": "rust-ar" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_cov", + "artifact": "bin", + "bin_name": "rust-cov" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_ld", + "artifact": "bin", + "bin_name": "rust-ld" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_lld", + "artifact": "bin", + "bin_name": "rust-lld" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_nm", + "artifact": "bin", + "bin_name": "rust-nm" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_objcopy", + "artifact": "bin", + "bin_name": "rust-objcopy" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_objdump", + "artifact": "bin", + "bin_name": "rust-objdump" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_profdata", + "artifact": "bin", + "bin_name": "rust-profdata" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_readobj", + "artifact": "bin", + "bin_name": "rust-readobj" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_size", + "artifact": "bin", + "bin_name": "rust-size" + }, + { + "kind": "build", + "target": null, + "extern_name": "rust_strip", + "artifact": "bin", + "bin_name": "rust-strip" + } + ] + }, + { + "name": "", + "pkg": "cargo-espflash 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null, + "extern_name": "cargo_espflash", + "artifact": "bin", + "bin_name": "cargo-espflash" + } + ] + }, + { + "name": "cargo_nextest", + "pkg": "cargo-nextest 0.9.57 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null, + "extern_name": "cargo_nextest", + "artifact": "bin", + "bin_name": "cargo-nextest" + } + ] + }, + { + "name": "just", + "pkg": "just 1.14.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null, + "extern_name": "just", + "artifact": "bin", + "bin_name": "just" + } + ] + }, + { + "name": "", + "pkg": "trunk 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null, + "extern_name": "trunk", + "artifact": "bin", + "bin_name": "trunk" + } + ] + } + ], + "features": [ + "_any-deps", + "cargo-binutils", + "cargo-espflash", + "cargo-nextest", + "default", + "install-deps", + "just", + "trunk" + ] + }, + { + "id": "markup5ever 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_codegen 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tendril 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf", + "pkg": "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf_codegen", + "pkg": "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "string_cache", + "pkg": "string_cache 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "string_cache_codegen", + "pkg": "string_cache_codegen 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "tendril", + "pkg": "tendril 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "match_cfg 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "use_core" + ] + }, + { + "id": "matchers 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "regex_automata", + "pkg": "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "matchit 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "maybe-async 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "is_sync" + ] + }, + { + "id": "mbrman 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde-big-array 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bincode", + "pkg": "bincode 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bitvec", + "pkg": "bitvec 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_big_array", + "pkg": "serde-big-array 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "std" + ] + }, + { + "id": "melpo-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene/melpo-config)", + "dependencies": [ + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "mnemos_kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "melpomene 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene)", + "dependencies": [ + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "console-subscriber 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics-simulator 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "melpo-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene/melpo-config)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "mnemos-std 0.1.0 (path+file:///home/rain/dev/mnemos/source/mstd)", + "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-modality 0.1.0 (git+https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764#9c23c188466357e7ad0c618b4edfe9514e9bf764)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "atty", + "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "chrono", + "pkg": "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 3.2.25 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "console_subscriber", + "pkg": "console-subscriber 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics_simulator", + "pkg": "embedded-graphics-simulator 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "forth3", + "pkg": "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "humantime", + "pkg": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "maitake", + "pkg": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "melpo_config", + "pkg": "melpo-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/melpomene/melpo-config)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "mnemos_kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "abi", + "pkg": "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_alloc", + "pkg": "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_config", + "pkg": "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "mstd", + "pkg": "mnemos-std 0.1.0 (path+file:///home/rain/dev/mnemos/source/mstd)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard", + "pkg": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_modality", + "pkg": "tracing-modality 0.1.0 (git+https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764#9c23c188466357e7ad0c618b4edfe9514e9bf764)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "atty", + "console-subscriber", + "default", + "humantime", + "trace-console", + "trace-fmt", + "trace-modality", + "tracing-modality" + ] + }, + { + "id": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std", + "use_std" + ] + }, + { + "id": "memmap2 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + } + ], + "features": [] + }, + { + "id": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "memoffset 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "micromath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "micromath 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace-ext 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "miette-derive 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "supports-color 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "supports-hyperlinks 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "supports-unicode 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "textwrap 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "backtrace", + "pkg": "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "backtrace_ext", + "pkg": "backtrace-ext 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "is_terminal", + "pkg": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette_derive", + "pkg": "miette-derive 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "owo_colors", + "pkg": "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "supports_color", + "pkg": "supports-color 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "supports_hyperlinks", + "pkg": "supports-hyperlinks 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "supports_unicode", + "pkg": "supports-unicode 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "terminal_size", + "pkg": "terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "textwrap", + "pkg": "textwrap 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "backtrace", + "backtrace-ext", + "default", + "fancy", + "fancy-no-backtrace", + "is-terminal", + "owo-colors", + "supports-color", + "supports-hyperlinks", + "supports-unicode", + "terminal_size", + "textwrap" + ] + }, + { + "id": "miette-derive 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "mime_guess 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "unicase 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "mime", + "pkg": "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicase", + "pkg": "unicase 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "minicbor 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "minicbor-derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "minicbor_derive", + "pkg": "minicbor-derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "derive", + "minicbor-derive", + "std" + ] + }, + { + "id": "minicbor-derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "std" + ] + }, + { + "id": "miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "adler32", + "pkg": "adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "adler", + "pkg": "adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "no_extern_crate_alloc" + ] + }, + { + "id": "miniz_oxide 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "adler", + "pkg": "adler 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "with-alloc" + ] + }, + { + "id": "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + }, + { + "kind": null, + "target": "cfg(target_os = \"wasi\")" + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasi", + "pkg": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"wasi\")" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "log", + "net", + "os-ext", + "os-poll" + ] + }, + { + "id": "miow 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_sys", + "pkg": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dependencies": [ + "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-hal-async 0.2.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", + "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "input-mgr 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ring-drawer 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "spitebuf 0.1.0 (path+file:///home/rain/dev/mnemos/source/spitebuf)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vergen 8.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cobs", + "pkg": "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_hal_async", + "pkg": "embedded-hal-async 0.2.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "forth3", + "pkg": "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "dev", + "target": null + } + ] + }, + { + "name": "heapless", + "pkg": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "input_mgr", + "pkg": "input-mgr 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "maitake", + "pkg": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "abi", + "pkg": "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_alloc", + "pkg": "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "dev", + "target": null + } + ] + }, + { + "name": "mnemos_trace_proto", + "pkg": "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_bitfield", + "pkg": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_util", + "pkg": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "portable_atomic", + "pkg": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard", + "pkg": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "dev", + "target": null + } + ] + }, + { + "name": "profont", + "pkg": "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ring_drawer", + "pkg": "ring-drawer 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sermux_proto", + "pkg": "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "spitebuf", + "pkg": "spitebuf 0.1.0 (path+file:///home/rain/dev/mnemos/source/spitebuf)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_serde_structured", + "pkg": "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "dev", + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "vergen", + "pkg": "vergen 8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "mnemos-trace-proto", + "serial-trace", + "tracing-core", + "tracing-serde-structured" + ] + }, + { + "id": "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "dependencies": [ + "defmt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "defmt", + "pkg": "defmt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard", + "pkg": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "defmt", + "use-defmt" + ] + }, + { + "id": "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "dependencies": [ + "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "linked_list_allocator 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cordyceps", + "pkg": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "heapless", + "pkg": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "linked_list_allocator", + "pkg": "linked_list_allocator 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "maitake", + "pkg": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "portable_atomic", + "pkg": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "stats", + "use-std" + ] + }, + { + "id": "mnemos-beepy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/beepy)", + "dependencies": [ + "bbq10kbd 0.1.0 (git+https://github.com/hawkw/bbq10kbd?branch=eliza/async#d2365be8726e9320b0e4ab626043c1a8a41246f8)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bbq10kbd", + "pkg": "bbq10kbd 0.1.0 (git+https://github.com/hawkw/bbq10kbd?branch=eliza/async#d2365be8726e9320b0e4ab626043c1a8a41246f8)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_bitfield", + "pkg": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mnemos-bitslab 0.1.0 (path+file:///home/rain/dev/mnemos/source/bitslab)", + "dependencies": [ + "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "portable_atomic", + "pkg": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proptest", + "pkg": "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "dev", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "dependencies": [ + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard", + "pkg": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "use-std" + ] + }, + { + "id": "mnemos-d1 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "d1-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-config)", + "d1-pac 0.0.31 (registry+https://github.com/rust-lang/crates.io-index)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "mnemos-beepy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/beepy)", + "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "mnemos-d1-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-core)", + "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv-rt 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "d1_config", + "pkg": "d1-config 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-config)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "d1_pac", + "pkg": "d1-pac 0.0.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "mnemos_beepy", + "pkg": "mnemos-beepy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/beepy)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_config", + "pkg": "mnemos-config 0.1.0 (path+file:///home/rain/dev/mnemos/source/config)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "mnemos_d1_core", + "pkg": "mnemos-d1-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-core)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv", + "pkg": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv_rt", + "pkg": "riscv-rt 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "i2c_puppet", + "mnemos-beepy", + "serial-trace", + "sharp-display" + ] + }, + { + "id": "mnemos-d1-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/allwinner-d1/d1-core)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "d1-pac 0.0.31 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "mnemos-bitslab 0.1.0 (path+file:///home/rain/dev/mnemos/source/bitslab)", + "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proptest-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv-rt 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "d1_pac", + "pkg": "d1-pac 0.0.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_bitslab", + "pkg": "mnemos-bitslab 0.1.0 (path+file:///home/rain/dev/mnemos/source/bitslab)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_bitfield", + "pkg": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proptest", + "pkg": "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "dev", + "target": null + } + ] + }, + { + "name": "proptest_derive", + "pkg": "proptest-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "dev", + "target": null + } + ] + }, + { + "name": "riscv", + "pkg": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_arch = \"riscv64\", target_arch = \"riscv32\"))" + } + ] + }, + { + "name": "riscv_rt", + "pkg": "riscv-rt 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_arch = \"riscv64\", target_arch = \"riscv32\"))" + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "sharp-display" + ] + }, + { + "id": "mnemos-esp32c3-buddy 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/esp32c3-buddy)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "esp-alloc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "esp-backtrace 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "esp-println 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "esp32c3-hal 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp_alloc", + "pkg": "esp-alloc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp_backtrace", + "pkg": "esp-backtrace 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp_println", + "pkg": "esp-println 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "esp32c3_hal", + "pkg": "esp32c3-hal 0.11.0 (git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "portable_atomic", + "pkg": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv", + "pkg": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mnemos-std 0.1.0 (path+file:///home/rain/dev/mnemos/source/mstd)", + "dependencies": [ + "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cordyceps", + "pkg": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "heapless", + "pkg": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "maitake", + "pkg": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "abi", + "pkg": "mnemos-abi 0.1.0 (path+file:///home/rain/dev/mnemos/source/abi)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_alloc", + "pkg": "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard", + "pkg": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "panic-handler" + ] + }, + { + "id": "mnemos-trace-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/trace-proto)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_serde_structured", + "pkg": "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "mnemos-x86_64-bootloader 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/bootloader)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "bootloader 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mnemos-x86_64-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/core)", + "ovmf-prebuilt 0.1.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bootloader", + "pkg": "bootloader 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos", + "pkg": "mnemos-x86_64-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/core)", + "dep_kinds": [ + { + "kind": "build", + "target": null, + "extern_name": "mnemos", + "artifact": "bin", + "compile_target": "x86_64-unknown-none", + "bin_name": "bootloader" + } + ] + }, + { + "name": "ovmf_prebuilt", + "pkg": "ovmf-prebuilt 0.1.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mnemos-x86_64-core 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/x86_64/core)", + "dependencies": [ + "acpi 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bootloader_api 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "hal-x86_64 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "mycelium-alloc 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "acpi", + "pkg": "acpi 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bootloader_api", + "pkg": "bootloader_api 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hal_core", + "pkg": "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hal_x86_64", + "pkg": "hal-x86_64 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_alloc", + "pkg": "mycelium-alloc 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_util", + "pkg": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "profont", + "pkg": "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "bootloader_api" + ] + }, + { + "id": "modality-ingest-client 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "minicbor 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "minicbor", + "pkg": "minicbor 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "native_tls", + "pkg": "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_native_tls", + "pkg": "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mukti-metadata 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "mycelium-alloc 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [ + "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)" + ], + "deps": [ + { + "name": "hal_core", + "pkg": "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_util", + "pkg": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "buddy", + "bump", + "hal-core", + "mycelium-util", + "tracing" + ] + }, + { + "id": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "mycelium-trace 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [ + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)" + ], + "deps": [ + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hal_core", + "pkg": "hal-core 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mycelium_util", + "pkg": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "embedded-graphics" + ] + }, + { + "id": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dependencies": [ + "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)" + ], + "deps": [ + { + "name": "cordyceps", + "pkg": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "loom", + "pkg": "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(loom)" + } + ] + }, + { + "name": "mycelium_bitfield", + "pkg": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "mycelium-util 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [ + "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)" + ], + "deps": [ + { + "name": "cordyceps", + "pkg": "cordyceps 0.3.2 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "loom", + "pkg": "loom 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(loom)" + } + ] + }, + { + "name": "mycelium_bitfield", + "pkg": "mycelium-bitfield 0.1.3 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "mycotest 0.1.0 (git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489)", + "dependencies": [ + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.10.55 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "schannel 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework 2.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework-sys 2.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" + } + ] + }, + { + "name": "openssl", + "pkg": "openssl 0.10.55 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" + } + ] + }, + { + "name": "openssl_probe", + "pkg": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" + } + ] + }, + { + "name": "openssl_sys", + "pkg": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))" + } + ] + }, + { + "name": "schannel", + "pkg": "schannel 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + }, + { + "name": "security_framework", + "pkg": "security-framework 2.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + }, + { + "name": "security_framework_sys", + "pkg": "security-framework-sys 2.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + } + ], + "features": [] + }, + { + "id": "nb 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "nb 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "nb", + "pkg": "nb 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "unstable" + ] + }, + { + "id": "nb 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "neli 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "neli-proc-macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "neli_proc_macros", + "pkg": "neli-proc-macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "neli-proc-macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "nested 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "nextest-filtering 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "nom-tracable 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nom_locate 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "recursion 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "guppy", + "pkg": "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_workspace_hack", + "pkg": "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom_tracable", + "pkg": "nom-tracable 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom_locate", + "pkg": "nom_locate 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "recursion", + "pkg": "recursion 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex_syntax", + "pkg": "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "nextest-metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "smol_str 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_workspace_hack", + "pkg": "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smol_str", + "pkg": "smol_str 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target_spec", + "pkg": "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "nextest-runner 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "async-scoped 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "atomicwrites 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "camino-tempfile 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo_metadata 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "config 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "debug-ignore 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "future-queue 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime-serde 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "indent_write 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mukti-metadata 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-filtering 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-junit 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "self_update 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_ignored 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_path_to_error 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smol_str 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "strip-ansi-escapes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "target-spec-miette 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "twox-hash 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "win32job 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zstd 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "aho_corasick", + "pkg": "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "async_scoped", + "pkg": "async-scoped 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "atomicwrites", + "pkg": "atomicwrites 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "camino_tempfile", + "pkg": "camino-tempfile 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_metadata", + "pkg": "cargo_metadata 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "chrono", + "pkg": "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "config", + "pkg": "config 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "debug_ignore", + "pkg": "debug-ignore 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dunce", + "pkg": "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "future_queue", + "pkg": "future-queue 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "guppy", + "pkg": "guppy 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "home", + "pkg": "home 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "humantime_serde", + "pkg": "humantime-serde 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indent_write", + "pkg": "indent_write 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indicatif", + "pkg": "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "is_ci", + "pkg": "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itertools", + "pkg": "itertools 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mukti_metadata", + "pkg": "mukti-metadata 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_filtering", + "pkg": "nextest-filtering 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_metadata", + "pkg": "nextest-metadata 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_workspace_hack", + "pkg": "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nix", + "pkg": "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "owo_colors", + "pkg": "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quick_junit", + "pkg": "quick-junit 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "self_update", + "pkg": "self_update 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": null, + "target": "cfg(not(any(target_arch = \"riscv32\", target_arch = \"riscv64\")))" + }, + { + "kind": null, + "target": "cfg(any(target_arch = \"riscv32\", target_arch = \"riscv64\"))" + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_ignored", + "pkg": "serde_ignored 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_path_to_error", + "pkg": "serde_path_to_error 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "shell_words", + "pkg": "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smol_str", + "pkg": "smol_str 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "strip_ansi_escapes", + "pkg": "strip-ansi-escapes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tar", + "pkg": "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target_spec", + "pkg": "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target_spec_miette", + "pkg": "target-spec-miette 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml_edit", + "pkg": "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "twox_hash", + "pkg": "twox-hash 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_normalization", + "pkg": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "win32job", + "pkg": "win32job 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "windows", + "pkg": "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "zstd", + "pkg": "zstd 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "mukti-metadata", + "self-update", + "self_update" + ] + }, + { + "id": "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "nipper 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)", + "html5ever 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "markup5ever 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "selectors 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tendril 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cssparser", + "pkg": "cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "html5ever", + "pkg": "html5ever 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "markup5ever", + "pkg": "markup5ever 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "selectors", + "pkg": "selectors 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tendril", + "pkg": "tendril 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "nix 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": "cfg(target_os = \"dragonfly\")" + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memoffset", + "pkg": "memoffset 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_os = \"redox\"))" + } + ] + } + ], + "features": [] + }, + { + "id": "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "static_assertions", + "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "dir", + "fs", + "ioctl", + "poll", + "process", + "signal", + "term" + ] + }, + { + "id": "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "minimal_lexical", + "pkg": "minimal-lexical 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "nom-tracable 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "nom-tracable-macros 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nom_locate 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom_tracable_macros", + "pkg": "nom-tracable-macros 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom_locate", + "pkg": "nom_locate 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "nom-tracable-macros 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "nom_locate 4.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytecount", + "pkg": "bytecount 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nom", + "pkg": "nom 7.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "normpath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "notify 6.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", + "kqueue 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"macos\")" + } + ] + }, + { + "name": "crossbeam_channel", + "pkg": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "filetime", + "pkg": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fsevent_sys", + "pkg": "fsevent-sys 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"macos\")" + } + ] + }, + { + "name": "inotify", + "pkg": "inotify 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"linux\", target_os = \"android\"))" + } + ] + }, + { + "name": "kqueue", + "pkg": "kqueue 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mio", + "pkg": "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\", target_os = \"dragonflybsd\"))" + }, + { + "kind": null, + "target": "cfg(any(target_os = \"linux\", target_os = \"android\"))" + } + ] + }, + { + "name": "walkdir", + "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "crossbeam-channel", + "default", + "fsevent-sys", + "macos_fsevent" + ] + }, + { + "id": "notify-debouncer-full 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "file-id 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "notify 6.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "crossbeam_channel", + "pkg": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "file_id", + "pkg": "file-id 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "notify", + "pkg": "notify 6.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "walkdir", + "pkg": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "crossbeam", + "crossbeam-channel", + "default" + ] + }, + { + "id": "nu-ansi-term 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "overload 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "overload", + "pkg": "overload 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + } + ], + "features": [] + }, + { + "id": "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "num_integer", + "pkg": "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_iter", + "pkg": "num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "i128", + "std" + ] + }, + { + "id": "num-iter 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "num_integer", + "pkg": "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "num-rational 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "num_integer", + "pkg": "num-integer 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libm 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libm", + "pkg": "libm 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "i128", + "libm", + "std" + ] + }, + { + "id": "num_cpus 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hermit_abi", + "pkg": "hermit-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"hermit\")" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + } + ], + "features": [] + }, + { + "id": "num_threads 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\", target_os = \"freebsd\"))" + } + ] + } + ], + "features": [] + }, + { + "id": "number_prefix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "object 0.31.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ruzstd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ruzstd", + "pkg": "ruzstd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "archive", + "coff", + "compression", + "elf", + "flate2", + "macho", + "pe", + "read", + "read_core", + "ruzstd", + "std", + "unaligned", + "xcoff" + ] + }, + { + "id": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "race", + "std", + "unstable" + ] + }, + { + "id": "open 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "is-wsl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "is_wsl", + "pkg": "is-wsl 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"linux\", target_os = \"android\", target_os = \"freebsd\", target_os = \"dragonfly\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"illumos\", target_os = \"solaris\"))" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "pathdiff", + "pkg": "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(unix, not(macos)))" + } + ] + } + ], + "features": [] + }, + { + "id": "opener 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"linux\")" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "openssl 0.10.55 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "foreign_types", + "pkg": "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl_macros", + "pkg": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ffi", + "pkg": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "vendored" + ] + }, + { + "id": "openssl-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "openssl-probe 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "openssl-src 111.27.0+1.1.1v (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "openssl-sys 0.9.90 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-src 111.27.0+1.1.1v (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "openssl_src", + "pkg": "openssl-src 111.27.0+1.1.1v (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "vcpkg", + "pkg": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": "cfg(target_env = \"msvc\")" + } + ] + } + ], + "features": [ + "openssl-src", + "vendored" + ] + }, + { + "id": "option-ext 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "ordered-float 2.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "orion 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fiat-crypto 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fiat_crypto", + "pkg": "fiat-crypto 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "os_info 3.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "serde" + ] + }, + { + "id": "os_pipe 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "os_str_bytes 6.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "raw_os_str" + ] + }, + { + "id": "overload 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "ovmf-prebuilt 0.1.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "owo-colors 3.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "supports-color 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "supports_color", + "pkg": "supports-color 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "supports-color", + "supports-colors" + ] + }, + { + "id": "p384 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ecdsa 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", + "primeorder 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ecdsa_core", + "pkg": "ecdsa 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "elliptic_curve", + "pkg": "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "primeorder", + "pkg": "primeorder 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha2", + "pkg": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "arithmetic", + "default", + "digest", + "ecdh", + "ecdsa", + "ecdsa-core", + "pem", + "pkcs8", + "sha2", + "sha384", + "std" + ] + }, + { + "id": "parking 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "lock_api 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot_core 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "lock_api", + "pkg": "lock_api 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot_core", + "pkg": "parking_lot_core 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "parking_lot_core 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "syscall", + "pkg": "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"redox\")" + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_targets", + "pkg": "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "parse_int 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "pasetors 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ct-codecs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "ed25519-compact 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "orion 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)", + "p384 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ct_codecs", + "pkg": "ct-codecs 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ed25519_compact", + "pkg": "ed25519-compact 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "getrandom", + "pkg": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "orion", + "pkg": "orion 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "p384", + "pkg": "p384 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha2", + "pkg": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "time", + "pkg": "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "ed25519-compact", + "orion", + "p384", + "paserk", + "rand_core", + "regex", + "serde", + "serde_json", + "sha2", + "std", + "time", + "v3", + "v4" + ] + }, + { + "id": "password-hash 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64ct", + "pkg": "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "rand_core" + ] + }, + { + "id": "paste 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "pathdiff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "camino", + "pkg": "camino 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "camino" + ] + }, + { + "id": "pbkdf2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "password-hash 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "digest", + "pkg": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hmac", + "pkg": "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "password_hash", + "pkg": "password-hash 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha2", + "pkg": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "hmac", + "password-hash", + "sha2", + "simple" + ] + }, + { + "id": "pem-rfc7468 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64ct", + "pkg": "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc" + ] + }, + { + "id": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "petgraph 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fixedbitset", + "pkg": "fixedbitset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "phf_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-hack 0.5.20+deprecated (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "phf_macros", + "pkg": "phf_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf_shared", + "pkg": "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro_hack", + "pkg": "proc-macro-hack 0.5.20+deprecated (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "macros", + "phf_macros", + "proc-macro-hack", + "std" + ] + }, + { + "id": "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "phf_generator", + "pkg": "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf_shared", + "pkg": "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "phf_shared", + "pkg": "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "phf_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "phf_shared", + "pkg": "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "phf_macros 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-hack 0.5.20+deprecated (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "phf_generator", + "pkg": "phf_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf_shared", + "pkg": "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro_hack", + "pkg": "proc-macro-hack 0.5.20+deprecated (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "siphasher 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "siphasher", + "pkg": "siphasher 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "siphasher 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "siphasher", + "pkg": "siphasher 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "pin-project-internal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "pin_project_internal", + "pkg": "pin-project-internal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "pin-project-internal 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "pinned 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "pkcs8 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "spki 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "der", + "pkg": "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "spki", + "pkg": "spki 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "pem", + "std" + ] + }, + { + "id": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "png 0.16.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crc32fast", + "pkg": "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "deflate", + "pkg": "deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miniz_oxide", + "pkg": "miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "deflate", + "png-encoding" + ] + }, + { + "id": "polling 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "concurrent_queue", + "pkg": "concurrent-queue 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))" + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "pomelo 0.1.0 (path+file:///home/rain/dev/mnemos/platforms/pomelo)", + "dependencies": [ + "async-std 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "console_error_panic_hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-graphics-web-simulator 0.3.0 (git+https://github.com/spookyvision/embedded-graphics-web-simulator#0f07b1efb8181860c16b3edf8293aff9515cc480)", + "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gloo-utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-wasm 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_std", + "pkg": "async-std 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "chrono", + "pkg": "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "console_error_panic_hook", + "pkg": "console_error_panic_hook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_graphics_web_simulator", + "pkg": "embedded-graphics-web-simulator 0.3.0 (git+https://github.com/spookyvision/embedded-graphics-web-simulator#0f07b1efb8181860c16b3edf8293aff9515cc480)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "forth3", + "pkg": "forth3 0.1.0 (path+file:///home/rain/dev/mnemos/source/forth3)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo", + "pkg": "gloo 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "gloo_utils", + "pkg": "gloo-utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "humantime", + "pkg": "humantime 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "maitake", + "pkg": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_kernel", + "pkg": "mnemos 0.1.0 (path+file:///home/rain/dev/mnemos/source/kernel)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mnemos_alloc", + "pkg": "mnemos-alloc 0.1.0 (path+file:///home/rain/dev/mnemos/source/alloc)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard", + "pkg": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sermux_proto", + "pkg": "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_wasm", + "pkg": "tracing-wasm 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "portable-atomic 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "critical-section", + "default", + "fallback", + "require-cas" + ] + }, + { + "id": "postcard 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "postcard-cobs 0.1.5-pre (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "heapless", + "pkg": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cobs", + "pkg": "postcard-cobs 0.1.5-pre (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "heapless", + "heapless-cas", + "use-std" + ] + }, + { + "id": "postcard 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "const_format 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "postcard-derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cobs", + "pkg": "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "const_format", + "pkg": "const_format 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "heapless", + "pkg": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "postcard_derive", + "pkg": "postcard-derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "const_format", + "default", + "experimental-derive", + "heapless", + "heapless-cas", + "postcard-derive", + "use-std" + ] + }, + { + "id": "postcard-cobs 0.1.5-pre (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "postcard-derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "ppv-lite86 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "simd", + "std" + ] + }, + { + "id": "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "primeorder 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "elliptic_curve", + "pkg": "elliptic-curve 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "proc-macro-crate 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml_edit", + "pkg": "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro_error_attr", + "pkg": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "default", + "syn", + "syn-error" + ] + }, + { + "id": "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "proc-macro-hack 0.5.20+deprecated (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "proc-macro" + ] + }, + { + "id": "prodash 23.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "parking_lot", + "progress-tree" + ] + }, + { + "id": "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_xorshift 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", + "rusty-fork 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unarray 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bit_set", + "pkg": "bit-set 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_traits", + "pkg": "num-traits 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_chacha", + "pkg": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_xorshift", + "pkg": "rand_xorshift 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex_syntax", + "pkg": "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rusty_fork", + "pkg": "rusty-fork 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unarray", + "pkg": "unarray 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "bit-set", + "break-dead-code", + "default", + "fork", + "lazy_static", + "regex-syntax", + "rusty-fork", + "std", + "tempfile", + "timeout" + ] + }, + { + "id": "proptest-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prost-derive 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "prost_derive", + "pkg": "prost-derive 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "prost-derive", + "std" + ] + }, + { + "id": "prost-derive 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itertools", + "pkg": "itertools 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "prost-types 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "prost", + "pkg": "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "quick-junit 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-xml 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "chrono", + "pkg": "chrono 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nextest_workspace_hack", + "pkg": "nextest-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quick_xml", + "pkg": "quick-xml 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "quick-xml 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "quick-xml 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "proc-macro" + ] + }, + { + "id": "r0 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "radium 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "rand_chacha", + "pkg": "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_hc", + "pkg": "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_isaac", + "pkg": "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_jitter", + "pkg": "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_os", + "pkg": "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_pcg", + "pkg": "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_xorshift", + "pkg": "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "alloc", + "default", + "rand_os", + "std" + ] + }, + { + "id": "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "getrandom_package", + "pkg": "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "rand_chacha", + "pkg": "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_os = \"emscripten\"))" + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_hc", + "pkg": "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"emscripten\")" + } + ] + }, + { + "name": "rand_pcg", + "pkg": "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "getrandom", + "getrandom_package", + "libc", + "rand_pcg", + "small_rng", + "std" + ] + }, + { + "id": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "rand_chacha", + "pkg": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "getrandom", + "libc", + "rand_chacha", + "small_rng", + "std", + "std_rng" + ] + }, + { + "id": "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ppv-lite86 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ppv_lite86", + "pkg": "ppv-lite86 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "rand_chacha 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ppv-lite86 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ppv_lite86", + "pkg": "ppv-lite86 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "std" + ] + }, + { + "id": "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "getrandom", + "pkg": "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "getrandom", + "std" + ] + }, + { + "id": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "getrandom", + "pkg": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "getrandom", + "std" + ] + }, + { + "id": "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"macos\", target_os = \"ios\"))" + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + } + ], + "features": [ + "std" + ] + }, + { + "id": "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cloudabi", + "pkg": "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"cloudabi\")" + } + ] + }, + { + "name": "fuchsia_cprng", + "pkg": "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"fuchsia\")" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rdrand", + "pkg": "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_env = \"sgx\")" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_xorshift 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rand_xoshiro 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "raw-cpuid 10.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rayon 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon-core 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rayon_core", + "pkg": "rayon-core 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rayon-core 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-deque 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "crossbeam_channel", + "pkg": "crossbeam-channel 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_deque", + "pkg": "crossbeam-deque 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_cpus", + "pkg": "num_cpus 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rand_core", + "pkg": "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "recursion 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures", + "pkg": "futures 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "redox_users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "getrandom", + "pkg": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syscall", + "pkg": "redox_syscall 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-automata 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "aho_corasick", + "pkg": "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex_automata", + "pkg": "regex-automata 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex_syntax", + "pkg": "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "perf", + "perf-backtrack", + "perf-cache", + "perf-dfa", + "perf-inline", + "perf-literal", + "perf-onepass", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ] + }, + { + "id": "regex-automata 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "regex_syntax", + "pkg": "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "regex-syntax", + "std" + ] + }, + { + "id": "regex-automata 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "aho_corasick", + "pkg": "aho-corasick 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex_syntax", + "pkg": "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "dfa-onepass", + "dfa-search", + "hybrid", + "meta", + "nfa-backtrack", + "nfa-pikevm", + "nfa-thompson", + "perf-inline", + "perf-literal", + "perf-literal-multisubstring", + "perf-literal-substring", + "std", + "syntax", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment", + "unicode-word-boundary" + ] + }, + { + "id": "regex-syntax 0.6.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ] + }, + { + "id": "regex-syntax 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std", + "unicode", + "unicode-age", + "unicode-bool", + "unicode-case", + "unicode-gencat", + "unicode-perl", + "unicode-script", + "unicode-segment" + ] + }, + { + "id": "remove_dir_all 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "aligned 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cvt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "fs_at 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "normpath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "aligned", + "pkg": "aligned 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cvt", + "pkg": "cvt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "fs_at", + "pkg": "fs_at 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "normpath", + "pkg": "normpath 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "encoding_rs 0.8.33 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ipnet 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls-pemfile 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "trust-dns-resolver 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-streams 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki-roots 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "winreg 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "encoding_rs", + "pkg": "encoding_rs 0.8.33 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "h2", + "pkg": "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_body", + "pkg": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "hyper", + "pkg": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "hyper_rustls", + "pkg": "hyper-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "hyper_tls", + "pkg": "hyper-tls 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "ipnet", + "pkg": "ipnet 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "mime", + "pkg": "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "native_tls_crate", + "pkg": "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "percent_encoding", + "pkg": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "rustls", + "pkg": "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "rustls_pemfile", + "pkg": "rustls-pemfile 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "serde_urlencoded", + "pkg": "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "tokio_native_tls", + "pkg": "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "tokio_rustls", + "pkg": "tokio-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "tokio_util", + "pkg": "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "tower_service", + "pkg": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "trust_dns_resolver", + "pkg": "trust-dns-resolver 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "wasm_streams", + "pkg": "wasm-streams 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_arch = \"wasm32\")" + } + ] + }, + { + "name": "webpki_roots", + "pkg": "webpki-roots 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_arch = \"wasm32\"))" + } + ] + }, + { + "name": "winreg", + "pkg": "winreg 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "__rustls", + "__tls", + "blocking", + "default-tls", + "hyper-rustls", + "hyper-tls", + "json", + "native-tls-crate", + "rustls", + "rustls-pemfile", + "rustls-tls", + "rustls-tls-webpki-roots", + "serde_json", + "stream", + "tokio-native-tls", + "tokio-rustls", + "tokio-util", + "trust-dns", + "trust-dns-resolver", + "wasm-streams", + "webpki-roots" + ] + }, + { + "id": "resolv-conf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hostname", + "pkg": "hostname 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quick_error", + "pkg": "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "hostname", + "system" + ] + }, + { + "id": "rfc6979 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hmac", + "pkg": "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))" + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"android\", target_os = \"linux\"))" + }, + { + "kind": null, + "target": "cfg(any(target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"illumos\", target_os = \"netbsd\", target_os = \"openbsd\", target_os = \"solaris\"))" + } + ] + }, + { + "name": "spin", + "pkg": "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_arch = \"x86\", target_arch = \"x86_64\", all(any(target_arch = \"aarch64\", target_arch = \"arm\"), any(target_os = \"android\", target_os = \"fuchsia\", target_os = \"linux\"))))" + } + ] + }, + { + "name": "untrusted", + "pkg": "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"wasm32\", target_vendor = \"unknown\", target_os = \"unknown\", target_env = \"\"))" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + } + ], + "features": [ + "alloc", + "default", + "dev_urandom_fallback", + "once_cell" + ] + }, + { + "id": "ring-drawer 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "dependencies": [ + "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "input-mgr 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "embedded_graphics", + "pkg": "embedded-graphics 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "input_mgr", + "pkg": "input-mgr 0.1.0 (git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "profont", + "pkg": "profont 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bit_field 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bit_field", + "pkg": "bit_field 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "critical_section", + "pkg": "critical-section 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "embedded_hal", + "pkg": "embedded-hal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "critical-section-single-hart" + ] + }, + { + "id": "riscv-atomic-emulation-trap 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "riscv-rt 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "r0 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv-rt-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "riscv-target 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "r0", + "pkg": "r0 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv", + "pkg": "riscv 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv_rt_macros", + "pkg": "riscv-rt-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "riscv_target", + "pkg": "riscv-target 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "riscv-rt-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "riscv-target 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rsdp 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rustc-cfg 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "failure", + "pkg": "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rustc-demangle 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rustfix 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "errno 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "io-lifetimes 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "linux-raw-sys 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc_errno", + "pkg": "errno 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))" + }, + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "io_lifetimes", + "pkg": "io-lifetimes 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))" + }, + { + "kind": null, + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))" + } + ] + }, + { + "name": "linux_raw_sys", + "pkg": "linux-raw-sys 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\")))))" + }, + { + "kind": null, + "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", any(target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"), all(target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"powerpc64\", target_arch = \"riscv64\", target_arch = \"mips\", target_arch = \"mips64\"))))))))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "fs", + "io-lifetimes", + "libc", + "std", + "termios", + "use-libc-auxv" + ] + }, + { + "id": "rustix 0.38.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "errno 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "linux-raw-sys 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc_errno", + "pkg": "errno 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))" + }, + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(not(windows), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))" + } + ] + }, + { + "name": "linux_raw_sys", + "pkg": "linux-raw-sys 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(not(rustix_use_libc), not(miri), target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\"))))" + }, + { + "kind": null, + "target": "cfg(all(any(target_os = \"android\", target_os = \"linux\"), any(rustix_use_libc, miri, not(all(target_os = \"linux\", target_endian = \"little\", any(target_arch = \"arm\", all(target_arch = \"aarch64\", target_pointer_width = \"64\"), target_arch = \"riscv64\", all(rustix_use_experimental_asm, target_arch = \"powerpc64\"), all(rustix_use_experimental_asm, target_arch = \"mips\"), all(rustix_use_experimental_asm, target_arch = \"mips32r6\"), all(rustix_use_experimental_asm, target_arch = \"mips64\"), all(rustix_use_experimental_asm, target_arch = \"mips64r6\"), target_arch = \"x86\", all(target_arch = \"x86_64\", target_pointer_width = \"64\")))))))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "std", + "termios", + "use-libc-auxv" + ] + }, + { + "id": "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls-webpki 0.101.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sct 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ring", + "pkg": "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "webpki", + "pkg": "rustls-webpki 0.101.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sct", + "pkg": "sct 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "dangerous_configuration", + "default", + "log", + "logging", + "tls12" + ] + }, + { + "id": "rustls-pemfile 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "rustls-webpki 0.100.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ring", + "pkg": "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "untrusted", + "pkg": "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "rustls-webpki 0.101.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ring", + "pkg": "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "untrusted", + "pkg": "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "rusty-fork 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "fnv", + "pkg": "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quick_error", + "pkg": "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wait_timeout", + "pkg": "wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "timeout", + "wait-timeout" + ] + }, + { + "id": "ruzstd 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "twox-hash 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "twox_hash", + "pkg": "twox-hash 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "schannel 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "scoped-tls 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "use_std" + ] + }, + { + "id": "sct 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ring", + "pkg": "ring 0.16.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "untrusted", + "pkg": "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num", + "pkg": "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sdl2_sys", + "pkg": "sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "seahash 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "sec1 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base16ct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "pkcs8 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base16ct", + "pkg": "base16ct 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "der", + "pkg": "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "generic_array", + "pkg": "generic-array 0.14.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pkcs8", + "pkg": "pkcs8 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "subtle", + "pkg": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zeroize", + "pkg": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "der", + "pem", + "pkcs8", + "point", + "std", + "subtle", + "zeroize" + ] + }, + { + "id": "security-framework 2.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "security-framework-sys 2.9.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "core_foundation", + "pkg": "core-foundation 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "core_foundation_sys", + "pkg": "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "security_framework_sys", + "pkg": "security-framework-sys 2.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "OSX_10_9", + "default" + ] + }, + { + "id": "security-framework-sys 2.9.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "core_foundation_sys", + "pkg": "core-foundation-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "OSX_10_9", + "default" + ] + }, + { + "id": "selectors 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)", + "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", + "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "servo_arc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cssparser", + "pkg": "cssparser 0.27.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "derive_more", + "pkg": "derive_more 0.99.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fxhash", + "pkg": "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "matches", + "pkg": "matches 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf", + "pkg": "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf_codegen", + "pkg": "phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "precomputed_hash", + "pkg": "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "servo_arc", + "pkg": "servo_arc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thin_slice", + "pkg": "thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "self_update 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "quick-xml 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "urlencoding 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hyper", + "pkg": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indicatif", + "pkg": "indicatif 0.17.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quick_xml", + "pkg": "quick-xml 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "reqwest", + "pkg": "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tar", + "pkg": "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tempfile", + "pkg": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "urlencoding", + "pkg": "urlencoding 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "archive-tar", + "compression-flate2", + "default", + "either", + "flate2", + "rustls", + "tar" + ] + }, + { + "id": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "serde", + "std" + ] + }, + { + "id": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde_derive 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde_derive", + "pkg": "serde_derive 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + }, + { + "kind": null, + "target": "cfg(any())" + } + ] + } + ], + "features": [ + "alloc", + "default", + "derive", + "rc", + "serde_derive", + "std" + ] + }, + { + "id": "serde-big-array 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "serde-value 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ordered-float 2.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ordered_float", + "pkg": "ordered-float 2.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "serde-wasm-bindgen 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "serde_derive 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "serde_ignored 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ryu", + "pkg": "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "raw_value", + "std", + "unbounded_depth" + ] + }, + { + "id": "serde_path_to_error 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "serde_plain 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "serde_spanned 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "serde" + ] + }, + { + "id": "serde_urlencoded 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "form_urlencoded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "form_urlencoded", + "pkg": "form_urlencoded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ryu", + "pkg": "ryu 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "serialport 4.0.1 (git+https://github.com/metta-systems/serialport-rs?rev=7fec572529ec35b82bd4e3636d897fe2f1c2233f#7fec572529ec35b82bd4e3636d897fe2f1c2233f)", + "dependencies": [ + "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "nix 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "CoreFoundation_sys", + "pkg": "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))" + } + ] + }, + { + "name": "IOKit_sys", + "pkg": "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))" + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "libudev", + "pkg": "libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_os = \"linux\", not(target_env = \"musl\")))" + } + ] + }, + { + "name": "mach", + "pkg": "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))" + } + ] + }, + { + "name": "nix", + "pkg": "nix 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "libudev" + ] + }, + { + "id": "serialport 4.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "mach2 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "CoreFoundation_sys", + "pkg": "CoreFoundation-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))" + } + ] + }, + { + "name": "IOKit_sys", + "pkg": "IOKit-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))" + } + ] + }, + { + "name": "bitflags", + "pkg": "bitflags 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "libudev", + "pkg": "libudev 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_os = \"linux\", not(target_env = \"musl\")))" + } + ] + }, + { + "name": "mach2", + "pkg": "mach2 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_os = \"ios\", target_os = \"macos\"))" + } + ] + }, + { + "name": "nix", + "pkg": "nix 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "scopeguard", + "pkg": "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "default", + "libudev" + ] + }, + { + "id": "sermux-proto 0.1.0 (path+file:///home/rain/dev/mnemos/source/sermux-proto)", + "dependencies": [ + "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cobs", + "pkg": "cobs 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proptest", + "pkg": "proptest 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "dev", + "target": null + } + ] + } + ], + "features": [ + "use-std" + ] + }, + { + "id": "servo_arc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "nodrop", + "pkg": "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "stable_deref_trait", + "pkg": "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cpufeatures", + "pkg": "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))" + } + ] + }, + { + "name": "digest", + "pkg": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "sha1_smol 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "sha2 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cpufeatures", + "pkg": "cpufeatures 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))" + } + ] + }, + { + "name": "digest", + "pkg": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "sharded-slab 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "shared_child 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "shell-escape 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "shell-words 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook_registry", + "pkg": "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "channel", + "default", + "iterator" + ] + }, + { + "id": "signal-hook-mio 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mio_0_8", + "pkg": "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook", + "pkg": "signal-hook 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "mio-0_8", + "support-v0_8" + ] + }, + { + "id": "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "signature 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "digest", + "pkg": "digest 0.10.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand_core", + "pkg": "rand_core 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "digest", + "rand_core", + "std" + ] + }, + { + "id": "similar 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bstr 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-segmentation 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bstr", + "pkg": "bstr 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_segmentation", + "pkg": "unicode-segmentation 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "bstr", + "default", + "text", + "unicode", + "unicode-segmentation" + ] + }, + { + "id": "siphasher 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "sized-chunks 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitmaps", + "pkg": "bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "typenum", + "pkg": "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "slip-codec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "write" + ] + }, + { + "id": "smawk 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "smol_str 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "serde", + "std" + ] + }, + { + "id": "snafu 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "snafu-derive 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "doc_comment", + "pkg": "doc-comment 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "snafu_derive", + "pkg": "snafu-derive 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "rust_1_39", + "rust_1_46", + "std" + ] + }, + { + "id": "snafu-derive 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "heck", + "pkg": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "rust_1_39", + "rust_1_46" + ] + }, + { + "id": "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "all" + ] + }, + { + "id": "socket2 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "spin 0.9.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "lock_api 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "lock_api_crate", + "pkg": "lock_api 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "barrier", + "default", + "lazy", + "lock_api", + "lock_api_crate", + "mutex", + "once", + "rwlock", + "spin_mutex" + ] + }, + { + "id": "spitebuf 0.1.0 (path+file:///home/rain/dev/mnemos/source/spitebuf)", + "dependencies": [ + "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)" + ], + "deps": [ + { + "name": "maitake", + "pkg": "maitake 0.1.0 (git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "spki 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64ct", + "pkg": "base64ct 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "der", + "pkg": "der 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "pem", + "std" + ] + }, + { + "id": "stable_deref_trait 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "string_cache 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "debug_unreachable", + "pkg": "new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf_shared", + "pkg": "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "precomputed_hash", + "pkg": "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "serde", + "serde_support" + ] + }, + { + "id": "string_cache_codegen 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "phf_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "phf_generator", + "pkg": "phf_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "phf_shared", + "pkg": "phf_shared 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "strip-ansi-escapes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "vte 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "vte", + "pkg": "vte 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "strsim 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "strum 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "strum_macros", + "pkg": "strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "derive", + "std", + "strum_macros" + ] + }, + { + "id": "strum 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "strum_macros 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "strum_macros", + "pkg": "strum_macros 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "derive", + "std", + "strum_macros" + ] + }, + { + "id": "strum_macros 0.24.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "heck", + "pkg": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "strum_macros 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "heck", + "pkg": "heck 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "subtle 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "i128" + ] + }, + { + "id": "supports-color 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "atty", + "pkg": "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "is_ci", + "pkg": "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "supports-color 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "is_terminal", + "pkg": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "is_ci", + "pkg": "is_ci 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "supports-hyperlinks 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "is_terminal", + "pkg": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "supports-unicode 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "is_terminal", + "pkg": "is-terminal 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "clone-impls", + "default", + "derive", + "extra-traits", + "fold", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" + ] + }, + { + "id": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "clone-impls", + "default", + "derive", + "extra-traits", + "full", + "parsing", + "printing", + "proc-macro", + "quote", + "visit", + "visit-mut" + ] + }, + { + "id": "sync_wrapper 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "synstructure 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 1.0.109 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_xid", + "pkg": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "proc-macro" + ] + }, + { + "id": "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "xattr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "filetime", + "pkg": "filetime 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "xattr", + "pkg": "xattr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + } + ], + "features": [ + "default", + "xattr" + ] + }, + { + "id": "target 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "target-lexicon 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-expr 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "target-lexicon 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_expr", + "pkg": "cfg-expr 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "guppy_workspace_hack", + "pkg": "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target_lexicon", + "pkg": "target-lexicon 0.12.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_ident", + "pkg": "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "custom", + "summaries" + ] + }, + { + "id": "target-spec-miette 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "guppy_workspace_hack", + "pkg": "guppy-workspace-hack 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miette", + "pkg": "miette 5.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "target_spec", + "pkg": "target-spec 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tempfile 3.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fastrand", + "pkg": "fastrand 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syscall", + "pkg": "redox_syscall 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"redox\")" + } + ] + }, + { + "name": "rustix", + "pkg": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(unix, target_os = \"wasi\"))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "tendril 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futf 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "utf-8 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futf", + "pkg": "futf 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mac", + "pkg": "mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "utf8", + "pkg": "utf-8 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(target_os = \"windows\"))" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"windows\")" + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "termcolor 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "terminal_size 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "terminal_size 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rustix", + "pkg": "rustix 0.37.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows))" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "term_size", + "pkg": "term_size 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "term_size" + ] + }, + { + "id": "textwrap 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "smawk 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-linebreak 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "smawk", + "pkg": "smawk 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_linebreak", + "pkg": "unicode-linebreak 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "unicode_width", + "pkg": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "smawk", + "unicode-linebreak", + "unicode-width" + ] + }, + { + "id": "textwrap 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "thiserror-impl 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "thiserror_impl", + "pkg": "thiserror-impl 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "thiserror-impl 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tiff 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "jpeg-decoder 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "weezl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "jpeg", + "pkg": "jpeg-decoder 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "miniz_oxide", + "pkg": "miniz_oxide 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "weezl", + "pkg": "weezl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "time 0.1.45 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasi", + "pkg": "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_os = \"wasi\")" + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "num_threads 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "time-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "time-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "itoa", + "pkg": "itoa 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_family = \"unix\")" + } + ] + }, + { + "name": "num_threads", + "pkg": "num_threads 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_family = \"unix\")" + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "time_core", + "pkg": "time-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "time_macros", + "pkg": "time-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "formatting", + "local-offset", + "macros", + "parsing", + "std" + ] + }, + { + "id": "time-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "time-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "time-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "time_core", + "pkg": "time-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "formatting", + "parsing" + ] + }, + { + "id": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "tinyvec_macros", + "pkg": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "tinyvec_macros" + ] + }, + { + "id": "tinyvec_macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "num_cpus 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-macros 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "autocfg", + "pkg": "autocfg 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "backtrace", + "pkg": "backtrace 0.3.68 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(tokio_taskdump)" + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "mio", + "pkg": "mio 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "num_cpus", + "pkg": "num_cpus 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "signal_hook_registry", + "pkg": "signal-hook-registry 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + }, + { + "name": "socket2", + "pkg": "socket2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(any(target_arch = \"wasm32\", target_arch = \"wasm64\")))" + } + ] + }, + { + "name": "tokio_macros", + "pkg": "tokio-macros 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(tokio_unstable)" + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [ + "bytes", + "default", + "fs", + "full", + "io-std", + "io-util", + "libc", + "macros", + "mio", + "net", + "num_cpus", + "parking_lot", + "process", + "rt", + "rt-multi-thread", + "signal", + "signal-hook-registry", + "socket2", + "sync", + "time", + "tokio-macros", + "tracing", + "windows-sys" + ] + }, + { + "id": "tokio-io-timeout 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tokio-macros 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tokio-native-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "native_tls", + "pkg": "native-tls 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tokio-rustls 0.24.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "rustls", + "pkg": "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "logging", + "tls12" + ] + }, + { + "id": "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_util", + "pkg": "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "fs", + "net", + "sync", + "time", + "tokio-util" + ] + }, + { + "id": "tokio-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tungstenite", + "pkg": "tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "connect", + "default", + "handshake", + "stream" + ] + }, + { + "id": "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_sink", + "pkg": "futures-sink 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "codec", + "default", + "io", + "tracing" + ] + }, + { + "id": "toml 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_spanned 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "toml_datetime 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_spanned", + "pkg": "serde_spanned 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml_datetime", + "pkg": "toml_datetime 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml_edit", + "pkg": "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "display", + "parse" + ] + }, + { + "id": "toml_datetime 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "serde" + ] + }, + { + "id": "toml_edit 0.19.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_spanned 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "toml_datetime 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winnow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "indexmap", + "pkg": "indexmap 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_spanned", + "pkg": "serde_spanned 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml_datetime", + "pkg": "toml_datetime 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winnow", + "pkg": "winnow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "serde" + ] + }, + { + "id": "tonic 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "axum 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "hyper-timeout 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_trait", + "pkg": "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "axum", + "pkg": "axum 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "h2", + "pkg": "h2 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_body", + "pkg": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hyper", + "pkg": "hyper 0.14.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hyper_timeout", + "pkg": "hyper-timeout 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "percent_encoding", + "pkg": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project", + "pkg": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "prost", + "pkg": "prost 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_stream", + "pkg": "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower", + "pkg": "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_layer", + "pkg": "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_service", + "pkg": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "channel", + "codegen", + "default", + "prost", + "transport" + ] + }, + { + "id": "tower 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "indexmap", + "pkg": "indexmap 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project", + "pkg": "pin-project 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "slab", + "pkg": "slab 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_util", + "pkg": "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_layer", + "pkg": "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_service", + "pkg": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "__common", + "balance", + "buffer", + "discover", + "futures-core", + "futures-util", + "indexmap", + "limit", + "load", + "log", + "make", + "pin-project", + "pin-project-lite", + "rand", + "ready-cache", + "slab", + "timeout", + "tokio", + "tokio-util", + "tracing", + "util" + ] + }, + { + "id": "tower-http 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "http-range-header 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "httpdate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "mime_guess 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bitflags", + "pkg": "bitflags 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_core", + "pkg": "futures-core 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_body", + "pkg": "http-body 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http_range_header", + "pkg": "http-range-header 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "httpdate", + "pkg": "httpdate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mime", + "pkg": "mime 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "mime_guess", + "pkg": "mime_guess 2.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "percent_encoding", + "pkg": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_util", + "pkg": "tokio-util 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_layer", + "pkg": "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_service", + "pkg": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "fs", + "httpdate", + "mime", + "mime_guess", + "percent-encoding", + "set-status", + "tokio", + "tokio-util", + "trace", + "tracing" + ] + }, + { + "id": "tower-layer 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "tower-service 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-attributes 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_attributes", + "pkg": "tracing-attributes 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "attributes", + "default", + "log", + "std", + "tracing-attributes" + ] + }, + { + "id": "tracing 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dependencies": [ + "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)" + ], + "deps": [ + { + "name": "pin_project_lite", + "pkg": "pin-project-lite 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_attributes", + "pkg": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "attributes", + "tracing-attributes" + ] + }, + { + "id": "tracing-attributes 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tracing-attributes 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "valuable 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "valuable", + "pkg": "valuable 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(tracing_unstable)" + } + ] + } + ], + "features": [ + "default", + "once_cell", + "std", + "valuable" + ] + }, + { + "id": "tracing-core 0.2.0 (git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "tracing-log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "log-tracer", + "std" + ] + }, + { + "id": "tracing-modality 0.1.0 (git+https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764#9c23c188466357e7ad0c618b4edfe9514e9bf764)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dirs 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "modality-ingest-client 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dirs", + "pkg": "dirs 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hex", + "pkg": "hex 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "modality_ingest_client", + "pkg": "modality-ingest-client 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "uuid", + "pkg": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "tracing-serde-structured 0.2.0 (git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66)", + "dependencies": [ + "hash32 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "hash32", + "pkg": "hash32 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "heapless", + "pkg": "heapless 0.7.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "matchers 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "nu-ansi-term 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "sharded-slab 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "matchers", + "pkg": "matchers 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nu_ansi_term", + "pkg": "nu-ansi-term 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "regex", + "pkg": "regex 1.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sharded_slab", + "pkg": "sharded-slab 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thread_local", + "pkg": "thread_local 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_core", + "pkg": "tracing-core 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_log", + "pkg": "tracing-log 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "ansi", + "default", + "env-filter", + "fmt", + "matchers", + "nu-ansi-term", + "once_cell", + "regex", + "registry", + "sharded-slab", + "smallvec", + "std", + "thread_local", + "tracing", + "tracing-log" + ] + }, + { + "id": "tracing-wasm 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "trunk 0.17.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "axum 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo-lock 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cargo_metadata 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "envy 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "fs_extra 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "local-ip-address 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "nipper 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "notify 6.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "notify-debouncer-full 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "open 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "remove_dir_all 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "seahash 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "tower-http 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "zip 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "ansi_term", + "pkg": "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "axum", + "pkg": "axum 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_lock", + "pkg": "cargo-lock 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cargo_metadata", + "pkg": "cargo_metadata 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "clap", + "pkg": "clap 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "console", + "pkg": "console 0.15.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "directories", + "pkg": "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "dunce", + "pkg": "dunce 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "envy", + "pkg": "envy 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "fs_extra", + "pkg": "fs_extra 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "local_ip_address", + "pkg": "local-ip-address 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "nipper", + "pkg": "nipper 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "notify", + "pkg": "notify 6.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "notify_debouncer_full", + "pkg": "notify-debouncer-full 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "open", + "pkg": "open 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "remove_dir_all", + "pkg": "remove_dir_all 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "reqwest", + "pkg": "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "seahash", + "pkg": "seahash 4.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tar", + "pkg": "tar 0.4.40 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_stream", + "pkg": "tokio-stream 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio_tungstenite", + "pkg": "tokio-tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "toml", + "pkg": "toml 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tower_http", + "pkg": "tower-http 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing_subscriber", + "pkg": "tracing-subscriber 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "which", + "pkg": "which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zip", + "pkg": "zip 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "trust-dns-proto 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "data-encoding 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "enum-as-inner 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipnet 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "async_trait", + "pkg": "async-trait 0.1.72 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "data_encoding", + "pkg": "data-encoding 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "enum_as_inner", + "pkg": "enum-as-inner 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_channel", + "pkg": "futures-channel 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_io", + "pkg": "futures-io 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "idna", + "pkg": "idna 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ipnet", + "pkg": "ipnet 2.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tinyvec", + "pkg": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "tokio", + "tokio-runtime" + ] + }, + { + "id": "trust-dns-resolver 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "ipconfig 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "resolv-conf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "trust-dns-proto 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ipconfig", + "pkg": "ipconfig 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + }, + { + "name": "lazy_static", + "pkg": "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "lru_cache", + "pkg": "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "parking_lot", + "pkg": "parking_lot 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "resolv_conf", + "pkg": "resolv-conf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "smallvec", + "pkg": "smallvec 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tokio", + "pkg": "tokio 1.29.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "tracing", + "pkg": "tracing 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "trust_dns_proto", + "pkg": "trust-dns-proto 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "ipconfig", + "resolv-conf", + "system-config", + "tokio", + "tokio-runtime" + ] + }, + { + "id": "try-lock 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "tungstenite 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "data-encoding 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "httparse 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "utf-8 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bytes", + "pkg": "bytes 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "data_encoding", + "pkg": "data-encoding 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "http", + "pkg": "http 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "httparse", + "pkg": "httparse 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rand", + "pkg": "rand 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha1", + "pkg": "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "utf8", + "pkg": "utf-8 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "data-encoding", + "handshake", + "http", + "httparse", + "sha1", + "url" + ] + }, + { + "id": "twox-hash 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "static_assertions", + "pkg": "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "typed-arena 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "typenum 1.16.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "unarray 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "unicase 2.7.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "version_check", + "pkg": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "unicode-bidi 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "hardcoded-data", + "std" + ] + }, + { + "id": "unicode-bom 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "unicode-ident 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "unicode-linebreak 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "unicode-normalization 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "tinyvec", + "pkg": "tinyvec 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "std" + ] + }, + { + "id": "unicode-segmentation 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "unicode-width 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "unicode-xid 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "update-informer 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "ureq 2.7.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "directories", + "pkg": "directories 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "reqwest", + "pkg": "reqwest 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "semver", + "pkg": "semver 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "ureq", + "pkg": "ureq 2.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "crates", + "default", + "rustls-tls", + "ureq" + ] + }, + { + "id": "ureq 2.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "rustls-webpki 0.100.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "webpki-roots 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "base64", + "pkg": "base64 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustls", + "pkg": "rustls 0.21.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "webpki", + "pkg": "rustls-webpki 0.100.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde_json", + "pkg": "serde_json 1.0.105 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "url", + "pkg": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "webpki_roots", + "pkg": "webpki-roots 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "flate2", + "gzip", + "json", + "rustls", + "serde", + "serde_json", + "tls", + "webpki", + "webpki-roots" + ] + }, + { + "id": "url 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "form_urlencoded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "idna 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "form_urlencoded", + "pkg": "form_urlencoded 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "idna", + "pkg": "idna 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "percent_encoding", + "pkg": "percent-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default" + ] + }, + { + "id": "urlencoding 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "utf-8 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default" + ] + }, + { + "id": "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "getrandom", + "pkg": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "getrandom", + "std", + "v4" + ] + }, + { + "id": "uuid 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "getrandom", + "pkg": "getrandom 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "serde", + "pkg": "serde 1.0.188 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "getrandom", + "rng", + "serde", + "std", + "v4" + ] + }, + { + "id": "valuable 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "std" + ] + }, + { + "id": "value-bag 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "vcell 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "vcpkg 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "vergen 8.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "anyhow", + "pkg": "anyhow 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustc_version", + "pkg": "rustc_version 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "rustversion", + "pkg": "rustversion 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "time", + "pkg": "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "cargo", + "default", + "git", + "gitcl", + "rustc", + "rustc_version", + "time" + ] + }, + { + "id": "version_check 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "volatile 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "unstable" + ] + }, + { + "id": "vte 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "vte_generate_state_changes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "arrayvec", + "pkg": "arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "utf8parse", + "pkg": "utf8parse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "vte_generate_state_changes", + "pkg": "vte_generate_state_changes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "arrayvec", + "default", + "no_std" + ] + }, + { + "id": "vte_generate_state_changes 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "wait-timeout 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(unix)" + } + ] + } + ], + "features": [] + }, + { + "id": "waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "walkdir 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "same_file", + "pkg": "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi_util", + "pkg": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "want 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "try-lock 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "try_lock", + "pkg": "try-lock 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "wasi 0.11.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "default", + "std" + ] + }, + { + "id": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-macro 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_macro", + "pkg": "wasm-bindgen-macro 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "spans", + "std" + ] + }, + { + "id": "wasm-bindgen-backend 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "bumpalo 3.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-shared 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "bumpalo", + "pkg": "bumpalo 3.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "log", + "pkg": "log 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_shared", + "pkg": "wasm-bindgen-shared 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "spans" + ] + }, + { + "id": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(target_feature = \"atomics\")" + } + ] + } + ], + "features": [] + }, + { + "id": "wasm-bindgen-macro 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-macro-support 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_macro_support", + "pkg": "wasm-bindgen-macro-support 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "spans" + ] + }, + { + "id": "wasm-bindgen-macro-support 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-backend 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-shared 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "proc_macro2", + "pkg": "proc-macro2 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "quote", + "pkg": "quote 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "syn", + "pkg": "syn 2.0.29 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_backend", + "pkg": "wasm-bindgen-backend 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_shared", + "pkg": "wasm-bindgen-shared 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "spans" + ] + }, + { + "id": "wasm-bindgen-shared 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "wasm-streams 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "futures_util", + "pkg": "futures-util 0.3.28 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen_futures", + "pkg": "wasm-bindgen-futures 0.4.37 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "web_sys", + "pkg": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "web-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "js_sys", + "pkg": "js-sys 0.3.64 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "wasm_bindgen", + "pkg": "wasm-bindgen 0.2.87 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "AbortController", + "AbortSignal", + "AddEventListenerOptions", + "BinaryType", + "Blob", + "BlobPropertyBag", + "CanvasRenderingContext2d", + "CloseEvent", + "CloseEventInit", + "Crypto", + "DedicatedWorkerGlobalScope", + "Document", + "DomException", + "Element", + "ErrorEvent", + "Event", + "EventSource", + "EventTarget", + "File", + "FileList", + "FilePropertyBag", + "FileReader", + "FormData", + "Headers", + "History", + "HtmlCanvasElement", + "HtmlElement", + "HtmlHeadElement", + "HtmlInputElement", + "ImageData", + "KeyboardEvent", + "Location", + "MessageEvent", + "Node", + "ObserverCallback", + "ProgressEvent", + "ReadableStream", + "ReferrerPolicy", + "Request", + "RequestCache", + "RequestCredentials", + "RequestInit", + "RequestMode", + "RequestRedirect", + "Response", + "ResponseInit", + "ResponseType", + "ServiceWorkerGlobalScope", + "Storage", + "UiEvent", + "Url", + "UrlSearchParams", + "WebSocket", + "Window", + "Worker", + "WorkerGlobalScope", + "WorkerOptions", + "console" + ] + }, + { + "id": "webpki-roots 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "rustls-webpki 0.100.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "webpki", + "pkg": "rustls-webpki 0.100.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "webpki-roots 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "weezl 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "which 4.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "either", + "pkg": "either 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "once_cell", + "pkg": "once_cell 1.18.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "widestring 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "win32job 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "thiserror", + "pkg": "thiserror 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "winapi_i686_pc_windows_gnu", + "pkg": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "i686-pc-windows-gnu" + } + ] + }, + { + "name": "winapi_x86_64_pc_windows_gnu", + "pkg": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "x86_64-pc-windows-gnu" + } + ] + } + ], + "features": [ + "basetsd", + "cguid", + "commapi", + "consoleapi", + "errhandlingapi", + "fileapi", + "guiddef", + "handleapi", + "impl-default", + "jobapi2", + "knownfolders", + "libloaderapi", + "minwinbase", + "minwindef", + "ntdef", + "ntsecapi", + "ntstatus", + "objbase", + "processenv", + "processthreadsapi", + "profileapi", + "psapi", + "setupapi", + "shellapi", + "shlobj", + "std", + "synchapi", + "sysinfoapi", + "timezoneapi", + "winbase", + "wincon", + "wincrypt", + "winerror", + "winnt", + "winreg", + "winsock2", + "winuser", + "ws2def", + "ws2ipdef", + "ws2tcpip", + "wtypesbase" + ] + }, + { + "id": "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "winapi", + "pkg": "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(windows)" + } + ] + } + ], + "features": [] + }, + { + "id": "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_targets", + "pkg": "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "Globalization", + "Win32", + "Win32_Foundation", + "Win32_Globalization", + "Win32_Security", + "Win32_Security_Authorization", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_JobObjects", + "Win32_System_Memory", + "Win32_System_SystemInformation", + "Win32_System_Threading", + "default" + ] + }, + { + "id": "windows-sys 0.42.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "aarch64-pc-windows-gnullvm" + } + ] + }, + { + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "aarch64-pc-windows-msvc" + }, + { + "kind": null, + "target": "aarch64-uwp-windows-msvc" + } + ] + }, + { + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "i686-pc-windows-gnu" + }, + { + "kind": null, + "target": "i686-uwp-windows-gnu" + } + ] + }, + { + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "i686-pc-windows-msvc" + }, + { + "kind": null, + "target": "i686-uwp-windows-msvc" + } + ] + }, + { + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "x86_64-pc-windows-gnu" + }, + { + "kind": null, + "target": "x86_64-uwp-windows-gnu" + } + ] + }, + { + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "x86_64-pc-windows-gnullvm" + } + ] + }, + { + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "x86_64-pc-windows-msvc" + }, + { + "kind": null, + "target": "x86_64-uwp-windows-msvc" + } + ] + } + ], + "features": [ + "Win32", + "Win32_Foundation", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_IO", + "Win32_System_Pipes", + "Win32_System_Threading", + "Win32_System_WindowsProgramming", + "default" + ] + }, + { + "id": "windows-sys 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_targets", + "pkg": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(not(windows_raw_dylib))" + } + ] + } + ], + "features": [ + "Win32", + "Win32_Foundation", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Console", + "Win32_System_IO", + "Win32_System_Ioctl", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_UI", + "Win32_UI_Input", + "Win32_UI_Input_KeyboardAndMouse", + "default" + ] + }, + { + "id": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_targets", + "pkg": "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "Win32", + "Win32_Foundation", + "Win32_Globalization", + "Win32_NetworkManagement", + "Win32_NetworkManagement_IpHelper", + "Win32_NetworkManagement_Ndis", + "Win32_Networking", + "Win32_Networking_WinSock", + "Win32_Security", + "Win32_Security_Authentication", + "Win32_Security_Authentication_Identity", + "Win32_Security_Credentials", + "Win32_Security_Cryptography", + "Win32_Storage", + "Win32_Storage_FileSystem", + "Win32_System", + "Win32_System_Com", + "Win32_System_Console", + "Win32_System_Diagnostics", + "Win32_System_Diagnostics_Debug", + "Win32_System_IO", + "Win32_System_Ioctl", + "Win32_System_JobObjects", + "Win32_System_Kernel", + "Win32_System_LibraryLoader", + "Win32_System_Memory", + "Win32_System_Pipes", + "Win32_System_Registry", + "Win32_System_SystemServices", + "Win32_System_Threading", + "Win32_System_Time", + "Win32_System_WindowsProgramming", + "Win32_UI", + "Win32_UI_Shell", + "default" + ] + }, + { + "id": "windows-targets 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "aarch64-pc-windows-gnullvm" + } + ] + }, + { + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "aarch64-pc-windows-msvc" + }, + { + "kind": null, + "target": "aarch64-uwp-windows-msvc" + } + ] + }, + { + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "i686-pc-windows-gnu" + }, + { + "kind": null, + "target": "i686-uwp-windows-gnu" + } + ] + }, + { + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "i686-pc-windows-msvc" + }, + { + "kind": null, + "target": "i686-uwp-windows-msvc" + } + ] + }, + { + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "x86_64-pc-windows-gnu" + }, + { + "kind": null, + "target": "x86_64-uwp-windows-gnu" + } + ] + }, + { + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "x86_64-pc-windows-gnullvm" + } + ] + }, + { + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "x86_64-pc-windows-msvc" + }, + { + "kind": null, + "target": "x86_64-uwp-windows-msvc" + } + ] + } + ], + "features": [] + }, + { + "id": "windows-targets 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "windows_aarch64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_aarch64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_i686_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_i686_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows_x86_64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "windows_aarch64_gnullvm", + "pkg": "windows_aarch64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"aarch64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))" + } + ] + }, + { + "name": "windows_aarch64_msvc", + "pkg": "windows_aarch64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"aarch64\", target_env = \"msvc\", not(windows_raw_dylib)))" + } + ] + }, + { + "name": "windows_i686_gnu", + "pkg": "windows_i686_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"x86\", target_env = \"gnu\", not(windows_raw_dylib)))" + } + ] + }, + { + "name": "windows_i686_msvc", + "pkg": "windows_i686_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"x86\", target_env = \"msvc\", not(windows_raw_dylib)))" + } + ] + }, + { + "name": "windows_x86_64_gnu", + "pkg": "windows_x86_64_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", not(target_abi = \"llvm\"), not(windows_raw_dylib)))" + } + ] + }, + { + "name": "windows_x86_64_gnullvm", + "pkg": "windows_x86_64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"x86_64\", target_env = \"gnu\", target_abi = \"llvm\", not(windows_raw_dylib)))" + } + ] + }, + { + "name": "windows_x86_64_msvc", + "pkg": "windows_x86_64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(all(target_arch = \"x86_64\", target_env = \"msvc\", not(windows_raw_dylib)))" + } + ] + } + ], + "features": [] + }, + { + "id": "windows_aarch64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_aarch64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_aarch64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_aarch64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_i686_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_i686_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_i686_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_i686_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_x86_64_gnu 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_x86_64_gnu 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_x86_64_gnullvm 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_x86_64_gnullvm 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_x86_64_msvc 0.42.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "windows_x86_64_msvc 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "winnow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "memchr", + "pkg": "memchr 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "alloc", + "default", + "std" + ] + }, + { + "id": "winreg 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cfg_if", + "pkg": "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "windows_sys", + "pkg": "windows-sys 0.48.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "wyz 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "tap", + "pkg": "tap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "xattr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "default", + "unsupported" + ] + }, + { + "id": "xmas-elf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "zero 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "zero", + "pkg": "zero 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [] + }, + { + "id": "zero 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [] + }, + { + "id": "zeroize 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [], + "deps": [], + "features": [ + "alloc", + "default" + ] + }, + { + "id": "zip 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "aes 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "bzip2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "pbkdf2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "zstd 0.11.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "aes", + "pkg": "aes 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "byteorder", + "pkg": "byteorder 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "bzip2", + "pkg": "bzip2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "constant_time_eq", + "pkg": "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crc32fast", + "pkg": "crc32fast 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "crossbeam_utils", + "pkg": "crossbeam-utils 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": "cfg(any(all(target_arch = \"arm\", target_pointer_width = \"32\"), target_arch = \"mips\", target_arch = \"powerpc\"))" + } + ] + }, + { + "name": "flate2", + "pkg": "flate2 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "hmac", + "pkg": "hmac 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pbkdf2", + "pkg": "pbkdf2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "sha1", + "pkg": "sha1 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "time", + "pkg": "time 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zstd", + "pkg": "zstd 0.11.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "aes", + "aes-crypto", + "bzip2", + "constant_time_eq", + "default", + "deflate", + "flate2", + "hmac", + "pbkdf2", + "sha1", + "time", + "zstd" + ] + }, + { + "id": "zstd 0.11.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "zstd-safe 5.0.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "zstd_safe", + "pkg": "zstd-safe 5.0.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "arrays", + "default", + "legacy", + "zdict_builder" + ] + }, + { + "id": "zstd 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "zstd-safe 6.0.6 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "zstd_safe", + "pkg": "zstd-safe 6.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "arrays", + "default", + "legacy", + "zdict_builder", + "zstdmt" + ] + }, + { + "id": "zstd-safe 5.0.2+zstd.1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "zstd-sys 2.0.8+zstd.1.5.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zstd_sys", + "pkg": "zstd-sys 2.0.8+zstd.1.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "arrays", + "legacy", + "std", + "zdict_builder" + ] + }, + { + "id": "zstd-safe 6.0.6 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "zstd-sys 2.0.8+zstd.1.5.5 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "zstd_sys", + "pkg": "zstd-sys 2.0.8+zstd.1.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + } + ], + "features": [ + "arrays", + "legacy", + "std", + "zdict_builder", + "zstdmt" + ] + }, + { + "id": "zstd-sys 2.0.8+zstd.1.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "dependencies": [ + "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" + ], + "deps": [ + { + "name": "cc", + "pkg": "cc 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + }, + { + "name": "libc", + "pkg": "libc 0.2.147 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": null, + "target": null + } + ] + }, + { + "name": "pkg_config", + "pkg": "pkg-config 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", + "dep_kinds": [ + { + "kind": "build", + "target": null + } + ] + } + ], + "features": [ + "legacy", + "std", + "zdict_builder", + "zstdmt" + ] + } + ], + "root": null + }, + "target_directory": "/home/rain/dev/mnemos/target", + "version": 1, + "workspace_root": "/home/rain/dev/mnemos", + "metadata": null +} diff --git a/fixtures/large/summaries/mnemos_b3b4da9-0.toml b/fixtures/large/summaries/mnemos_b3b4da9-0.toml new file mode 100644 index 00000000000..0770e24a3a6 --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-0.toml @@ -0,0 +1,1065 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = 'install' +include-dev = false +initials-platform = 'host' + +[metadata.host-platform] +spec = 'always' + +[metadata.target-platform] +triple = 'powerpc-wrs-vxworks-spe' +target-features = 'unknown' +[[metadata.omitted-packages.ids]] +name = 'rand' +version = '0.8.5' +crates-io = true + +[[metadata.features-only]] +name = 'mnemos-config' +version = '0.1.0' +workspace-path = 'source/config' +features = [] + +[[metadata.features-only]] +name = 'mnemos-x86_64-bootloader' +version = '0.1.0' +workspace-path = 'platforms/x86_64/bootloader' +features = [] + +[[host-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'initial' +features = ['async', 'default'] + +[[host-package]] +name = 'manganese' +version = '0.1.0' +workspace-path = 'tools/manganese' +status = 'initial' +features = [] + +[[host-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'initial' +features = ['default'] + +[[host-package]] +name = 'mnemos-x86_64-bootloader' +version = '0.1.0' +workspace-path = 'platforms/x86_64/bootloader' +status = 'initial' +features = [] + +[[host-package]] +name = 'mnemos-x86_64-core' +version = '0.1.0' +workspace-path = 'platforms/x86_64/core' +status = 'initial' +features = ['bootloader_api'] +optional-deps = ['bootloader_api'] + +[[host-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = ['mnemos-trace-proto', 'serial-trace', 'tracing-core', 'tracing-serde-structured'] +optional-deps = ['mnemos-trace-proto', 'tracing-core', 'tracing-serde-structured'] + +[[host-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'workspace' +features = ['default'] + +[[host-package]] +name = 'mnemos-trace-proto' +version = '0.1.0' +workspace-path = 'source/trace-proto' +status = 'workspace' +features = [] + +[[host-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[host-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[host-package]] +name = 'acpi' +version = '4.1.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'direct' +features = ['default', 'std'] + +[[host-package]] +name = 'bootloader' +version = '0.11.4' +crates-io = true +status = 'direct' +features = ['bios', 'default', 'uefi'] +optional-deps = ['gpt', 'mbrman'] + +[[host-package]] +name = 'bootloader_api' +version = '0.11.4' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'clap' +version = '4.4.0' +crates-io = true +status = 'direct' +features = ['color', 'default', 'derive', 'env', 'error-context', 'help', 'std', 'suggestions', 'usage'] +optional-deps = ['clap_derive', 'once_cell'] + +[[host-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[host-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['alloc', 'async-await', 'default', 'executor', 'futures-executor', 'std'] +optional-deps = ['futures-executor'] + +[[host-package]] +name = 'hal-core' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['embedded-graphics-core'] +optional-deps = ['embedded-graphics-core'] + +[[host-package]] +name = 'hal-x86_64' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['alloc', 'default'] + +[[host-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['atomic-polyfill', 'defmt', 'serde'] + +[[host-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[host-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[host-package]] +name = 'mycelium-alloc' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['buddy', 'bump', 'hal-core', 'mycelium-util', 'tracing'] +optional-deps = ['hal-core', 'mycelium-util', 'tracing'] + +[[host-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[host-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'ovmf-prebuilt' +version = '0.1.0-alpha.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[host-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[host-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[host-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'default', 'std', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'direct' +features = ['default', 'once_cell', 'std', 'valuable'] +optional-deps = ['once_cell', 'valuable'] + +[[host-package]] +name = 'tracing-serde-structured' +version = '0.2.0' +source = 'git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66' +status = 'direct' +features = [] + +[[host-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['default', 'getrandom', 'rng', 'serde', 'std', 'v4'] +optional-deps = ['getrandom', 'serde'] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'anstream' +version = '0.5.0' +crates-io = true +status = 'transitive' +features = ['auto', 'default', 'wincon'] +optional-deps = ['anstyle-query', 'anstyle-wincon', 'colorchoice'] + +[[host-package]] +name = 'anstyle' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'anstyle-parse' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = ['default', 'utf8'] +optional-deps = ['utf8parse'] + +[[host-package]] +name = 'anstyle-query' +version = '1.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'async-lock' +version = '2.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'async-process' +version = '1.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'bincode' +version = '1.3.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'bit_field' +version = '0.10.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'bitflags' +version = '2.3.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'bitvec' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = ['alloc', 'atomic', 'default', 'std'] + +[[host-package]] +name = 'bootloader-boot-config' +version = '0.11.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = ['std'] + +[[host-package]] +name = 'clap_builder' +version = '4.4.0' +crates-io = true +status = 'transitive' +features = ['color', 'env', 'error-context', 'help', 'std', 'suggestions', 'usage'] +optional-deps = ['anstream', 'strsim'] + +[[host-package]] +name = 'clap_derive' +version = '4.4.0' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'clap_lex' +version = '0.5.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'colorchoice' +version = '1.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = [] + +[[host-package]] +name = 'crc' +version = '3.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'crc-catalog' +version = '2.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'event-listener' +version = '2.5.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'fastrand' +version = '1.9.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'fatfs' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[host-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[host-package]] +name = 'funty' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'futures-sink', 'sink', 'std'] +optional-deps = ['futures-sink'] + +[[host-package]] +name = 'futures-concurrency' +version = '7.3.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[host-package]] +name = 'futures-executor' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['std'] + +[[host-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'futures-lite' +version = '1.13.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'fastrand', 'futures-io', 'memchr', 'parking', 'std', 'waker-fn'] +optional-deps = ['fastrand', 'futures-io', 'memchr', 'parking', 'waker-fn'] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[host-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[host-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'async-await', 'async-await-macro', 'channel', 'futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'io', 'memchr', 'sink', 'slab', 'std'] +optional-deps = ['futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'memchr', 'slab'] + +[[host-package]] +name = 'getrandom' +version = '0.2.10' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'gpt' +version = '3.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'heck' +version = '0.4.1' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'llvm-tools' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'log' +version = '0.4.20' +crates-io = true +status = 'transitive' +features = ['std'] + +[[host-package]] +name = 'mbrman' +version = '0.5.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'memchr' +version = '2.5.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = [] + +[[host-package]] +name = 'mycelium-trace' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = ['default', 'embedded-graphics'] +optional-deps = ['embedded-graphics'] + +[[host-package]] +name = 'mycotest' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = [] + +[[host-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[host-package]] +name = 'parking' +version = '2.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'radium' +version = '0.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'raw-cpuid' +version = '10.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rsdp' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'ryu' +version = '1.0.15' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde-big-array' +version = '0.4.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'serde_json' +version = '1.0.105' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'slab' +version = '0.4.8' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'strsim' +version = '0.10.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'parsing', 'printing', 'proc-macro', 'quote'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'tap' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tempfile' +version = '3.6.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror-impl' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'utf8parse' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'volatile' +version = '0.4.6' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'waker-fn' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'wyz' +version = '0.5.1' +crates-io = true +status = 'transitive' +features = [] diff --git a/fixtures/large/summaries/mnemos_b3b4da9-1.toml b/fixtures/large/summaries/mnemos_b3b4da9-1.toml new file mode 100644 index 00000000000..4f2865906c6 --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-1.toml @@ -0,0 +1,652 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = 'install' +include-dev = false +initials-platform = 'host' + +[metadata.host-platform] +triple = 'aarch64-pc-windows-gnullvm' +target-features = ['bmi1', 'bmi2', 'sse2', 'sse4.2', 'xsaveopt', 'xsaves'] + +[metadata.target-platform] +triple = 'aarch64-unknown-linux-gnu' +target-features = ['bmi2', 'ssse3'] +flags = ['flag-test'] +[[metadata.omitted-packages.ids]] +name = 'gcd' +version = '2.3.0' +crates-io = true + +[[host-package]] +name = 'f3repl' +version = '0.1.0' +workspace-path = 'tools/f3repl' +status = 'initial' +features = [] + +[[host-package]] +name = 'mnemos-beepy' +version = '0.1.0' +workspace-path = 'platforms/beepy' +status = 'initial' +features = [] + +[[host-package]] +name = 'mnemos-config' +version = '0.1.0' +workspace-path = 'source/config' +status = 'initial' +features = ['default'] + +[[host-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'workspace' +features = ['async', 'default', 'use-std'] + +[[host-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = [] + +[[host-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'workspace' +features = ['default'] + +[[host-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'workspace' +features = ['default'] + +[[host-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[host-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[host-package]] +name = 'bbq10kbd' +version = '0.1.0' +source = 'git+https://github.com/hawkw/bbq10kbd?branch=eliza/async#d2365be8726e9320b0e4ab626043c1a8a41246f8' +status = 'direct' +features = ['embedded-hal-async'] +optional-deps = ['embedded-hal-async'] + +[[host-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[host-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['async-await'] + +[[host-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['atomic-polyfill', 'defmt', 'serde'] + +[[host-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[host-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[host-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[host-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[host-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[host-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['derive', 'serde_derive'] +optional-deps = ['serde_derive'] + +[[host-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'default', 'std', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['serde'] +optional-deps = ['serde'] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'embedded-hal' +version = '0.2.7' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[host-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['futures-sink', 'sink'] +optional-deps = ['futures-sink'] + +[[host-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['async-await', 'async-await-macro', 'futures-macro', 'futures-sink', 'sink'] +optional-deps = ['futures-macro', 'futures-sink'] + +[[host-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'nb' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'nb' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[host-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'parsing', 'printing', 'proc-macro', 'quote'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror-impl' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'transitive' +features = ['default', 'once_cell', 'std', 'valuable'] +optional-deps = ['once_cell', 'valuable'] + +[[host-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'void' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] diff --git a/fixtures/large/summaries/mnemos_b3b4da9-2.toml b/fixtures/large/summaries/mnemos_b3b4da9-2.toml new file mode 100644 index 00000000000..bfcf85afcb4 --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-2.toml @@ -0,0 +1,1054 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = '1' +include-dev = false +initials-platform = 'proc-macros-on-target' + +[metadata.host-platform] +triple = 'riscv64gc-unknown-fuchsia' +target-features = 'unknown' +flags = ['foo'] + +[metadata.target-platform] +spec = 'any' +[[metadata.omitted-packages.ids]] +name = 'mnemos-d1-core' +version = '0.1.0' +workspace-path = 'platforms/allwinner-d1/d1-core' + +[[metadata.features-only]] +name = 'pomelo' +version = '0.1.0' +workspace-path = 'platforms/pomelo' +features = [] + +[[target-package]] +name = 'dumbloader' +version = '0.1.0' +workspace-path = 'tools/dumbloader' +status = 'initial' +features = [] + +[[target-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'initial' +features = ['default', 'stats', 'use-std'] + +[[target-package]] +name = 'mnemos-bitslab' +version = '0.1.0' +workspace-path = 'source/bitslab' +status = 'initial' +features = [] + +[[target-package]] +name = 'mnemos-x86_64-core' +version = '0.1.0' +workspace-path = 'platforms/x86_64/core' +status = 'initial' +features = ['bootloader_api'] +optional-deps = ['bootloader_api'] + +[[target-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'workspace' +features = ['async', 'default'] + +[[target-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = ['mnemos-trace-proto', 'serial-trace', 'tracing-core', 'tracing-serde-structured'] +optional-deps = ['mnemos-trace-proto', 'tracing-core', 'tracing-serde-structured'] + +[[target-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-trace-proto' +version = '0.1.0' +workspace-path = 'source/trace-proto' +status = 'workspace' +features = [] + +[[target-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[target-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[target-package]] +name = 'acpi' +version = '4.1.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'bootloader_api' +version = '0.11.4' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[target-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['alloc', 'async-await', 'std'] + +[[target-package]] +name = 'hal-core' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['embedded-graphics-core'] +optional-deps = ['embedded-graphics-core'] + +[[target-package]] +name = 'hal-x86_64' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['alloc', 'default'] + +[[target-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['atomic-polyfill', 'defmt', 'serde'] + +[[target-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[target-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default', 'tracing-01'] +optional-deps = ['tracing-01'] + +[[target-package]] +name = 'mycelium-alloc' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['buddy', 'bump', 'hal-core', 'mycelium-util', 'tracing'] +optional-deps = ['hal-core', 'mycelium-util', 'tracing'] + +[[target-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[target-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[target-package]] +name = 'postcard' +version = '0.7.3' +crates-io = true +status = 'direct' +features = ['default', 'heapless', 'heapless-cas', 'use-std'] +optional-deps = ['heapless'] + +[[target-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[target-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[target-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'default', 'std', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'direct' +features = ['default', 'once_cell', 'std', 'valuable'] +optional-deps = ['once_cell', 'valuable'] + +[[target-package]] +name = 'tracing-serde-structured' +version = '0.2.0' +source = 'git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66' +status = 'direct' +features = [] + +[[target-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['serde'] +optional-deps = ['serde'] + +[[target-package]] +name = 'atomic-polyfill' +version = '0.1.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bit_field' +version = '0.10.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = [] + +[[target-package]] +name = 'critical-section' +version = '1.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[target-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'futures-sink', 'sink', 'std'] +optional-deps = ['futures-sink'] + +[[target-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'async-await', 'async-await-macro', 'channel', 'default', 'futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'io', 'memchr', 'sink', 'slab', 'std'] +optional-deps = ['futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'memchr', 'slab'] + +[[target-package]] +name = 'generator' +version = '0.7.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'lazy_static' +version = '1.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'libc' +version = '0.2.147' +crates-io = true +status = 'transitive' +features = ['default', 'extra_traits', 'std'] + +[[target-package]] +name = 'libm' +version = '0.2.7' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'lock_api' +version = '0.4.10' +crates-io = true +status = 'transitive' +features = ['atomic_usize', 'default'] + +[[target-package]] +name = 'log' +version = '0.4.20' +crates-io = true +status = 'transitive' +features = ['kv_unstable', 'std', 'value-bag'] +optional-deps = ['value-bag'] + +[[target-package]] +name = 'loom' +version = '0.5.6' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'matchers' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'memchr' +version = '2.5.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = [] + +[[target-package]] +name = 'mycelium-trace' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = ['default', 'embedded-graphics'] +optional-deps = ['embedded-graphics'] + +[[target-package]] +name = 'mycotest' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium#1f125194902cd4970b72eab0aa1d85d1b6ec1489' +status = 'transitive' +features = [] + +[[target-package]] +name = 'nu-ansi-term' +version = '0.46.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = ['libm', 'std'] +optional-deps = ['libm'] + +[[target-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[target-package]] +name = 'overload' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'postcard-cobs' +version = '0.1.5-pre' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'raw-cpuid' +version = '10.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'regex' +version = '1.9.4' +crates-io = true +status = 'transitive' +features = ['std', 'unicode-case', 'unicode-perl'] + +[[target-package]] +name = 'regex-automata' +version = '0.1.10' +crates-io = true +status = 'transitive' +features = ['default', 'regex-syntax', 'std'] +optional-deps = ['regex-syntax'] + +[[target-package]] +name = 'regex-automata' +version = '0.3.7' +crates-io = true +status = 'transitive' +features = ['alloc', 'meta', 'nfa-pikevm', 'nfa-thompson', 'std', 'syntax', 'unicode-case', 'unicode-perl', 'unicode-word-boundary'] +optional-deps = ['regex-syntax'] + +[[target-package]] +name = 'regex-syntax' +version = '0.6.29' +crates-io = true +status = 'transitive' +features = ['default', 'unicode', 'unicode-age', 'unicode-bool', 'unicode-case', 'unicode-gencat', 'unicode-perl', 'unicode-script', 'unicode-segment'] + +[[target-package]] +name = 'regex-syntax' +version = '0.7.5' +crates-io = true +status = 'transitive' +features = ['std', 'unicode-case', 'unicode-perl'] + +[[target-package]] +name = 'rsdp' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'scoped-tls' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'scopeguard' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'sharded-slab' +version = '0.1.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'slab' +version = '0.4.8' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'smallvec' +version = '1.11.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'spin' +version = '0.9.8' +crates-io = true +status = 'transitive' +features = ['barrier', 'default', 'lazy', 'lock_api', 'lock_api_crate', 'mutex', 'once', 'rwlock', 'spin_mutex'] +optional-deps = ['lock_api_crate'] + +[[target-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'thread_local' +version = '1.1.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing-log' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = ['log-tracer', 'std'] + +[[target-package]] +name = 'tracing-subscriber' +version = '0.3.17' +crates-io = true +status = 'transitive' +features = ['alloc', 'ansi', 'default', 'env-filter', 'fmt', 'matchers', 'nu-ansi-term', 'once_cell', 'regex', 'registry', 'sharded-slab', 'smallvec', 'std', 'thread_local', 'tracing', 'tracing-log'] +optional-deps = ['matchers', 'nu-ansi-term', 'once_cell', 'regex', 'sharded-slab', 'smallvec', 'thread_local', 'tracing', 'tracing-log'] + +[[target-package]] +name = 'valuable' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'value-bag' +version = '1.4.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'volatile' +version = '0.4.6' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[target-package]] +name = 'winapi' +version = '0.3.9' +crates-io = true +status = 'transitive' +features = ['consoleapi', 'errhandlingapi', 'fileapi', 'handleapi', 'minwinbase', 'minwindef', 'ntdef', 'processenv', 'profileapi', 'std', 'sysinfoapi', 'timezoneapi', 'ws2ipdef', 'ws2tcpip'] + +[[target-package]] +name = 'winapi-i686-pc-windows-gnu' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'winapi-x86_64-pc-windows-gnu' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = ['Globalization', 'Win32', 'Win32_Foundation', 'Win32_System', 'Win32_System_Diagnostics', 'Win32_System_Diagnostics_Debug', 'Win32_System_Memory', 'Win32_System_SystemInformation', 'default'] + +[[target-package]] +name = 'windows-targets' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_aarch64_gnullvm' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_aarch64_msvc' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_i686_gnu' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_i686_msvc' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_x86_64_gnu' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_x86_64_gnullvm' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_x86_64_msvc' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'cc' +version = '1.0.79' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'parsing', 'printing', 'proc-macro', 'quote'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror-impl' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] diff --git a/fixtures/large/summaries/mnemos_b3b4da9-3.toml b/fixtures/large/summaries/mnemos_b3b4da9-3.toml new file mode 100644 index 00000000000..5b0ae83f5a5 --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-3.toml @@ -0,0 +1,1092 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = '2' +include-dev = true +initials-platform = 'standard' + +[metadata.host-platform] +spec = 'always' + +[metadata.target-platform] +spec = 'always' +[[metadata.omitted-packages.ids]] +name = 'num-iter' +version = '0.1.43' +crates-io = true + +[[metadata.omitted-packages.ids]] +name = 'scoped-tls' +version = '1.0.1' +crates-io = true + +[[metadata.omitted-packages.ids]] +name = 'spin' +version = '0.9.8' +crates-io = true + +[[target-package]] +name = 'crowtty' +version = '0.1.0' +workspace-path = 'tools/crowtty' +status = 'initial' +features = [] + +[[target-package]] +name = 'mnemos-esp32c3-buddy' +version = '0.1.0' +workspace-path = 'platforms/esp32c3-buddy' +status = 'initial' +features = [] + +[[target-package]] +name = 'mnemos-std' +version = '0.1.0' +workspace-path = 'source/mstd' +status = 'initial' +features = [] + +[[target-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'workspace' +features = ['async', 'default'] + +[[target-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = ['mnemos-trace-proto', 'serial-trace', 'tracing-core', 'tracing-serde-structured'] +optional-deps = ['mnemos-trace-proto', 'tracing-core', 'tracing-serde-structured'] + +[[target-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-trace-proto' +version = '0.1.0' +workspace-path = 'source/trace-proto' +status = 'workspace' +features = ['std'] + +[[target-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = ['use-std'] + +[[target-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[target-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'clap' +version = '4.4.0' +crates-io = true +status = 'direct' +features = ['color', 'default', 'derive', 'env', 'error-context', 'help', 'std', 'suggestions', 'usage'] +optional-deps = ['clap_derive', 'once_cell'] + +[[target-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = ['default', 'use_std'] + +[[target-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[target-package]] +name = 'critical-section' +version = '1.1.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'esp-alloc' +version = '0.3.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'esp-backtrace' +version = '0.7.0' +crates-io = true +status = 'direct' +features = ['esp-println', 'esp32c3', 'exception-handler', 'panic-handler', 'print-uart'] +optional-deps = ['esp-println'] + +[[target-package]] +name = 'esp-println' +version = '0.5.0' +crates-io = true +status = 'direct' +features = ['colors', 'critical-section', 'default', 'esp32c3', 'uart'] +optional-deps = ['critical-section'] + +[[target-package]] +name = 'esp32c3-hal' +version = '0.11.0' +source = 'git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76' +status = 'direct' +features = ['default', 'rt', 'vectored'] + +[[target-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['async-await'] + +[[target-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['async-await', 'async-await-macro', 'futures-macro', 'futures-sink', 'sink'] +optional-deps = ['futures-macro', 'futures-sink'] + +[[target-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['defmt', 'serde'] + +[[target-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[target-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = ['const_mut_refs'] + +[[target-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[target-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[target-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'owo-colors' +version = '3.5.0' +crates-io = true +status = 'direct' +features = ['supports-color', 'supports-colors'] +optional-deps = ['supports-color'] + +[[target-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['critical-section', 'default', 'fallback', 'require-cas'] +optional-deps = ['critical-section'] + +[[target-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['alloc', 'const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[target-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'riscv' +version = '0.10.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['alloc', 'default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[target-package]] +name = 'serialport' +version = '4.0.1' +source = 'git+https://github.com/metta-systems/serialport-rs?rev=7fec572529ec35b82bd4e3636d897fe2f1c2233f#7fec572529ec35b82bd4e3636d897fe2f1c2233f' +status = 'direct' +features = ['default', 'libudev'] + +[[target-package]] +name = 'serialport' +version = '4.2.1' +crates-io = true +status = 'direct' +features = ['default', 'libudev'] + +[[target-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'direct' +features = ['once_cell', 'std'] +optional-deps = ['once_cell'] + +[[target-package]] +name = 'tracing-serde-structured' +version = '0.2.0' +source = 'git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66' +status = 'direct' +features = ['default', 'std'] + +[[target-package]] +name = 'tracing-subscriber' +version = '0.3.17' +crates-io = true +status = 'direct' +features = ['alloc', 'std'] + +[[target-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['serde'] +optional-deps = ['serde'] + +[[target-package]] +name = 'anstream' +version = '0.5.0' +crates-io = true +status = 'transitive' +features = ['auto', 'default', 'wincon'] +optional-deps = ['anstyle-query', 'colorchoice'] + +[[target-package]] +name = 'anstyle' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'anstyle-parse' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = ['default', 'utf8'] +optional-deps = ['utf8parse'] + +[[target-package]] +name = 'anstyle-query' +version = '1.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'atty' +version = '0.2.14' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bit_field' +version = '0.10.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bitfield' +version = '0.14.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'bitflags' +version = '2.3.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'clap_builder' +version = '4.4.0' +crates-io = true +status = 'transitive' +features = ['color', 'env', 'error-context', 'help', 'std', 'suggestions', 'usage'] +optional-deps = ['anstream', 'strsim'] + +[[target-package]] +name = 'clap_lex' +version = '0.5.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'colorchoice' +version = '1.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-dma' +version = '0.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'embedded-hal' +version = '0.2.7' +crates-io = true +status = 'transitive' +features = ['unproven'] + +[[target-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-io' +version = '0.5.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'esp-hal-common' +version = '0.11.0' +source = 'git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76' +status = 'transitive' +features = ['esp-riscv-rt', 'esp32c3', 'rv-zero-rtc-bss', 'vectored'] +optional-deps = ['esp-riscv-rt', 'esp32c3'] + +[[target-package]] +name = 'esp-riscv-rt' +version = '0.5.0' +source = 'git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76' +status = 'transitive' +features = ['zero-rtc-fast-bss'] + +[[target-package]] +name = 'esp32c3' +version = '0.16.0' +crates-io = true +status = 'transitive' +features = ['critical-section', 'default'] +optional-deps = ['critical-section'] + +[[target-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[target-package]] +name = 'fugit' +version = '0.3.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['futures-sink', 'sink'] +optional-deps = ['futures-sink'] + +[[target-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'gcd' +version = '2.3.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'is_ci' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'log' +version = '0.4.20' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'nb' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[target-package]] +name = 'nb' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[target-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'scopeguard' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = ['default', 'use_std'] + +[[target-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'strsim' +version = '0.10.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'strum' +version = '0.25.0' +crates-io = true +status = 'transitive' +features = ['derive', 'strum_macros'] +optional-deps = ['strum_macros'] + +[[target-package]] +name = 'supports-color' +version = '1.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[target-package]] +name = 'utf8parse' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'vcell' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'void' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'basic-toml' +version = '0.1.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'clap_derive' +version = '4.4.0' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'darling' +version = '0.20.3' +crates-io = true +status = 'transitive' +features = ['default', 'suggestions'] + +[[host-package]] +name = 'darling_core' +version = '0.20.3' +crates-io = true +status = 'transitive' +features = ['strsim', 'suggestions'] +optional-deps = ['strsim'] + +[[host-package]] +name = 'darling_macro' +version = '0.20.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'equivalent' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'esp-hal-procmacros' +version = '0.6.0' +source = 'git+https://github.com/esp-rs/esp-hal?rev=5a8be302b4049a6ebc17bd712d97c85a9fd83f76#5a8be302b4049a6ebc17bd712d97c85a9fd83f76' +status = 'transitive' +features = ['interrupt'] + +[[host-package]] +name = 'fnv' +version = '1.0.7' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'hashbrown' +version = '0.14.0' +crates-io = true +status = 'transitive' +features = ['raw'] + +[[host-package]] +name = 'heck' +version = '0.4.1' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'ident_case' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'indexmap' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[host-package]] +name = 'paste' +version = '1.0.14' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-crate' +version = '1.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'riscv-rt-macros' +version = '0.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'strsim' +version = '0.10.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'strum_macros' +version = '0.25.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror-impl' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'toml_datetime' +version = '0.6.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'toml_edit' +version = '0.19.14' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'winnow' +version = '0.5.2' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] diff --git a/fixtures/large/summaries/mnemos_b3b4da9-4.toml b/fixtures/large/summaries/mnemos_b3b4da9-4.toml new file mode 100644 index 00000000000..aa47dba8f1d --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-4.toml @@ -0,0 +1,701 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = 'install' +include-dev = false +initials-platform = 'standard' + +[metadata.host-platform] +spec = 'any' + +[metadata.target-platform] +triple = 'i386-apple-ios' +target-features = ['xsave'] +flags = ['foo'] +[[metadata.omitted-packages.ids]] +name = 'mnemos-x86_64-bootloader' +version = '0.1.0' +workspace-path = 'platforms/x86_64/bootloader' + +[[metadata.omitted-packages.ids]] +name = 'windows_i686_gnu' +version = '0.42.2' +crates-io = true + +[[metadata.features-only]] +name = 'mnemos-config' +version = '0.1.0' +workspace-path = 'source/config' +features = [] + +[[metadata.features-only]] +name = 'mnemos-std' +version = '0.1.0' +workspace-path = 'source/mstd' +features = [] + +[[metadata.features-only]] +name = 'mnemos-trace-proto' +version = '0.1.0' +workspace-path = 'source/trace-proto' +features = [] + +[[target-package]] +name = 'mnemos-d1-core' +version = '0.1.0' +workspace-path = 'platforms/allwinner-d1/d1-core' +status = 'initial' +features = [] + +[[target-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'workspace' +features = ['async', 'default'] + +[[target-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = [] + +[[target-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-bitslab' +version = '0.1.0' +workspace-path = 'source/bitslab' +status = 'workspace' +features = [] + +[[target-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[target-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[target-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[target-package]] +name = 'critical-section' +version = '1.1.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'd1-pac' +version = '0.0.31' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['async-await'] + +[[target-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['atomic-polyfill', 'defmt', 'serde'] + +[[target-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[target-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[target-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[target-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[target-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[target-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['derive', 'serde_derive'] +optional-deps = ['serde_derive'] + +[[target-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'default', 'std', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['serde'] +optional-deps = ['serde'] + +[[target-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bare-metal' +version = '1.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bit_field' +version = '0.10.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'embedded-hal' +version = '0.2.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[target-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['futures-sink', 'sink'] +optional-deps = ['futures-sink'] + +[[target-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['async-await', 'async-await-macro', 'futures-macro', 'futures-sink', 'sink'] +optional-deps = ['futures-macro', 'futures-sink'] + +[[target-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'nb' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'nb' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[target-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'riscv' +version = '0.10.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'transitive' +features = ['default', 'once_cell', 'std', 'valuable'] +optional-deps = ['once_cell', 'valuable'] + +[[target-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[target-package]] +name = 'vcell' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'void' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror-impl' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] diff --git a/fixtures/large/summaries/mnemos_b3b4da9-5.toml b/fixtures/large/summaries/mnemos_b3b4da9-5.toml new file mode 100644 index 00000000000..ba223b1ce7f --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-5.toml @@ -0,0 +1,1421 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = '2' +include-dev = false +initials-platform = 'proc-macros-on-target' + +[metadata.host-platform] +triple = 'thumbv7em-none-eabihf' +target-features = [] +flags = ['flag-test', 'foo'] + +[metadata.target-platform] +triple = 'powerpc-wrs-vxworks' +target-features = 'unknown' +flags = ['cargo_web', 'test-flag'] + +[[metadata.features-only]] +name = 'dumbloader' +version = '0.1.0' +workspace-path = 'tools/dumbloader' +features = [] + +[[metadata.features-only]] +name = 'mnemos-bitslab' +version = '0.1.0' +workspace-path = 'source/bitslab' +features = [] + +[[metadata.features-only]] +name = 'mnemos-d1' +version = '0.1.0' +workspace-path = 'platforms/allwinner-d1' +features = [] + +[[target-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'initial' +features = ['async', 'default'] + +[[target-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'initial' +features = ['default'] + +[[target-package]] +name = 'mnemos-d1' +version = '0.1.0' +workspace-path = 'platforms/allwinner-d1' +status = 'initial' +features = [] + +[[target-package]] +name = 'mnemos-trace-proto' +version = '0.1.0' +workspace-path = 'source/trace-proto' +status = 'initial' +features = [] + +[[target-package]] +name = 'd1-config' +version = '0.1.0' +workspace-path = 'platforms/allwinner-d1/d1-config' +status = 'workspace' +features = [] + +[[target-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = [] + +[[target-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-bitslab' +version = '0.1.0' +workspace-path = 'source/bitslab' +status = 'workspace' +features = [] + +[[target-package]] +name = 'mnemos-config' +version = '0.1.0' +workspace-path = 'source/config' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-d1-core' +version = '0.1.0' +workspace-path = 'platforms/allwinner-d1/d1-core' +status = 'workspace' +features = [] + +[[target-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[target-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[target-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[target-package]] +name = 'critical-section' +version = '1.1.2' +crates-io = true +status = 'direct' +features = ['restore-state-bool'] + +[[target-package]] +name = 'd1-pac' +version = '0.0.31' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['async-await'] + +[[target-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['defmt', 'serde'] + +[[target-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[target-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[target-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[target-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[target-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[target-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'riscv' +version = '0.10.1' +crates-io = true +status = 'direct' +features = ['critical-section-single-hart'] + +[[target-package]] +name = 'riscv-rt' +version = '0.11.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[target-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'tracing-serde-structured' +version = '0.2.0' +source = 'git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66' +status = 'direct' +features = [] + +[[target-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['serde'] +optional-deps = ['serde'] + +[[target-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bare-metal' +version = '1.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bit_field' +version = '0.10.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'embedded-hal' +version = '0.2.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[target-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['futures-sink', 'sink'] +optional-deps = ['futures-sink'] + +[[target-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['async-await', 'async-await-macro', 'futures-macro', 'futures-sink', 'sink'] +optional-deps = ['futures-macro', 'futures-sink'] + +[[target-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'nb' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'nb' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'r0' +version = '1.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[target-package]] +name = 'vcell' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'void' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'initial' +features = ['async', 'default'] + +[[host-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'initial' +features = ['default'] + +[[host-package]] +name = 'd1-config' +version = '0.1.0' +workspace-path = 'platforms/allwinner-d1/d1-config' +status = 'workspace' +features = [] + +[[host-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = [] + +[[host-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'workspace' +features = ['default'] + +[[host-package]] +name = 'mnemos-config' +version = '0.1.0' +workspace-path = 'source/config' +status = 'workspace' +features = ['default', 'use-std'] +optional-deps = ['miette', 'toml'] + +[[host-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[host-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[host-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[host-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['async-await'] + +[[host-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['defmt', 'serde'] + +[[host-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[host-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[host-package]] +name = 'miette' +version = '5.10.0' +crates-io = true +status = 'direct' +features = ['backtrace', 'backtrace-ext', 'default', 'fancy', 'fancy-no-backtrace', 'is-terminal', 'owo-colors', 'supports-color', 'supports-hyperlinks', 'supports-unicode', 'terminal_size', 'textwrap'] +optional-deps = ['backtrace', 'backtrace-ext', 'is-terminal', 'owo-colors', 'supports-color', 'supports-hyperlinks', 'supports-unicode', 'terminal_size', 'textwrap'] + +[[host-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[host-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[host-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['alloc', 'const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive', 'use-std'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[host-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['alloc', 'default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[host-package]] +name = 'toml' +version = '0.7.6' +crates-io = true +status = 'direct' +features = ['default', 'display', 'parse'] +optional-deps = ['toml_edit'] + +[[host-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['serde'] +optional-deps = ['serde'] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'addr2line' +version = '0.20.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'adler' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'aho-corasick' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = ['default', 'perf-literal', 'std'] +optional-deps = ['memchr'] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'backtrace' +version = '0.3.68' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'backtrace-ext' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'cc' +version = '1.0.79' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'equivalent' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'errno' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[host-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['futures-sink', 'sink'] +optional-deps = ['futures-sink'] + +[[host-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['async-await', 'async-await-macro', 'futures-macro', 'futures-sink', 'sink'] +optional-deps = ['futures-macro', 'futures-sink'] + +[[host-package]] +name = 'gimli' +version = '0.27.3' +crates-io = true +status = 'transitive' +features = ['read', 'read-core'] + +[[host-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'hashbrown' +version = '0.14.0' +crates-io = true +status = 'transitive' +features = ['raw'] + +[[host-package]] +name = 'indexmap' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'io-lifetimes' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = ['close', 'default', 'hermit-abi', 'libc', 'windows-sys'] +optional-deps = ['libc'] + +[[host-package]] +name = 'is-terminal' +version = '0.4.7' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'is_ci' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'lazy_static' +version = '1.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'libc' +version = '0.2.147' +crates-io = true +status = 'transitive' +features = ['default', 'extra_traits', 'std'] + +[[host-package]] +name = 'memchr' +version = '2.5.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'miette-derive' +version = '5.10.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'miniz_oxide' +version = '0.7.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'object' +version = '0.31.1' +crates-io = true +status = 'transitive' +features = ['archive', 'coff', 'elf', 'macho', 'pe', 'read_core', 'unaligned'] + +[[host-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[host-package]] +name = 'owo-colors' +version = '3.5.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'regex' +version = '1.9.4' +crates-io = true +status = 'transitive' +features = ['default', 'perf', 'perf-backtrack', 'perf-cache', 'perf-dfa', 'perf-inline', 'perf-literal', 'perf-onepass', 'std', 'unicode', 'unicode-age', 'unicode-bool', 'unicode-case', 'unicode-gencat', 'unicode-perl', 'unicode-script', 'unicode-segment'] +optional-deps = ['aho-corasick', 'memchr'] + +[[host-package]] +name = 'regex-automata' +version = '0.3.7' +crates-io = true +status = 'transitive' +features = ['alloc', 'dfa-onepass', 'hybrid', 'meta', 'nfa-backtrack', 'nfa-pikevm', 'nfa-thompson', 'perf-inline', 'perf-literal', 'perf-literal-multisubstring', 'perf-literal-substring', 'std', 'syntax', 'unicode', 'unicode-age', 'unicode-bool', 'unicode-case', 'unicode-gencat', 'unicode-perl', 'unicode-script', 'unicode-segment', 'unicode-word-boundary'] +optional-deps = ['aho-corasick', 'memchr', 'regex-syntax'] + +[[host-package]] +name = 'regex-syntax' +version = '0.7.5' +crates-io = true +status = 'transitive' +features = ['default', 'std', 'unicode', 'unicode-age', 'unicode-bool', 'unicode-case', 'unicode-gencat', 'unicode-perl', 'unicode-script', 'unicode-segment'] + +[[host-package]] +name = 'riscv-rt-macros' +version = '0.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'riscv-target' +version = '0.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustc-demangle' +version = '0.1.23' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustix' +version = '0.37.20' +crates-io = true +status = 'transitive' +features = ['default', 'io-lifetimes', 'libc', 'std', 'termios', 'use-libc-auxv'] +optional-deps = ['io-lifetimes', 'libc'] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'serde_spanned' +version = '0.6.3' +crates-io = true +status = 'transitive' +features = ['serde'] +optional-deps = ['serde'] + +[[host-package]] +name = 'smawk' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'supports-color' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'supports-hyperlinks' +version = '2.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'supports-unicode' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'terminal_size' +version = '0.1.17' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'textwrap' +version = '0.15.2' +crates-io = true +status = 'transitive' +features = ['default', 'smawk', 'unicode-linebreak', 'unicode-width'] +optional-deps = ['smawk', 'unicode-linebreak', 'unicode-width'] + +[[host-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror-impl' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'toml_datetime' +version = '0.6.3' +crates-io = true +status = 'transitive' +features = ['serde'] +optional-deps = ['serde'] + +[[host-package]] +name = 'toml_edit' +version = '0.19.14' +crates-io = true +status = 'transitive' +features = ['default', 'serde'] +optional-deps = ['serde', 'serde_spanned'] + +[[host-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-linebreak' +version = '0.1.5' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-width' +version = '0.1.10' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'winnow' +version = '0.5.2' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] diff --git a/fixtures/large/summaries/mnemos_b3b4da9-6.toml b/fixtures/large/summaries/mnemos_b3b4da9-6.toml new file mode 100644 index 00000000000..668ee779f26 --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-6.toml @@ -0,0 +1,3187 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = '2' +include-dev = true +initials-platform = 'proc-macros-on-target' + +[metadata.host-platform] +triple = 'i586-pc-windows-msvc' +target-features = 'all' +flags = ['cargo_web', 'foo'] + +[metadata.target-platform] +spec = 'any' +[[metadata.omitted-packages.ids]] +name = 'anstyle-parse' +version = '0.2.1' +crates-io = true + +[[metadata.omitted-packages.ids]] +name = 'mach' +version = '0.2.3' +crates-io = true + +[[target-package]] +name = 'melpomene' +version = '0.1.0' +workspace-path = 'platforms/melpomene' +status = 'initial' +features = ['atty', 'console-subscriber', 'default', 'humantime', 'trace-console', 'trace-fmt', 'trace-modality', 'tracing-modality'] +optional-deps = ['atty', 'console-subscriber', 'humantime', 'tracing-modality'] + +[[target-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'initial' +features = ['default', 'defmt', 'use-defmt'] +optional-deps = ['defmt'] + +[[target-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'initial' +features = ['default', 'stats', 'use-std'] + +[[target-package]] +name = 'mnemos-trace-proto' +version = '0.1.0' +workspace-path = 'source/trace-proto' +status = 'initial' +features = ['std'] + +[[target-package]] +name = 'pomelo' +version = '0.1.0' +workspace-path = 'platforms/pomelo' +status = 'initial' +features = [] + +[[target-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'workspace' +features = ['async', 'default'] + +[[target-package]] +name = 'melpo-config' +version = '0.1.0' +workspace-path = 'platforms/melpomene/melpo-config' +status = 'workspace' +features = [] + +[[target-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = [] + +[[target-package]] +name = 'mnemos-config' +version = '0.1.0' +workspace-path = 'source/config' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-std' +version = '0.1.0' +workspace-path = 'source/mstd' +status = 'workspace' +features = [] + +[[target-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[target-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[target-package]] +name = 'async-std' +version = '1.12.0' +crates-io = true +status = 'direct' +features = ['alloc', 'async-channel', 'async-global-executor', 'async-io', 'async-lock', 'async-process', 'crossbeam-utils', 'default', 'futures-channel', 'futures-core', 'futures-io', 'futures-lite', 'gloo-timers', 'kv-log-macro', 'log', 'memchr', 'once_cell', 'pin-project-lite', 'pin-utils', 'slab', 'std', 'unstable', 'wasm-bindgen-futures'] +optional-deps = ['async-channel', 'async-global-executor', 'async-io', 'async-lock', 'async-process', 'crossbeam-utils', 'futures-channel', 'futures-core', 'futures-io', 'futures-lite', 'gloo-timers', 'kv-log-macro', 'log', 'memchr', 'once_cell', 'pin-project-lite', 'pin-utils', 'slab', 'wasm-bindgen-futures'] + +[[target-package]] +name = 'atty' +version = '0.2.14' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'chrono' +version = '0.4.26' +crates-io = true +status = 'direct' +features = ['clock', 'default', 'iana-time-zone', 'js-sys', 'oldtime', 'std', 'time', 'wasm-bindgen', 'wasmbind', 'winapi'] +optional-deps = ['iana-time-zone', 'js-sys', 'time', 'wasm-bindgen', 'winapi'] + +[[target-package]] +name = 'clap' +version = '3.2.25' +crates-io = true +status = 'direct' +features = ['atty', 'clap_derive', 'color', 'default', 'derive', 'env', 'once_cell', 'std', 'strsim', 'suggestions', 'termcolor'] +optional-deps = ['atty', 'clap_derive', 'once_cell', 'strsim', 'termcolor'] + +[[target-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'console-subscriber' +version = '0.1.10' +crates-io = true +status = 'direct' +features = ['default', 'env-filter'] + +[[target-package]] +name = 'console_error_panic_hook' +version = '0.1.7' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[target-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'embedded-graphics' +version = '0.8.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'embedded-graphics-simulator' +version = '0.3.0' +crates-io = true +status = 'direct' +features = ['default', 'sdl2', 'with-sdl'] +optional-deps = ['sdl2'] + +[[target-package]] +name = 'embedded-graphics-web-simulator' +version = '0.3.0' +source = 'git+https://github.com/spookyvision/embedded-graphics-web-simulator#0f07b1efb8181860c16b3edf8293aff9515cc480' +status = 'direct' +features = [] + +[[target-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['alloc', 'async-await', 'std'] + +[[target-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['alloc', 'async-await', 'async-await-macro', 'channel', 'default', 'futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'io', 'memchr', 'sink', 'slab', 'std'] +optional-deps = ['futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'memchr', 'slab'] + +[[target-package]] +name = 'gloo' +version = '0.9.0' +crates-io = true +status = 'direct' +features = ['console', 'default', 'dialogs', 'events', 'file', 'futures', 'gloo-console', 'gloo-dialogs', 'gloo-events', 'gloo-file', 'gloo-history', 'gloo-net', 'gloo-render', 'gloo-storage', 'gloo-timers', 'gloo-utils', 'gloo-worker', 'history', 'net', 'render', 'storage', 'timers', 'utils', 'worker'] +optional-deps = ['gloo-console', 'gloo-dialogs', 'gloo-events', 'gloo-file', 'gloo-history', 'gloo-net', 'gloo-render', 'gloo-storage', 'gloo-timers', 'gloo-utils', 'gloo-worker'] + +[[target-package]] +name = 'gloo-utils' +version = '0.2.0' +crates-io = true +status = 'direct' +features = ['default', 'serde'] +optional-deps = ['serde', 'serde_json'] + +[[target-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['atomic-polyfill', 'defmt', 'serde'] + +[[target-package]] +name = 'humantime' +version = '2.1.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[target-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default', 'tracing-01'] +optional-deps = ['tracing-01'] + +[[target-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[target-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[target-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[target-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[target-package]] +name = 'tokio' +version = '1.29.1' +crates-io = true +status = 'direct' +features = ['bytes', 'default', 'io-std', 'io-util', 'libc', 'macros', 'mio', 'net', 'rt', 'socket2', 'sync', 'time', 'tokio-macros', 'tracing', 'windows-sys'] +optional-deps = ['bytes', 'libc', 'mio', 'socket2', 'tokio-macros', 'tracing', 'windows-sys'] + +[[target-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'default', 'std', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'direct' +features = ['default', 'once_cell', 'std', 'valuable'] +optional-deps = ['once_cell', 'valuable'] + +[[target-package]] +name = 'tracing-modality' +version = '0.1.0' +source = 'git+https://github.com/auxoncorp/modality-tracing-rs?rev=9c23c188466357e7ad0c618b4edfe9514e9bf764#9c23c188466357e7ad0c618b4edfe9514e9bf764' +status = 'direct' +features = [] + +[[target-package]] +name = 'tracing-serde-structured' +version = '0.2.0' +source = 'git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66' +status = 'direct' +features = ['std'] + +[[target-package]] +name = 'tracing-subscriber' +version = '0.3.17' +crates-io = true +status = 'direct' +features = ['alloc', 'ansi', 'default', 'env-filter', 'fmt', 'matchers', 'nu-ansi-term', 'once_cell', 'regex', 'registry', 'sharded-slab', 'smallvec', 'std', 'thread_local', 'tracing', 'tracing-log'] +optional-deps = ['matchers', 'nu-ansi-term', 'once_cell', 'regex', 'sharded-slab', 'smallvec', 'thread_local', 'tracing', 'tracing-log'] + +[[target-package]] +name = 'tracing-wasm' +version = '0.2.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['default', 'getrandom', 'rng', 'serde', 'std', 'v4'] +optional-deps = ['getrandom', 'serde'] + +[[target-package]] +name = 'wasm-bindgen' +version = '0.2.87' +crates-io = true +status = 'direct' +features = ['default', 'spans', 'std'] + +[[target-package]] +name = 'wasm-bindgen-futures' +version = '0.4.37' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'web-sys' +version = '0.3.64' +crates-io = true +status = 'direct' +features = ['AbortSignal', 'AddEventListenerOptions', 'BinaryType', 'Blob', 'BlobPropertyBag', 'CanvasRenderingContext2d', 'CloseEvent', 'CloseEventInit', 'DedicatedWorkerGlobalScope', 'Document', 'DomException', 'Element', 'ErrorEvent', 'Event', 'EventSource', 'EventTarget', 'File', 'FileList', 'FilePropertyBag', 'FileReader', 'FormData', 'Headers', 'History', 'HtmlCanvasElement', 'HtmlElement', 'HtmlHeadElement', 'HtmlInputElement', 'ImageData', 'KeyboardEvent', 'Location', 'MessageEvent', 'Node', 'ObserverCallback', 'ProgressEvent', 'ReadableStream', 'ReferrerPolicy', 'Request', 'RequestCache', 'RequestCredentials', 'RequestInit', 'RequestMode', 'RequestRedirect', 'Response', 'ResponseInit', 'ResponseType', 'Storage', 'UiEvent', 'Url', 'UrlSearchParams', 'WebSocket', 'Window', 'Worker', 'WorkerGlobalScope', 'WorkerOptions', 'console'] + +[[target-package]] +name = 'addr2line' +version = '0.20.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'adler' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'adler32' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'android-tzdata' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'android_system_properties' +version = '0.1.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'async-channel' +version = '1.9.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'async-executor' +version = '1.5.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'async-global-executor' +version = '2.3.1' +crates-io = true +status = 'transitive' +features = ['async-io', 'default'] +optional-deps = ['async-io'] + +[[target-package]] +name = 'async-io' +version = '1.13.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'async-lock' +version = '2.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'async-process' +version = '1.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'async-task' +version = '4.4.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'atomic-polyfill' +version = '0.1.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'atomic-waker' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'axum' +version = '0.6.19' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'axum-core' +version = '0.3.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'backtrace' +version = '0.3.68' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'base64' +version = '0.13.1' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'base64' +version = '0.21.2' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'bincode' +version = '1.3.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'blocking' +version = '1.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bytemuck' +version = '1.13.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'bytes' +version = '1.4.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'clap_lex' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'cloudabi' +version = '0.0.3' +crates-io = true +status = 'transitive' +features = ['bitflags', 'default'] +optional-deps = ['bitflags'] + +[[target-package]] +name = 'color_quant' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'concurrent-queue' +version = '2.2.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'console-api' +version = '0.5.0' +crates-io = true +status = 'transitive' +features = ['transport'] + +[[target-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'core-foundation' +version = '0.9.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'core-foundation-sys' +version = '0.8.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'crc32fast' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'critical-section' +version = '1.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'crossbeam-channel' +version = '0.5.8' +crates-io = true +status = 'transitive' +features = ['crossbeam-utils', 'default', 'std'] +optional-deps = ['crossbeam-utils'] + +[[target-package]] +name = 'crossbeam-deque' +version = '0.8.3' +crates-io = true +status = 'transitive' +features = ['crossbeam-epoch', 'crossbeam-utils', 'default', 'std'] +optional-deps = ['crossbeam-epoch', 'crossbeam-utils'] + +[[target-package]] +name = 'crossbeam-epoch' +version = '0.9.15' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'crossbeam-utils' +version = '0.8.16' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'deflate' +version = '0.8.6' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'dirs' +version = '4.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'dirs-sys' +version = '0.3.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'either' +version = '1.9.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'embedded-graphics-core' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'errno' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'errno-dragonfly' +version = '0.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'event-listener' +version = '2.5.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'fastrand' +version = '1.9.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'flate2' +version = '1.0.26' +crates-io = true +status = 'transitive' +features = ['default', 'miniz_oxide', 'rust_backend'] +optional-deps = ['miniz_oxide'] + +[[target-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[target-package]] +name = 'float-cmp' +version = '0.9.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[target-package]] +name = 'fnv' +version = '1.0.7' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'foreign-types' +version = '0.3.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'foreign-types-shared' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'form_urlencoded' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'fuchsia-cprng' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'futures-sink', 'sink', 'std'] +optional-deps = ['futures-sink'] + +[[target-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'futures-lite' +version = '1.13.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'fastrand', 'futures-io', 'memchr', 'parking', 'std', 'waker-fn'] +optional-deps = ['fastrand', 'futures-io', 'memchr', 'parking', 'waker-fn'] + +[[target-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'generator' +version = '0.7.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'getrandom' +version = '0.2.10' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'gif' +version = '0.11.4' +crates-io = true +status = 'transitive' +features = ['default', 'raii_no_panic', 'std'] + +[[target-package]] +name = 'gimli' +version = '0.27.3' +crates-io = true +status = 'transitive' +features = ['read', 'read-core'] + +[[target-package]] +name = 'gloo-console' +version = '0.2.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'gloo-dialogs' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'gloo-events' +version = '0.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'gloo-file' +version = '0.2.3' +crates-io = true +status = 'transitive' +features = ['default', 'futures', 'futures-channel'] +optional-deps = ['futures-channel'] + +[[target-package]] +name = 'gloo-history' +version = '0.1.5' +crates-io = true +status = 'transitive' +features = ['default', 'query', 'serde_urlencoded', 'thiserror'] +optional-deps = ['serde_urlencoded', 'thiserror'] + +[[target-package]] +name = 'gloo-net' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = ['default', 'eventsource', 'futures-channel', 'futures-core', 'futures-sink', 'http', 'json', 'pin-project', 'serde', 'serde_json', 'websocket'] +optional-deps = ['futures-channel', 'futures-core', 'futures-sink', 'pin-project', 'serde', 'serde_json'] + +[[target-package]] +name = 'gloo-render' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'gloo-storage' +version = '0.2.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'gloo-timers' +version = '0.2.6' +crates-io = true +status = 'transitive' +features = ['default', 'futures', 'futures-channel', 'futures-core'] +optional-deps = ['futures-channel', 'futures-core'] + +[[target-package]] +name = 'gloo-utils' +version = '0.1.7' +crates-io = true +status = 'transitive' +features = ['default', 'serde'] +optional-deps = ['serde', 'serde_json'] + +[[target-package]] +name = 'gloo-worker' +version = '0.3.0' +crates-io = true +status = 'transitive' +features = ['default', 'futures'] + +[[target-package]] +name = 'h2' +version = '0.3.20' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'hashbrown' +version = '0.12.3' +crates-io = true +status = 'transitive' +features = ['raw'] + +[[target-package]] +name = 'hdrhistogram' +version = '7.5.2' +crates-io = true +status = 'transitive' +features = ['base64', 'flate2', 'nom', 'serialization'] +optional-deps = ['base64', 'flate2', 'nom'] + +[[target-package]] +name = 'hermit-abi' +version = '0.1.19' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'hermit-abi' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'hex' +version = '0.4.3' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'http' +version = '0.2.9' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'http-body' +version = '0.4.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'httparse' +version = '1.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'httpdate' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'hyper' +version = '0.14.27' +crates-io = true +status = 'transitive' +features = ['client', 'default', 'full', 'h2', 'http1', 'http2', 'runtime', 'server', 'socket2', 'stream', 'tcp'] +optional-deps = ['h2', 'socket2'] + +[[target-package]] +name = 'hyper-timeout' +version = '0.4.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'iana-time-zone' +version = '0.1.57' +crates-io = true +status = 'transitive' +features = ['fallback'] + +[[target-package]] +name = 'iana-time-zone-haiku' +version = '0.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'idna' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'image' +version = '0.23.14' +crates-io = true +status = 'transitive' +features = ['bmp', 'dds', 'default', 'dxt', 'farbfeld', 'gif', 'hdr', 'ico', 'jpeg', 'jpeg_rayon', 'png', 'pnm', 'scoped_threadpool', 'tga', 'tiff', 'webp'] +optional-deps = ['gif', 'jpeg', 'png', 'scoped_threadpool', 'tiff'] + +[[target-package]] +name = 'indexmap' +version = '1.9.3' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'instant' +version = '0.1.12' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'io-lifetimes' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = ['close', 'hermit-abi', 'libc', 'windows-sys'] +optional-deps = ['hermit-abi', 'libc', 'windows-sys'] + +[[target-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'jpeg-decoder' +version = '0.1.22' +crates-io = true +status = 'transitive' +features = ['rayon'] +optional-deps = ['rayon'] + +[[target-package]] +name = 'js-sys' +version = '0.3.64' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'kv-log-macro' +version = '1.0.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'lazy_static' +version = '1.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'libc' +version = '0.2.147' +crates-io = true +status = 'transitive' +features = ['default', 'extra_traits', 'std'] + +[[target-package]] +name = 'linux-raw-sys' +version = '0.3.8' +crates-io = true +status = 'transitive' +features = ['errno', 'general', 'ioctl', 'no_std'] + +[[target-package]] +name = 'lock_api' +version = '0.4.10' +crates-io = true +status = 'transitive' +features = ['atomic_usize', 'default'] + +[[target-package]] +name = 'log' +version = '0.4.20' +crates-io = true +status = 'transitive' +features = ['kv_unstable', 'std', 'value-bag'] +optional-deps = ['value-bag'] + +[[target-package]] +name = 'loom' +version = '0.5.6' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'matchers' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'matchit' +version = '0.7.0' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'memchr' +version = '2.5.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'memoffset' +version = '0.9.0' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'micromath' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'mime' +version = '0.3.17' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'minicbor' +version = '0.13.2' +crates-io = true +status = 'transitive' +features = ['alloc', 'derive', 'minicbor-derive', 'std'] +optional-deps = ['minicbor-derive'] + +[[target-package]] +name = 'minimal-lexical' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'miniz_oxide' +version = '0.3.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'miniz_oxide' +version = '0.4.4' +crates-io = true +status = 'transitive' +features = ['no_extern_crate_alloc'] + +[[target-package]] +name = 'miniz_oxide' +version = '0.7.1' +crates-io = true +status = 'transitive' +features = ['with-alloc'] + +[[target-package]] +name = 'mio' +version = '0.8.8' +crates-io = true +status = 'transitive' +features = ['net', 'os-ext', 'os-poll'] + +[[target-package]] +name = 'modality-ingest-client' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'native-tls' +version = '0.2.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'nom' +version = '7.1.3' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'nu-ansi-term' +version = '0.46.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num' +version = '0.1.42' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num-integer' +version = '0.1.45' +crates-io = true +status = 'transitive' +features = ['default', 'i128', 'std'] + +[[target-package]] +name = 'num-iter' +version = '0.1.43' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'num-rational' +version = '0.3.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = ['default', 'i128', 'std'] + +[[target-package]] +name = 'num_cpus' +version = '1.16.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'object' +version = '0.31.1' +crates-io = true +status = 'transitive' +features = ['archive', 'coff', 'elf', 'macho', 'pe', 'read_core', 'unaligned'] + +[[target-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[target-package]] +name = 'openssl' +version = '0.10.55' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'openssl-probe' +version = '0.1.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'openssl-sys' +version = '0.9.90' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'os_str_bytes' +version = '6.5.1' +crates-io = true +status = 'transitive' +features = ['raw_os_str'] + +[[target-package]] +name = 'overload' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'parking' +version = '2.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'percent-encoding' +version = '2.3.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pinned' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'png' +version = '0.16.8' +crates-io = true +status = 'transitive' +features = ['default', 'deflate', 'png-encoding'] +optional-deps = ['deflate'] + +[[target-package]] +name = 'polling' +version = '2.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'ppv-lite86' +version = '0.2.17' +crates-io = true +status = 'transitive' +features = ['simd', 'std'] + +[[target-package]] +name = 'prost' +version = '0.11.9' +crates-io = true +status = 'transitive' +features = ['default', 'prost-derive', 'std'] +optional-deps = ['prost-derive'] + +[[target-package]] +name = 'prost-types' +version = '0.11.9' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'rand' +version = '0.6.5' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'rand_os', 'std'] +optional-deps = ['rand_os'] + +[[target-package]] +name = 'rand' +version = '0.8.5' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'getrandom', 'libc', 'rand_chacha', 'small_rng', 'std', 'std_rng'] +optional-deps = ['libc', 'rand_chacha'] + +[[target-package]] +name = 'rand_chacha' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rand_chacha' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'rand_core' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rand_core' +version = '0.4.2' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'rand_core' +version = '0.6.4' +crates-io = true +status = 'transitive' +features = ['alloc', 'getrandom', 'std'] +optional-deps = ['getrandom'] + +[[target-package]] +name = 'rand_hc' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rand_isaac' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rand_jitter' +version = '0.1.4' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'rand_os' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rand_pcg' +version = '0.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rand_xorshift' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rayon' +version = '1.7.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rayon-core' +version = '1.11.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rdrand' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'redox_syscall' +version = '0.2.16' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'redox_syscall' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'redox_users' +version = '0.4.3' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'regex' +version = '1.9.4' +crates-io = true +status = 'transitive' +features = ['std', 'unicode-case', 'unicode-perl'] + +[[target-package]] +name = 'regex-automata' +version = '0.1.10' +crates-io = true +status = 'transitive' +features = ['default', 'regex-syntax', 'std'] +optional-deps = ['regex-syntax'] + +[[target-package]] +name = 'regex-automata' +version = '0.3.7' +crates-io = true +status = 'transitive' +features = ['alloc', 'meta', 'nfa-pikevm', 'nfa-thompson', 'std', 'syntax', 'unicode-case', 'unicode-perl', 'unicode-word-boundary'] +optional-deps = ['regex-syntax'] + +[[target-package]] +name = 'regex-syntax' +version = '0.6.29' +crates-io = true +status = 'transitive' +features = ['default', 'unicode', 'unicode-age', 'unicode-bool', 'unicode-case', 'unicode-gencat', 'unicode-perl', 'unicode-script', 'unicode-segment'] + +[[target-package]] +name = 'regex-syntax' +version = '0.7.5' +crates-io = true +status = 'transitive' +features = ['std', 'unicode-case', 'unicode-perl'] + +[[target-package]] +name = 'rustc-demangle' +version = '0.1.23' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'rustix' +version = '0.37.20' +crates-io = true +status = 'transitive' +features = ['default', 'fs', 'io-lifetimes', 'libc', 'std', 'use-libc-auxv'] +optional-deps = ['io-lifetimes', 'libc'] + +[[target-package]] +name = 'ryu' +version = '1.0.15' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'schannel' +version = '0.1.22' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'scoped-tls' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'scoped_threadpool' +version = '0.1.9' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'scopeguard' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'sdl2' +version = '0.32.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'sdl2-sys' +version = '0.32.6' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'security-framework' +version = '2.9.2' +crates-io = true +status = 'transitive' +features = ['OSX_10_9', 'default'] + +[[target-package]] +name = 'security-framework-sys' +version = '2.9.1' +crates-io = true +status = 'transitive' +features = ['OSX_10_9', 'default'] + +[[target-package]] +name = 'serde-wasm-bindgen' +version = '0.5.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'serde_json' +version = '1.0.105' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'serde_urlencoded' +version = '0.7.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'sharded-slab' +version = '0.1.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'signal-hook' +version = '0.3.17' +crates-io = true +status = 'transitive' +features = ['channel', 'iterator'] + +[[target-package]] +name = 'signal-hook-registry' +version = '1.4.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'slab' +version = '0.4.8' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'smallvec' +version = '1.11.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'socket2' +version = '0.4.9' +crates-io = true +status = 'transitive' +features = ['all'] + +[[target-package]] +name = 'spin' +version = '0.9.8' +crates-io = true +status = 'transitive' +features = ['barrier', 'default', 'lazy', 'lock_api', 'lock_api_crate', 'mutex', 'once', 'rwlock', 'spin_mutex'] +optional-deps = ['lock_api_crate'] + +[[target-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'strsim' +version = '0.10.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'sync_wrapper' +version = '0.1.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tempfile' +version = '3.6.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'termcolor' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'textwrap' +version = '0.16.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'thread_local' +version = '1.1.7' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tiff' +version = '0.6.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'time' +version = '0.1.45' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tinyvec' +version = '1.6.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'tinyvec_macros'] +optional-deps = ['tinyvec_macros'] + +[[target-package]] +name = 'tinyvec_macros' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tokio-io-timeout' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tokio-native-tls' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tokio-stream' +version = '0.1.14' +crates-io = true +status = 'transitive' +features = ['default', 'net', 'time'] + +[[target-package]] +name = 'tokio-util' +version = '0.7.8' +crates-io = true +status = 'transitive' +features = ['codec', 'default', 'tracing'] +optional-deps = ['tracing'] + +[[target-package]] +name = 'tonic' +version = '0.9.2' +crates-io = true +status = 'transitive' +features = ['channel', 'codegen', 'default', 'prost', 'transport'] +optional-deps = ['async-trait', 'axum', 'h2', 'hyper', 'hyper-timeout', 'prost', 'tokio', 'tower'] + +[[target-package]] +name = 'tower' +version = '0.4.13' +crates-io = true +status = 'transitive' +features = ['__common', 'balance', 'buffer', 'discover', 'futures-core', 'futures-util', 'indexmap', 'limit', 'load', 'make', 'pin-project', 'pin-project-lite', 'rand', 'ready-cache', 'slab', 'timeout', 'tokio', 'tokio-util', 'tracing', 'util'] +optional-deps = ['futures-core', 'futures-util', 'indexmap', 'pin-project', 'pin-project-lite', 'rand', 'slab', 'tokio', 'tokio-util', 'tracing'] + +[[target-package]] +name = 'tower-layer' +version = '0.3.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tower-service' +version = '0.3.2' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing-log' +version = '0.1.3' +crates-io = true +status = 'transitive' +features = ['log-tracer', 'std'] + +[[target-package]] +name = 'try-lock' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'unicode-bidi' +version = '0.3.13' +crates-io = true +status = 'transitive' +features = ['hardcoded-data', 'std'] + +[[target-package]] +name = 'unicode-normalization' +version = '0.1.22' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'url' +version = '2.4.0' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'uuid' +version = '0.8.2' +crates-io = true +status = 'transitive' +features = ['default', 'getrandom', 'std', 'v4'] +optional-deps = ['getrandom'] + +[[target-package]] +name = 'valuable' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'value-bag' +version = '1.4.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'waker-fn' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'want' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'wasi' +version = '0.10.0+wasi-snapshot-preview1' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'wasi' +version = '0.11.0+wasi-snapshot-preview1' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'weezl' +version = '0.1.7' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'winapi' +version = '0.3.9' +crates-io = true +status = 'transitive' +features = ['consoleapi', 'errhandlingapi', 'fileapi', 'handleapi', 'knownfolders', 'minwinbase', 'minwindef', 'ntdef', 'ntsecapi', 'objbase', 'processenv', 'profileapi', 'shlobj', 'std', 'sysinfoapi', 'timezoneapi', 'winbase', 'wincon', 'winerror', 'winnt', 'ws2ipdef', 'ws2tcpip'] + +[[target-package]] +name = 'winapi-i686-pc-windows-gnu' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'winapi-util' +version = '0.1.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'winapi-x86_64-pc-windows-gnu' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = ['Globalization', 'Win32', 'Win32_Foundation', 'Win32_System', 'Win32_System_Diagnostics', 'Win32_System_Diagnostics_Debug', 'Win32_System_Memory', 'Win32_System_SystemInformation', 'default'] + +[[target-package]] +name = 'windows-sys' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = ['Win32', 'Win32_Foundation', 'Win32_NetworkManagement', 'Win32_NetworkManagement_IpHelper', 'Win32_Networking', 'Win32_Networking_WinSock', 'Win32_Security', 'Win32_Security_Authentication', 'Win32_Security_Authentication_Identity', 'Win32_Security_Credentials', 'Win32_Security_Cryptography', 'Win32_Storage', 'Win32_Storage_FileSystem', 'Win32_System', 'Win32_System_Diagnostics', 'Win32_System_Diagnostics_Debug', 'Win32_System_IO', 'Win32_System_LibraryLoader', 'Win32_System_Memory', 'Win32_System_Pipes', 'Win32_System_SystemServices', 'Win32_System_Threading', 'Win32_System_WindowsProgramming', 'default'] + +[[target-package]] +name = 'windows-targets' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_aarch64_gnullvm' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_aarch64_msvc' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_i686_gnu' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_i686_msvc' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_x86_64_gnu' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_x86_64_gnullvm' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'windows_x86_64_msvc' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'initial' +features = ['default'] + +[[host-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'initial' +features = ['default'] + +[[host-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'workspace' +features = ['async', 'default'] + +[[host-package]] +name = 'melpo-config' +version = '0.1.0' +workspace-path = 'platforms/melpomene/melpo-config' +status = 'workspace' +features = [] + +[[host-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'workspace' +features = [] + +[[host-package]] +name = 'mnemos-config' +version = '0.1.0' +workspace-path = 'source/config' +status = 'workspace' +features = ['default', 'use-std'] +optional-deps = ['miette', 'toml'] + +[[host-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[host-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[host-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[host-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['async-await'] + +[[host-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['defmt', 'serde'] + +[[host-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[host-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[host-package]] +name = 'miette' +version = '5.10.0' +crates-io = true +status = 'direct' +features = ['backtrace', 'backtrace-ext', 'default', 'fancy', 'fancy-no-backtrace', 'is-terminal', 'owo-colors', 'supports-color', 'supports-hyperlinks', 'supports-unicode', 'terminal_size', 'textwrap'] +optional-deps = ['backtrace', 'backtrace-ext', 'is-terminal', 'owo-colors', 'supports-color', 'supports-hyperlinks', 'supports-unicode', 'terminal_size', 'textwrap'] + +[[host-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[host-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[host-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['alloc', 'const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive', 'use-std'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[host-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[host-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[host-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['alloc', 'default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[host-package]] +name = 'toml' +version = '0.7.6' +crates-io = true +status = 'direct' +features = ['default', 'display', 'parse'] +optional-deps = ['toml_edit'] + +[[host-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['serde'] +optional-deps = ['serde'] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'addr2line' +version = '0.20.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'adler' +version = '1.0.2' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'async-trait' +version = '0.1.72' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'autocfg' +version = '0.1.8' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'backtrace' +version = '0.3.68' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'backtrace-ext' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'bumpalo' +version = '3.13.0' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'cc' +version = '1.0.79' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'cfg-if' +version = '0.1.10' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'clap_derive' +version = '3.2.25' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['unstable'] + +[[host-package]] +name = 'either' +version = '1.9.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'equivalent' +version = '1.0.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[host-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['futures-sink', 'sink'] +optional-deps = ['futures-sink'] + +[[host-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['async-await', 'async-await-macro', 'futures-macro', 'futures-sink', 'sink'] +optional-deps = ['futures-macro', 'futures-sink'] + +[[host-package]] +name = 'gimli' +version = '0.27.3' +crates-io = true +status = 'transitive' +features = ['read', 'read-core'] + +[[host-package]] +name = 'gloo-worker-macros' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'hashbrown' +version = '0.14.0' +crates-io = true +status = 'transitive' +features = ['raw'] + +[[host-package]] +name = 'heck' +version = '0.4.1' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'indexmap' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'io-lifetimes' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = ['close', 'default', 'hermit-abi', 'libc', 'windows-sys'] +optional-deps = ['windows-sys'] + +[[host-package]] +name = 'is-terminal' +version = '0.4.7' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'is_ci' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'itertools' +version = '0.10.5' +crates-io = true +status = 'transitive' +features = ['use_alloc'] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'libc' +version = '0.2.147' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'log' +version = '0.4.20' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'memchr' +version = '2.5.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'miette-derive' +version = '5.10.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'minicbor-derive' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'miniz_oxide' +version = '0.7.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'object' +version = '0.31.1' +crates-io = true +status = 'transitive' +features = ['archive', 'coff', 'elf', 'macho', 'pe', 'read_core', 'unaligned'] + +[[host-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[host-package]] +name = 'openssl-macros' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'owo-colors' +version = '3.5.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pkg-config' +version = '0.3.27' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-crate' +version = '1.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'prost-derive' +version = '0.11.9' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'rustc-demangle' +version = '0.1.23' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'serde_spanned' +version = '0.6.3' +crates-io = true +status = 'transitive' +features = ['serde'] +optional-deps = ['serde'] + +[[host-package]] +name = 'smawk' +version = '0.3.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'supports-color' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'supports-hyperlinks' +version = '2.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'supports-unicode' +version = '2.0.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'terminal_size' +version = '0.1.17' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'textwrap' +version = '0.15.2' +crates-io = true +status = 'transitive' +features = ['default', 'smawk', 'unicode-linebreak', 'unicode-width'] +optional-deps = ['smawk', 'unicode-linebreak', 'unicode-width'] + +[[host-package]] +name = 'thiserror' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'thiserror-impl' +version = '1.0.47' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tokio-macros' +version = '2.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'toml_datetime' +version = '0.6.3' +crates-io = true +status = 'transitive' +features = ['serde'] +optional-deps = ['serde'] + +[[host-package]] +name = 'toml_edit' +version = '0.19.14' +crates-io = true +status = 'transitive' +features = ['default', 'serde'] +optional-deps = ['serde', 'serde_spanned'] + +[[host-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-linebreak' +version = '0.1.5' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-width' +version = '0.1.10' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'vcpkg' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'wasm-bindgen-backend' +version = '0.2.87' +crates-io = true +status = 'transitive' +features = ['spans'] + +[[host-package]] +name = 'wasm-bindgen-macro' +version = '0.2.87' +crates-io = true +status = 'transitive' +features = ['spans'] + +[[host-package]] +name = 'wasm-bindgen-macro-support' +version = '0.2.87' +crates-io = true +status = 'transitive' +features = ['spans'] + +[[host-package]] +name = 'wasm-bindgen-shared' +version = '0.2.87' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'winapi' +version = '0.3.9' +crates-io = true +status = 'transitive' +features = ['handleapi', 'processenv', 'winbase', 'wincon', 'winnt'] + +[[host-package]] +name = 'windows-sys' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = ['Win32', 'Win32_Foundation', 'Win32_Networking', 'Win32_Networking_WinSock', 'Win32_Security', 'Win32_Storage', 'Win32_Storage_FileSystem', 'Win32_System', 'Win32_System_Console', 'Win32_System_IO', 'Win32_System_Threading', 'default'] + +[[host-package]] +name = 'windows-targets' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'windows_i686_msvc' +version = '0.48.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'winnow' +version = '0.5.2' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] diff --git a/fixtures/large/summaries/mnemos_b3b4da9-7.toml b/fixtures/large/summaries/mnemos_b3b4da9-7.toml new file mode 100644 index 00000000000..4f520c9635a --- /dev/null +++ b/fixtures/large/summaries/mnemos_b3b4da9-7.toml @@ -0,0 +1,633 @@ +# This summary was @generated. To regenerate, run: +# cargo run -p fixture-manager -- generate-summaries --fixture mnemos_b3b4da9 + +[metadata] +resolver = '1' +include-dev = false +initials-platform = 'proc-macros-on-target' + +[metadata.host-platform] +spec = 'any' + +[metadata.target-platform] +spec = 'always' +[[metadata.omitted-packages.ids]] +name = 'defmt-parser' +version = '0.3.3' +crates-io = true + +[[metadata.omitted-packages.ids]] +name = 'event-listener' +version = '2.5.3' +crates-io = true + +[[metadata.features-only]] +name = 'mnemos-x86_64-bootloader' +version = '0.1.0' +workspace-path = 'platforms/x86_64/bootloader' +features = [] + +[[target-package]] +name = 'melpo-config' +version = '0.1.0' +workspace-path = 'platforms/melpomene/melpo-config' +status = 'initial' +features = [] + +[[target-package]] +name = 'mnemos' +version = '0.1.0' +workspace-path = 'source/kernel' +status = 'initial' +features = ['mnemos-trace-proto', 'serial-trace', 'tracing-core', 'tracing-serde-structured'] +optional-deps = ['mnemos-trace-proto', 'tracing-core', 'tracing-serde-structured'] + +[[target-package]] +name = 'forth3' +version = '0.1.0' +workspace-path = 'source/forth3' +status = 'workspace' +features = ['async', 'default'] + +[[target-package]] +name = 'mnemos-abi' +version = '0.1.0' +workspace-path = 'source/abi' +status = 'workspace' +features = ['default'] + +[[target-package]] +name = 'mnemos-alloc' +version = '0.1.0' +workspace-path = 'source/alloc' +status = 'workspace' +features = ['default', 'use-std'] + +[[target-package]] +name = 'mnemos-trace-proto' +version = '0.1.0' +workspace-path = 'source/trace-proto' +status = 'workspace' +features = [] + +[[target-package]] +name = 'sermux-proto' +version = '0.1.0' +workspace-path = 'source/sermux-proto' +status = 'workspace' +features = [] + +[[target-package]] +name = 'spitebuf' +version = '0.1.0' +workspace-path = 'source/spitebuf' +status = 'workspace' +features = [] + +[[target-package]] +name = 'cfg-if' +version = '1.0.0' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cobs' +version = '0.2.3' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'cordyceps' +version = '0.3.2' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc', 'default'] + +[[target-package]] +name = 'embedded-graphics' +version = '0.7.1' +crates-io = true +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'embedded-hal-async' +version = '0.2.0-alpha.2' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'futures' +version = '0.3.28' +crates-io = true +status = 'direct' +features = ['alloc', 'async-await', 'default', 'executor', 'futures-executor', 'std'] +optional-deps = ['futures-executor'] + +[[target-package]] +name = 'hash32' +version = '0.3.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'heapless' +version = '0.7.16' +crates-io = true +status = 'direct' +features = ['atomic-polyfill', 'cas', 'default', 'defmt', 'defmt-impl', 'serde'] +optional-deps = ['atomic-polyfill', 'defmt', 'serde'] + +[[target-package]] +name = 'input-mgr' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = [] + +[[target-package]] +name = 'linked_list_allocator' +version = '0.10.5' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'maitake' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['alloc'] + +[[target-package]] +name = 'mycelium-bitfield' +version = '0.1.3' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = [] + +[[target-package]] +name = 'mycelium-util' +version = '0.1.0' +source = 'git+https://github.com/hawkw/mycelium.git?rev=101a4abaa19afdd131b334a16d92c9fb4909c064#101a4abaa19afdd131b334a16d92c9fb4909c064' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'portable-atomic' +version = '1.4.2' +crates-io = true +status = 'direct' +features = ['default', 'fallback', 'require-cas'] + +[[target-package]] +name = 'postcard' +version = '1.0.6' +crates-io = true +status = 'direct' +features = ['alloc', 'const_format', 'default', 'experimental-derive', 'heapless', 'heapless-cas', 'postcard-derive', 'use-std'] +optional-deps = ['const_format', 'heapless', 'postcard-derive'] + +[[target-package]] +name = 'profont' +version = '0.6.1' +crates-io = true +status = 'direct' +features = [] + +[[target-package]] +name = 'ring-drawer' +version = '0.1.0' +source = 'git+https://github.com/tosc-rs/teletype/?rev=de95e610cc79db6d59ad6b40eb2d82adebb4e033#de95e610cc79db6d59ad6b40eb2d82adebb4e033' +status = 'direct' +features = ['default'] + +[[target-package]] +name = 'serde' +version = '1.0.188' +crates-io = true +status = 'direct' +features = ['alloc', 'default', 'derive', 'serde_derive', 'std'] +optional-deps = ['serde_derive'] + +[[target-package]] +name = 'tracing' +version = '0.1.37' +crates-io = true +status = 'direct' +features = ['attributes', 'default', 'std', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.1.31' +crates-io = true +status = 'direct' +features = ['default', 'once_cell', 'std', 'valuable'] +optional-deps = ['once_cell', 'valuable'] + +[[target-package]] +name = 'tracing-serde-structured' +version = '0.2.0' +source = 'git+https://github.com/hawkw/tracing-serde-structured?branch=eliza/span-fields#d8c384a09f27eb06aaf31dd3f9bb9c69b33f7e66' +status = 'direct' +features = [] + +[[target-package]] +name = 'uuid' +version = '1.4.1' +crates-io = true +status = 'direct' +features = ['default', 'getrandom', 'rng', 'serde', 'std', 'v4'] +optional-deps = ['getrandom', 'serde'] + +[[target-package]] +name = 'az' +version = '1.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'bitflags' +version = '1.3.2' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'byteorder' +version = '1.4.3' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'const_format' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'defmt' +version = '0.3.5' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'embedded-graphics-core' +version = '0.3.3' +crates-io = true +status = 'transitive' +features = ['default'] + +[[target-package]] +name = 'embedded-hal' +version = '1.0.0-alpha.11' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'float-cmp' +version = '0.8.0' +crates-io = true +status = 'transitive' +features = ['default', 'num-traits', 'ratio'] +optional-deps = ['num-traits'] + +[[target-package]] +name = 'futures-channel' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'futures-sink', 'sink', 'std'] +optional-deps = ['futures-sink'] + +[[target-package]] +name = 'futures-core' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'std'] + +[[target-package]] +name = 'futures-executor' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['std'] + +[[target-package]] +name = 'futures-io' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'futures-sink' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'futures-task' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'std'] + +[[target-package]] +name = 'futures-util' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = ['alloc', 'async-await', 'async-await-macro', 'channel', 'futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'io', 'memchr', 'sink', 'slab', 'std'] +optional-deps = ['futures-channel', 'futures-io', 'futures-macro', 'futures-sink', 'memchr', 'slab'] + +[[target-package]] +name = 'getrandom' +version = '0.2.10' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'hash32' +version = '0.2.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'memchr' +version = '2.5.0' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'micromath' +version = '1.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'num-traits' +version = '0.2.15' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'once_cell' +version = '1.18.0' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'race', 'std'] + +[[target-package]] +name = 'pin-project' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-project-lite' +version = '0.2.13' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'pin-utils' +version = '0.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'slab' +version = '0.4.8' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[target-package]] +name = 'stable_deref_trait' +version = '1.2.0' +crates-io = true +status = 'transitive' +features = [] + +[[target-package]] +name = 'tracing' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = ['attributes', 'tracing-attributes'] +optional-deps = ['tracing-attributes'] + +[[target-package]] +name = 'tracing-core' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'vergen' +version = '8.2.1' +crates-io = true +status = 'direct' +features = ['cargo', 'default', 'git', 'gitcl', 'rustc', 'rustc_version', 'time'] +optional-deps = ['rustc_version', 'time'] + +[[host-package]] +name = 'anyhow' +version = '1.0.71' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'autocfg' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'const_format_proc_macros' +version = '0.2.31' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'defmt-macros' +version = '0.3.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'futures-macro' +version = '0.3.28' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'itoa' +version = '1.0.6' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'pin-project-internal' +version = '1.1.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'postcard-derive' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro-error' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = ['default', 'syn', 'syn-error'] +optional-deps = ['syn'] + +[[host-package]] +name = 'proc-macro-error-attr' +version = '1.0.4' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'proc-macro2' +version = '1.0.66' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'quote' +version = '1.0.32' +crates-io = true +status = 'transitive' +features = ['default', 'proc-macro'] + +[[host-package]] +name = 'rustc_version' +version = '0.4.0' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'rustversion' +version = '1.0.12' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'semver' +version = '1.0.18' +crates-io = true +status = 'transitive' +features = ['default', 'std'] + +[[host-package]] +name = 'serde_derive' +version = '1.0.188' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'syn' +version = '1.0.109' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'parsing', 'printing', 'proc-macro', 'quote'] +optional-deps = ['quote'] + +[[host-package]] +name = 'syn' +version = '2.0.29' +crates-io = true +status = 'transitive' +features = ['clone-impls', 'default', 'derive', 'extra-traits', 'full', 'parsing', 'printing', 'proc-macro', 'quote', 'visit-mut'] +optional-deps = ['quote'] + +[[host-package]] +name = 'time' +version = '0.3.22' +crates-io = true +status = 'transitive' +features = ['alloc', 'default', 'formatting', 'parsing', 'std'] +optional-deps = ['itoa'] + +[[host-package]] +name = 'time-core' +version = '0.1.1' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.1.26' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'tracing-attributes' +version = '0.2.0' +source = 'git+https://github.com/tokio-rs/tracing#941b1591faeea55d62c1c8cf524ffa3e95b66887' +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-ident' +version = '1.0.11' +crates-io = true +status = 'transitive' +features = [] + +[[host-package]] +name = 'unicode-xid' +version = '0.2.4' +crates-io = true +status = 'transitive' +features = ['default'] + +[[host-package]] +name = 'version_check' +version = '0.9.4' +crates-io = true +status = 'transitive' +features = [] diff --git a/fixtures/src/json.rs b/fixtures/src/json.rs index 59c32a9600a..41ec6eb115f 100644 --- a/fixtures/src/json.rs +++ b/fixtures/src/json.rs @@ -158,6 +158,8 @@ pub static METADATA_LIBRA_F0091A4_PATH: &str = "../large/metadata_libra_f0091a4. pub static METADATA_LIBRA_9FFD93B_PATH: &str = "../large/metadata_libra_9ffd93b.json"; +pub static MNEMOS_B3B4DA9_PATH: &str = "../large/mnemos_b3b4da9.json"; + pub static METADATA_GUPPY_78CB7E8_PATH: &str = "../guppy/metadata_guppy_78cb7e8.json"; pub static METADATA_GUPPY_869476C_PATH: &str = "../guppy/metadata_guppy_869476c.json"; @@ -214,6 +216,7 @@ define_fixtures! { metadata_libra => METADATA_LIBRA_PATH, metadata_libra_f0091a4 => METADATA_LIBRA_F0091A4_PATH, metadata_libra_9ffd93b => METADATA_LIBRA_9FFD93B_PATH, + mnemos_b3b4da9 => MNEMOS_B3B4DA9_PATH, metadata_guppy_78cb7e8 => METADATA_GUPPY_78CB7E8_PATH, metadata_guppy_869476c => METADATA_GUPPY_869476C_PATH, metadata_guppy_c9b4f76 => METADATA_GUPPY_C9B4F76_PATH, @@ -1326,6 +1329,12 @@ impl FixtureDetails { ]) } + pub(crate) fn mnemos_b3b4da9() -> Self { + let details = AHashMap::new(); + + Self::new(details) + } + pub(crate) fn metadata_guppy_78cb7e8() -> Self { let details = AHashMap::new(); diff --git a/guppy/src/graph/build.rs b/guppy/src/graph/build.rs index 8ef136a8bab..383322cbb20 100644 --- a/guppy/src/graph/build.rs +++ b/guppy/src/graph/build.rs @@ -463,8 +463,10 @@ impl PackageDataValue { } } None => { - // XXX warn here? - ResolvedName::LibNameNotSpecified(package.name.replace('-', "_")) + // This means that it's a weird case like a binary-only dependency (not part of + // stable Rust as of 2023-11). This will typically be reflected as an empty resolved + // name. + ResolvedName::NoLibTarget } }; @@ -485,6 +487,7 @@ enum ResolvedName { LibNameSpecified(String), /// This variant has its - replaced with _. LibNameNotSpecified(String), + NoLibTarget, } #[derive(Clone, Debug, Eq, PartialEq, Hash)] @@ -492,6 +495,7 @@ enum ReqResolvedName<'g> { Renamed(String), LibNameSpecified(&'g str), LibNameNotSpecified(&'g str), + NoLibTarget, } impl<'g> ReqResolvedName<'g> { @@ -503,6 +507,7 @@ impl<'g> ReqResolvedName<'g> { match resolved_name { ResolvedName::LibNameSpecified(name) => Self::LibNameSpecified(name), ResolvedName::LibNameNotSpecified(name) => Self::LibNameNotSpecified(name), + ResolvedName::NoLibTarget => Self::NoLibTarget, } } @@ -511,6 +516,7 @@ impl<'g> ReqResolvedName<'g> { Self::Renamed(rename) => rename == name, Self::LibNameSpecified(resolved_name) => *resolved_name == name, Self::LibNameNotSpecified(resolved_name) => *resolved_name == name, + Self::NoLibTarget => name.is_empty(), } } } diff --git a/guppy/tests/graph-tests/graph_tests.rs b/guppy/tests/graph-tests/graph_tests.rs index efa35a6f36f..12ac0ccbc5a 100644 --- a/guppy/tests/graph-tests/graph_tests.rs +++ b/guppy/tests/graph-tests/graph_tests.rs @@ -444,6 +444,14 @@ mod large { } proptest_suite!(metadata_libra_9ffd93b); + + #[test] + fn mnemos_b3b4da9() { + let metadata = JsonFixture::mnemos_b3b4da9(); + metadata.verify(); + } + + proptest_suite!(mnemos_b3b4da9); } mod guppy_tests {