# 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 = "noosphere" version = "0.16.1" description = "A high-level package for dealing with accessing the Noosphere" homepage = "https://github.com/subconsciousnetwork/noosphere" documentation = "https://docs.rs/noosphere" readme = "README.md" keywords = ["noosphere"] categories = ["filesystem"] license = "MIT OR Apache-2.0" repository = "https://github.com/subconsciousnetwork/noosphere" [lib] crate-type = [ "rlib", "staticlib", "cdylib", ] [dependencies.anyhow] version = "1" [dependencies.async-stream] version = "0.3" [dependencies.async-trait] version = "~0.1" [dependencies.bytes] version = "^1" [dependencies.cid] version = "0.10" [dependencies.instant] version = "0.1" features = ["wasm-bindgen"] [dependencies.itertools] version = "0.12.0" [dependencies.lazy_static] version = "^1" [dependencies.libipld-cbor] version = "0.16" [dependencies.libipld-core] version = "0.16" [dependencies.noosphere-core] version = "0.18.1" [dependencies.noosphere-ipfs] version = "0.8.6" optional = true [dependencies.noosphere-storage] version = "0.10.1" [dependencies.pkg-version] version = "^1.0.0" [dependencies.rand] version = "0.8" [dependencies.subtext] version = "0.3.5" [dependencies.thiserror] version = "1" [dependencies.tokio-stream] version = "~0.1" [dependencies.tokio-util] version = "~0.7" features = ["io"] [dependencies.tracing] version = "0.1" [dependencies.ucan] version = "0.4.0" [dependencies.ucan-key-support] version = "0.1.7" [dependencies.url] version = "^2" features = ["serde"] [build-dependencies.cfg_aliases] version = "0.1.0" [features] default = [] headers = ["safer-ffi/headers"] ipfs-storage = ["noosphere-ipfs"] rocksdb = ["noosphere-storage/rocksdb"] test-kubo = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.safer-ffi] version = "0.1.5" features = [ "proc_macros", "python-headers", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "^1" features = ["full"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.reqwest] version = "=0.11.20" features = [ "json", "rustls-tls", "stream", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tempfile] version = "^3" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "^0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.noosphere-into] version = "0.11.6" [target."cfg(target_arch = \"wasm32\")".dependencies.rexie] version = "~0.5" [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "^1" features = ["sync"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "^0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "^0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["CryptoKey"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.gloo-timers] version = "0.3" features = ["futures"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.instant] version = "0.1.12" features = ["wasm-bindgen"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.witty-phrase-generator] version = "~0.2"