# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "triptych" version = "0.1.1" authors = ["The Tari Project"] description = "An experimental Rust implementation of the Triptych zero-knowledge proving system" documentation = "https://docs.rs/triptych" readme = "README.md" categories = ["cryptography"] license = "BSD-3-Clause" repository = "https://github.com/tari-project/triptych" [[example]] name = "ringct" crate-type = ["staticlib"] test = true [[bench]] name = "triptych" harness = false [[bench]] name = "parallel" harness = false [dependencies.blake3] version = "1.5.1" default-features = false [dependencies.crypto-bigint] version = "0.5.5" default-features = false [dependencies.curve25519-dalek] version = "4.1.3" features = [ "alloc", "digest", "rand_core", "zeroize", ] default-features = false [dependencies.itertools] version = "0.12.1" default-features = false [dependencies.merlin] version = "3.0.0" default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.serde] version = "1.0.198" features = ["derive"] optional = true default-features = false [dependencies.snafu] version = "0.8.2" default-features = false [dependencies.subtle] version = "2.5.0" default-features = false [dependencies.zeroize] version = "1.7.0" default-features = false [dev-dependencies.criterion] version = "0.5.1" features = ["cargo_bench_support"] default-features = false [dev-dependencies.rand_chacha] version = "0.3.1" default-features = false [features] default = [ "rand", "serde", "std", ] rand = ["rand_core/getrandom"] serde = [ "dep:serde", "curve25519-dalek/serde", "zeroize/serde", ] std = [ "blake3/std", "itertools/use_std", "merlin/std", "rand_core/std", "serde?/std", "snafu/std", "subtle/std", "zeroize/std", ]