ockam_node 0.102.0

This crate provides an implementation of an Ockam [Ockam][main-ockam-crate-link] Node and is intended for use by crates that provide features and add-ons to the main [Ockam][main-ockam-crate-link] library. The main [Ockam][main-ockam-crate-link] crate re-exports types defined in this crate, when the `"std"` feature is enabled.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.fs2]
optional = true
version = "0.4.3"

[dependencies.futures]
default-features = false
version = "0.3.29"

[dependencies.heapless]
features = ["mpmc_large"]
optional = true
version = "0.8"

[dependencies.minicbor]
features = ["derive"]
version = "0.20.0"

[dependencies.ockam_core]
default_features = false
version = "^0.97.0"

[dependencies.ockam_executor]
default-features = false
optional = true
version = "^0.65.0"

[dependencies.ockam_macros]
version = "^0.32.0"

[dependencies.ockam_transport_core]
default-features = false
optional = true
version = "^0.70.0"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"

[dependencies.serde_bare]
default-features = false
version = "0.5.0"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.sqlx]
features = ["sqlite", "migrate", "runtime-tokio"]
optional = true
version = "0.7.3"

[dependencies.time]
default-features = false
optional = true
version = "0.3.30"

[dependencies.tokio]
default-features = false
features = ["sync", "time", "rt", "rt-multi-thread", "macros"]
optional = true
version = "1.35"

[dependencies.tokio-retry]
optional = true
version = "0.3.0"

[dependencies.tracing]
default_features = false
version = "0.1"

[dependencies.tracing-error]
optional = true
version = "0.2"

[dependencies.tracing-subscriber]
features = ["fmt", "env-filter"]
optional = true
version = "0.3"
[dev-dependencies.hex]
default-features = false
version = "0.4"

[dev-dependencies.tempfile]
version = "3.8.0"

[features]
alloc = ["ockam_core/alloc", "ockam_executor/alloc", "futures/alloc", "minicbor/alloc"]
debugger = ["ockam_core/debugger"]
default = ["std"]
dump_internals = []
metrics = []
no_std = ["ockam_core/no_std", "ockam_transport_core/no_std", "heapless"]
std = ["ockam_core/std", "ockam_transport_core/std", "tokio", "tracing-subscriber", "tracing-error", "alloc", "futures/std", "minicbor/std", "storage", "fs2"]
storage = ["std", "time", "serde_json", "sqlx", "tokio-retry"]

[package]
authors = ["Ockam Developers"]
categories = ["cryptography", "asynchronous", "authentication", "embedded", "network-programming"]
description = "This crate provides an implementation of an Ockam [Ockam][main-ockam-crate-link]\nNode and is intended for use by crates that provide features and add-ons\nto the main [Ockam][main-ockam-crate-link] library.\n\nThe main [Ockam][main-ockam-crate-link] crate re-exports types defined in\nthis crate, when the `\"std\"` feature is enabled.\n"
edition = "2021"
homepage = "https://github.com/build-trust/ockam"
keywords = ["ockam", "crypto", "cryptography", "network-programming", "encryption"]
license = "Apache-2.0"
name = "ockam_node"
publish = true
readme = "README.md"
repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_node"
rust-version = "1.56.0"
version = "0.102.0"