1//! This is an empty crate that exists solely to contain property tests for the `penumbra_sdk_tct`
2//! package, so we can isolate expensive tests and run them with different optimizations.
3// Requires nightly.
4#![cfg_attr(docsrs, feature(doc_auto_cfg))]