blindplane-access 0.1.0

Signed enterprise access grants, capability policies, revocation and encrypted audit events for Blindplane
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "blindplane-access"
version = "0.1.0"
dependencies = [
 "blindplane-core",
 "blindplane-crypto",
 "blindplane-wire",
]

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

[[package]]
name = "blindplane-crypto"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "128e572f82766daebc83cbcc6a258974ba68b35bdb2a0bec85d8d67685352fdb"

[[package]]
name = "blindplane-wire"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "623a9685ea5da0011bebf56c5057b0885bea77f778d5f65c6a3aa1baf86cc636"
dependencies = [
 "blindplane-crypto",
]