# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "arcturus" version = "0.4.0" authors = ["cargodog "] exclude = ["**/.gitignore", ".gitignore"] description = "Implementation of Arcturus zero-knowledge proofs for confidential transactions." readme = "README.md" keywords = ["cryptography", "crypto", "zero-knowledge", "zk", "no-std"] categories = ["cryptography", "no-std"] license-file = "LICENSE" repository = "https://github.com/cargodog/arcturus" [[bench]] name = "prove_and_verify" harness = false [dependencies.blake2] version = "0.9" default-features = false [dependencies.curve25519-dalek] version = "3.0" features = ["serde", "alloc"] default-features = false [dependencies.itertools] version = "0.10.0" default-features = false [dependencies.merlin] version = "2" default-features = false [dependencies.polynomials] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dev-dependencies.criterion] version = "0.3" [features] default = ["std", "serde", "curve25519-dalek/u32_backend"] simd_backend = ["curve25519-dalek/simd_backend", "blake2/simd_asm"] std = [] u32_backend = ["curve25519-dalek/u32_backend"] u64_backend = ["curve25519-dalek/u64_backend"]