noosphere-api 0.13.0+deprecated

Type information pertinent to the REST API of the gateway server that is a part of the Noosphere CLI
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-api"
version = "0.13.0+deprecated"
description = "Type information pertinent to the REST API of the gateway server that is a part of the Noosphere CLI"
homepage = "https://github.com/subconsciousnetwork/noosphere"
documentation = "https://docs.rs/noosphere-api"
readme = "README.md"
keywords = [
    "rest",
    "api",
    "noosphere",
    "p2p",
]
categories = [
    "web-programming",
    "http-client",
    "authentication",
    "web-assembly",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/subconsciousnetwork/noosphere"

[dependencies.anyhow]
version = "1"

[dependencies.cid]
version = "0.10"

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

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

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

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

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

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

[dependencies.serde]
version = "^1"

[dependencies.serde_urlencoded]
version = "~0.7"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-util]
version = "0.7.7"

[dependencies.tracing]
version = "0.1"

[dependencies.ucan]
version = "0.4.0"

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

[dependencies.url]
version = "^2"

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

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

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