# 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-fs" version = "0.5.3" description = "A high-level, FS-like view over Noosphere content" homepage = "https://github.com/subconsciousnetwork/noosphere" documentation = "https://docs.rs/noosphere-fs" readme = "README.md" keywords = [ "fs", "ipld", "noosphere", "p2p", "async", ] categories = [ "asynchronous", "encoding", "web-programming", "file-system", "web-assembly", ] license = "MIT OR Apache-2.0" repository = "https://github.com/subconsciousnetwork/noosphere" [dependencies.anyhow] version = "^1" [dependencies.async-stream] version = "~0.3" [dependencies.bytes] version = "^1" [dependencies.cid] version = "~0.9" [dependencies.futures-util] version = "~0.3" [dependencies.libipld-cbor] version = "~0.15" [dependencies.libipld-core] version = "~0.15" [dependencies.noosphere-core] version = "0.6.3" [dependencies.noosphere-storage] version = "0.4.2" [dependencies.once_cell] version = "^1" [dependencies.tokio] version = "^1" features = [ "sync", "io-util", ] [dependencies.tokio-stream] version = "~0.1" [dependencies.tokio-util] version = "~0.7" features = ["io"] [dependencies.tracing] version = "~0.1" [dependencies.ucan] version = "0.1.0" [dependencies.ucan-key-support] version = "0.1.0" [dev-dependencies.wasm-bindgen-test] version = "~0.3"