# 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.75" name = "wnfs-unixfs-file" version = "0.2.0" authors = ["The Fission Authors"] description = "IPLD UnixFS File implementation for Webnative Filesystem" homepage = "https://fission.codes" readme = "README.md" keywords = [ "wnfs", "unixfs", "webnative", "ipfs", "decentralisation", ] categories = [ "filesystem", "cryptography", "web-programming", "wasm", ] license = "Apache-2.0" repository = "https://github.com/wnfs-wg/rs-wnfs/tree/main/wnfs-unixfs-file" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.async-stream] version = "0.3" [dependencies.bytes] version = "1.5" [dependencies.futures] version = "0.3" [dependencies.libipld] version = "0.16" features = [] [dependencies.num_enum] version = "0.5" [dependencies.proptest] version = "1.1" optional = true [dependencies.prost] version = "0.12" [dependencies.rand_core] version = "0.6" [dependencies.testresult] version = "0.3" [dependencies.tokio] version = "1.34" features = ["io-util"] [dependencies.wnfs-common] version = "=0.2.0" [dev-dependencies.async-std] version = "1.11" features = ["attributes"] [dev-dependencies.data-encoding] version = "2.5.0" [dev-dependencies.proptest] version = "1.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.tempfile] version = "3.8.1" [dev-dependencies.test-strategy] version = "0.3" [dev-dependencies.tokio] version = "1.34" features = [ "fs", "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.3" [dev-dependencies.tokio-util] version = "0.7" features = ["io"]