# 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.70.0" name = "car-nostd" version = "0.6.0" authors = [ "dignifiedquire ", "Karim Agha ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation the car files for no_std" homepage = "https://github.com/karim-agha/car-nostd" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/karim-agha/car-nostd" [lib] name = "car_nostd" path = "src/lib.rs" [[test]] name = "car_file_test" path = "tests/car_file_test.rs" [[test]] name = "car_writer_bytes_test" path = "tests/car_writer_bytes_test.rs" [dependencies.cid] version = "0.11" features = ["serde"] default-features = false [dependencies.core2] version = "0.4" [dependencies.serde] version = "1.0.210" features = ["derive"] default-features = false [dependencies.serde_ipld_dagcbor] version = "0.6.1" features = ["std"] default-features = false [dependencies.unsigned-varint] version = "0.8" default-features = false [dev-dependencies.itertools] version = "0.13" [dev-dependencies.multihash] version = "0.19" [dev-dependencies.multihash-codetable] version = "0.1" features = ["blake3"] [dev-dependencies.proptest] version = "1.1" [dev-dependencies.test-strategy] version = "0.3"