bcx 0.1.0

Bifrost Casual Exchange protocol primitives for verifiable causal network accountability.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bcx"
version = "0.1.0"
dependencies = [
 "bcx-core",
 "bcx-crypto",
 "bcx-model",
 "bcx-policy",
 "bcx-wire",
]

[[package]]
name = "bcx-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a135f863926f64928ae4fa527b2fb86a082a75016a8f475d9e83a355629cb45"

[[package]]
name = "bcx-crypto"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61847423e28f83cfa0c7ed9118debd6cc0e143b22856b954ed1d43272bbd6da6"
dependencies = [
 "bcx-core",
]

[[package]]
name = "bcx-model"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74674b2f8b0d99b2b8684b8e6f41df0e4bcc6752e9c2bd3db89aced79118465b"
dependencies = [
 "bcx-core",
]

[[package]]
name = "bcx-policy"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02be5cb0cbe5d3b4194d387a3720ed3e23af52874f4554291b9bee57b1c63ac6"

[[package]]
name = "bcx-wire"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ea2431cef7940d8fe58496c443cb319b685e9427628b84e59994de14ad04dec"
dependencies = [
 "bcx-core",
]