# 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 = "iroh-car" version = "0.5.1" authors = ["dignifiedquire "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation the car files for iroh" homepage = "https://github.com/n0-computer/iroh-car" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/n0-computer/iroh-car" [lib] name = "iroh_car" 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.anyhow] version = "1" [dependencies.cid] version = "0.11" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_ipld_dagcbor] version = "0.6.1" features = ["std"] default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "^1" features = ["io-util"] [dependencies.unsigned-varint] version = "0.7.1" features = ["std"] [dev-dependencies.multihash] version = "0.19" [dev-dependencies.multihash-codetable] version = "0.1.3" features = ["blake3"] [dev-dependencies.test-strategy] version = "0.3" [dev-dependencies.tokio] version = "^1" features = [ "macros", "sync", "rt", "io-util", ] [features] default = [] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.proptest] version = "1.1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom] version = "0.2" features = ["js"] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.proptest] version = "1.1" features = ["std"] default-features = false [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "^0.3"