bcx 0.3.0

Bifrost Causal Exchange protocol primitives for signed causal meaning and proof composition.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "bcx-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4cf530ad07366ecf29e1bceb33b541e26117ea221acc48c15189bdb86395033"
dependencies = [
 "subtle",
 "zeroize",
]

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

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

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

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

[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"

[[package]]
name = "zeroize"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"