ockam_node 0.112.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.chrono]
optional = true
version = "0.4"

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

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

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

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

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

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

[dependencies.ockam_macros]
version = "^0.34.0"

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

[dependencies.once_cell]
default-features = false
optional = true
version = "1.19.0"

[dependencies.opentelemetry]
features = ["logs", "metrics", "trace"]
optional = true
version = "0.22.0"

[dependencies.regex]
default-features = false
optional = true
version = "1.10.3"

[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.4"

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

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

[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-opentelemetry]
optional = true
version = "0.23.0"

[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.10.1"

[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 = ["chrono", "ockam_core/std", "ockam_transport_core/std", "once_cell/std", "opentelemetry", "tokio", "tracing-opentelemetry", "tracing-subscriber", "tracing-error", "alloc", "futures/std", "minicbor/std", "storage", "fs2"]
storage = ["std", "time", "serde_json", "sqlx", "tokio-retry", "regex"]

[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.112.0"