# 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 = "curve-trees" version = "0.1.0" authors = ["Luke Parker "] description = "Curve Trees Implementation" readme = "README.md" keywords = [ "ciphersuite", "ff", "group", ] license = "MIT" repository = "https://github.com/kayabaNerve/serai/tree/snarks/crypto/curve-trees" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bulletproofs-plus] version = "0.1" default-features = false [dependencies.ciphersuite] version = "0.3" default-features = false [dependencies.ecip] version = "0.1" features = ["pasta"] default-features = false [dependencies.multiexp] version = "0.3" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.subtle] version = "^2.4" default-features = false [dependencies.transcript] version = "0.3" package = "flexible-transcript" [dependencies.zeroize] version = "^1.5" features = ["zeroize_derive"] default-features = false [dev-dependencies.pasta_curves] version = "0.5" features = [ "bits", "alloc", ] default-features = false [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"]