noosphere-sphere 0.11.0+deprecated

High-level access to content, address books and other features of spheres
Documentation
# 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-sphere"
version = "0.11.0+deprecated"
description = "High-level access to content, address books and other features of spheres"
homepage = "https://github.com/subconsciousnetwork/noosphere"
documentation = "https://docs.rs/noosphere-sphere"
readme = "README.md"
keywords = []
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/subconsciousnetwork/noosphere"

[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.futures-util]
version = "0.3.27"

[dependencies.iroh-car]
version = "^0.3.0"

[dependencies.libipld-cbor]
version = "0.16"

[dependencies.libipld-core]
version = "0.16"

[dependencies.noosphere-api]
version = "0.13.0+deprecated"

[dependencies.noosphere-core]
version = "0.16.0"

[dependencies.noosphere-storage]
version = "0.9.0"

[dependencies.serde]
version = "^1"

[dependencies.serde_json]
version = "^1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio-stream]
version = "~0.1"

[dependencies.tokio-util]
version = "0.7.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"]

[features]
default = []
helpers = []

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
version = "^1"
features = ["full"]

[target."cfg(target_arch = \"wasm32\")".dependencies.tokio]
version = "^1"
features = [
    "sync",
    "macros",
]

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "^0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.37"

[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "^0.3"