ockam_channel 0.70.0

Channel is an abstraction responsible for sending messages (usually over the network) in encrypted and authenticated way.
Documentation
[dependencies.ockam_core]
default_features = false
version = "^0.70.0"

[dependencies.ockam_key_exchange_core]
default_features = false
version = "^0.61.0"

[dependencies.ockam_key_exchange_xx]
default_features = false
optional = true
version = "^0.66.0"

[dependencies.ockam_macros]
default_features = false
version = "^0.24.0"

[dependencies.ockam_node]
default_features = false
version = "^0.73.0"

[dependencies.ockam_vault]
default_features = false
optional = true
version = "^0.66.0"

[dependencies.rand]
default-features = false
version = "0.8"

[dependencies.rand_pcg]
default-features = false
optional = true
version = "0.3.1"

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

[dependencies.tracing]
default_features = false
version = "0.1"
[dev-dependencies.ockam_key_exchange_x3dh]
version = "^0.65.0"

[dev-dependencies.ockam_key_exchange_xx]
version = "^0.66.0"

[dev-dependencies.ockam_vault]
version = "^0.66.0"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "sync", "net", "macros", "time", "io-util"]
version = "1.8"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"

[features]
alloc = ["ockam_core/alloc", "ockam_key_exchange_core/alloc", "ockam_key_exchange_xx/alloc", "ockam_node/alloc", "ockam_vault/alloc", "serde/alloc"]
default = ["std"]
no_std = ["ockam_core/no_std", "ockam_macros/no_std", "ockam_key_exchange_core/no_std", "ockam_key_exchange_xx/no_std", "ockam_node/no_std", "ockam_vault/no_std", "rand_pcg"]
noise_xx = ["ockam_key_exchange_xx"]
software_vault = ["ockam_vault"]
std = ["alloc", "ockam_core/std", "ockam_macros/std", "ockam_key_exchange_core/std", "ockam_key_exchange_xx/std", "ockam_node/std", "ockam_vault/std", "rand/std", "rand/std_rng"]

[package]
authors = ["Ockam Developers"]
categories = ["cryptography", "asynchronous", "authentication", "no-std", "algorithms"]
description = "Channel is an abstraction responsible for sending messages (usually over the network)\nin encrypted and authenticated way.\n"
edition = "2021"
homepage = "https://github.com/build-trust/ockam"
keywords = ["ockam", "crypto", "encryption", "authentication"]
license = "Apache-2.0"
name = "ockam_channel"
publish = true
readme = "README.md"
repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_vault"
resolver = "2"
rust-version = "1.56.0"
version = "0.70.0"