# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60.0" name = "noosphere-collections" version = "0.7.1" description = "Collection data types that are needed by an efficient implementation of Noosphere's IPLD data structures" homepage = "https://github.com/subconsciousnetwork/noosphere" documentation = "https://docs.rs/noosphere-collections" readme = "README.md" keywords = [ "hamt", "ipld", "noosphere", "p2p", "async", ] categories = [ "data structures", "asynchronous", "web-assembly", ] license = "MIT OR Apache-2.0" repository = "https://github.com/subconsciousnetwork/noosphere" [dependencies.anyhow] version = "1" [dependencies.async-recursion] version = "1" [dependencies.async-stream] version = "0.3" [dependencies.byteorder] version = "~1.4" [dependencies.cid] version = "0.10" [dependencies.forest_hash_utils] version = "0.1.0" [dependencies.libipld-cbor] version = "0.16" [dependencies.libipld-core] version = "0.16" [dependencies.noosphere-storage] version = "0.10.1" [dependencies.serde] version = "^1" [dependencies.serde_bytes] version = "0.11" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "^1" features = [ "sync", "io-util", ] [dependencies.tokio-stream] version = "~0.1" [dev-dependencies.serde_ipld_dagcbor] version = "0.4" [dev-dependencies.unsigned-varint] version = "0.7" [features] identity = [] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "^1" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3"