Cargo Features

penumbra-sdk-tct has no features set by default.

[dependencies]
penumbra-sdk-tct = { version = "0.82.0-alpha.0", features = ["internal", "r1cs", "parallel", "arbitrary"] }
internal

Affects penumbra-sdk-tct::internal

r1cs = ark-r1cs-std, ark-relations

Enables poseidon377, r1cs of decaf377

Affects penumbra-sdk-tct::r1cs

parallel

Enables parallel of ark-ff ^0.4.2, ark-r1cs-std ^0.4.0, decaf377, and poseidon377

arbitrary = proptest, proptest-derive

Affects penumbra-sdk-tct::proptest

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ark-r1cs-std parallel? r1cs?

Enables ark-r1cs-std ^0.4.0

ark-relations r1cs?

Enables ark-relations ^0.4

proptest-derive arbitrary?
proptest arbitrary?