# 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-car" version = "0.3.1+deprecated" description = "Streaming CAR format support for Noosphere" homepage = "https://github.com/subconsciousnetwork/noosphere" documentation = "https://docs.rs/noosphere-car" readme = "README.md" keywords = [ "car", "sync", "noosphere", "ipfs", "cid", ] categories = [ "data-structures", "asynchronous", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/subconsciousnetwork/noosphere" [dependencies.anyhow] version = "1" [dependencies.cid] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.integer-encoding] version = "3" features = ["tokio_async"] [dependencies.libipld] version = "0.16" features = [ "dag-cbor", "derive", ] [dependencies.libipld-cbor] version = "0.16" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "^1" features = ["io-util"] [dev-dependencies.tokio] version = "^1" features = [ "macros", "sync", "rt", "io-util", ] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3"