noosphere-api 0.6.0

Type information pertinent to the REST API of the gateway server that is a part of the Noosphere CLI
Documentation
[dependencies.anyhow]
version = "^1"

[dependencies.cid]
version = "~0.9"

[dependencies.libipld-cbor]
version = "~0.15"

[dependencies.libipld-core]
version = "~0.15"

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

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

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "~0.11"

[dependencies.serde]
version = "^1"

[dependencies.serde_urlencoded]
version = "~0.7"

[dependencies.thiserror]
version = "1.0.38"

[dependencies.tracing]
version = "~0.1"

[dependencies.ucan]
version = "0.1.0"

[dependencies.ucan-key-support]
version = "0.1.0"

[dependencies.url]
version = "^2"
[dev-dependencies.wasm-bindgen-test]
version = "~0.3"

[package]
categories = ["web-programming", "http-client", "authentication", "web-assembly"]
description = "Type information pertinent to the REST API of the gateway server that is a part of the Noosphere CLI"
documentation = "https://docs.rs/noosphere-api"
edition = "2021"
homepage = "https://github.com/subconsciousnetwork/noosphere"
keywords = ["rest", "api", "noosphere", "p2p"]
license = "MIT OR Apache-2.0"
name = "noosphere-api"
readme = "README.md"
repository = "https://github.com/subconsciousnetwork/noosphere"
rust-version = "1.60.0"
version = "0.6.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["full"]
version = "^1"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "~0.2"