Cargo Features
aranya-policy-module has no features set by default.
[dependencies]
aranya-policy-module = { version = "0.1.0", features = ["proptest", "std", "testing"] }
- proptest = std
-
Enables proptest and proptest-derive and proptest of aranya-crypto
aranya-crypto:
Enable
proptest::arbitrary::Arbitrary
implemenations - std proptest?
-
Enable
std
.Enables std of aranya-crypto, aranya-policy-ast, and serde
- testing