noosphere-cli 0.17.0

Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol
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-cli"
version = "0.17.0"
description = "Reference client and pedagogical tool to demonstrate the principles of the Noosphere protocol"
homepage = "https://github.com/subconsciousnetwork/noosphere"
documentation = "https://docs.rs/noosphere-cli"
readme = "README.md"
keywords = [
    "cli",
    "sync",
    "noosphere",
    "p2p",
    "ucan",
]
categories = [
    "authentication",
    "filesystem",
    "command-line interface",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/subconsciousnetwork/noosphere"

[build-dependencies.vergen]
version = "8.2.6"
features = [
    "build",
    "cargo",
    "git",
    "gitcl",
]

[features]
default = ["observability"]
helpers = [
    "tracing-subscriber",
    "noosphere-ns",
]
observability = ["noosphere-gateway/observability"]
rocksdb = ["noosphere/rocksdb"]

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.anyhow]
version = "1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-trait]
version = "~0.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.cid]
version = "0.10"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap]
version = "^4.4"
features = [
    "derive",
    "cargo",
]

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.directories]
version = "5"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.globset]
version = "~0.4"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.iroh-car]
version = "^0.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.libipld-cbor]
version = "0.16"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.libipld-core]
version = "0.16"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.mime_guess]
version = "^2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.noosphere]
version = "0.16.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.noosphere-core]
version = "0.18.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.noosphere-gateway]
version = "0.12.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.noosphere-ipfs]
version = "0.8.6"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.noosphere-ns]
version = "0.12.0"
optional = true

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.noosphere-storage]
version = "0.10.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathdiff]
version = "0.2.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
version = "0.8"

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

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

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.subtext]
version = "0.3.2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.symlink]
version = "0.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tempfile]
version = "^3"

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

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-stream]
version = "~0.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tower]
version = "^0.4.13"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tower-http]
version = "^0.5"
features = [
    "cors",
    "trace",
]

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tracing]
version = "0.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tracing-subscriber]
version = "~0.3.18"
features = [
    "env-filter",
    "tracing-log",
    "json",
]
optional = true

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ucan]
version = "0.4.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ucan-key-support]
version = "0.1.7"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.url]
version = "^2"
features = ["serde"]

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.vergen-pretty]
version = "0.3.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.witty-phrase-generator]
version = "~0.2"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.reqwest]
version = "~0.11"
features = [
    "json",
    "rustls-tls",
    "stream",
]
default-features = false

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