# 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 = "zerocaf" version = "0.2.0" authors = ["Luke Pearson ", "CPerezz "] exclude = ["**/.gitignore", ".gitignore", "**/tools", "**/sage_codes", "**/examples"] description = "A pure-Rust implementation of elliptic curve operations over the Doppio-curve" documentation = "https://dusk-network.github.io/dusk-zerocaf/zerocaf/index.html" readme = "README.md" keywords = ["cryptography", "ristretto", "doppio-curve", "ECC"] categories = ["Algorithms", "Cryptography", "Development tools"] license = "MIT" repository = "https://github.com/dusk-network/Dusk-Zerocaf" [[bench]] name = "dusk_benchmarks" path = "./benchmarks/dusk_benchmarks.rs" harness = false [dependencies.curve25519-dalek] version = "1.1.3" [dependencies.num] version = "0.2.0" [dependencies.rand] version = "0.7.0" [dependencies.subtle] version = "2" default-features = false [dev-dependencies.criterion] version = "0.2" [dev-dependencies.rand] version = "0.7.0" [features] default = ["u64_backend"] nightly = ["subtle/nightly"] u64_backend = []