[[bench]]
harness = false
name = "alpine_streaming"
path = "benches/alpine_streaming.rs"
[[bench]]
harness = false
name = "artnet_streaming"
path = "benches/artnet_streaming.rs"
[[bench]]
harness = false
name = "sacn_streaming"
path = "benches/sacn_streaming.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.chacha20poly1305]
features = ["alloc"]
version = "0.10"
[dependencies.ed25519-dalek]
features = ["pkcs8"]
version = "2.1"
[dependencies.hkdf]
version = "0.12"
[dependencies.parking_lot]
version = "0.12"
[dependencies.rand]
version = "0.8"
[dependencies.rand_core]
version = "0.6"
[dependencies.rustls-pemfile]
version = "2.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_cbor]
version = "0.11"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["net", "rt", "rt-multi-thread", "time", "macros"]
version = "1.37"
[dependencies.tokio-util]
features = ["codec"]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1.6"
[dependencies.x25519-dalek]
default-features = false
features = ["static_secrets", "getrandom"]
version = "2.0"
[dev-dependencies.criterion]
version = "0.4"
[lib]
crate-type = ["rlib", "staticlib"]
name = "alpine"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Authenticated Lighting Protocol (alpine): secure control-plane + streaming guard for lighting data."
edition = "2021"
license = "Apache-2.0"
name = "alpine-protocol-rs"
publish = ["crates-io", "github"]
readme = false
version = "2.0.2"
[[test]]
name = "e2e"
path = "tests/e2e.rs"
[[test]]
name = "feature_suite"
path = "tests/feature_suite.rs"