# 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" name = "rs-car" version = "0.4.1" authors = ["dapplion "] description = "Rust implementation of the CAR v1 and v2 specifications" documentation = "https://docs.rs/rs-car" readme = "README.md" keywords = [ "ipfs", "ipld", "car", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dapplion/rs-car" [lib] name = "rs_car" path = "src/lib.rs" [dependencies.blake2b_simd] version = "1.0" default-features = false [dependencies.futures] version = "0.3.26" [dependencies.libipld] version = ">=0.14, <0.17" features = ["dag-cbor"] default-features = false [dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.93"