[dependencies.cfg-if]
version = "1.0.0"
[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.24.1"
[dependencies.ockam_core]
default-features = false
version = "^0.115.0"
[dependencies.ockam_executor]
default-features = false
optional = true
version = "^0.84.0"
[dependencies.ockam_macros]
version = "^0.34.0"
[dependencies.ockam_transport_core]
default-features = false
optional = true
version = "^0.89.0"
[dependencies.once_cell]
default-features = false
optional = true
version = "1.19.0"
[dependencies.opentelemetry]
features = ["logs", "metrics", "trace"]
optional = true
version = "0.23.0"
[dependencies.regex]
default-features = false
optional = true
version = "1.10.6"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1"
[dependencies.sqlx-build-trust]
features = ["postgres", "sqlite", "any", "migrate", "runtime-tokio"]
optional = true
version = "0.7.9"
[dependencies.sqlx-build-trust-core]
optional = true
version = "0.7.9"
[dependencies.sqlx-build-trust-postgres]
optional = true
version = "0.7.9"
[dependencies.sqlx-build-trust-sqlite]
optional = true
version = "0.7.9"
[dependencies.tempfile]
optional = true
version = "3.10.1"
[dependencies.time]
default-features = false
optional = true
version = "0.3.36"
[dependencies.tokio]
default-features = false
features = ["sync", "time", "rt", "rt-multi-thread", "macros"]
optional = true
version = "1.39"
[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.24.0"
[dependencies.tracing-subscriber]
features = ["fmt", "env-filter"]
optional = true
version = "0.3"
[dev-dependencies.hex]
default-features = false
version = "0.4"
[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", "once_cell/std", "opentelemetry", "tokio", "tracing-opentelemetry", "tracing-subscriber", "tracing-error", "alloc", "futures/std", "minicbor/std", "storage", "fs2"]
storage = ["std", "time", "serde_json", "sqlx-build-trust", "sqlx-build-trust-core", "sqlx-build-trust-sqlite", "sqlx-build-trust-postgres", "tokio-retry", "regex", "tempfile"]
[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]
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.
'''
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.124.0"
[package.metadata.cargo-machete]
ignored = ["fs2", "serde_json", "tracing-opentelemetry"]