# 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 = "frost-dalek" version = "0.2.3" authors = ["isis lovecruft "] exclude = [".gitignore"] description = "FROST: Flexible Round-Optimised Threshold Signature using the Ristretto group" homepage = "https://dalek.rs" documentation = "https://docs.rs/frost-dalek" readme = "README.md" keywords = ["cryptography", "frost", "ristretto", "signature", "threshold-signature"] categories = ["cryptography"] license = "BSD-3-Clause" repository = "https://github.com/isislovecruft/frost-dalek" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "/opt/rustwide/workdir/docs/assets/rustdoc-include-katex-header.html"] [[bench]] name = "dalek_benchmarks" harness = false [dependencies.curve25519-dalek] version = "3" default-features = false [dependencies.rand] version = "0.7" [dependencies.sha2] version = "0.9" [dependencies.subtle] version = "2.4" default-features = false [dependencies.zeroize] version = "1" features = ["zeroize_derive"] default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.ed25519-dalek] version = "1" default-features = false [features] alloc = ["curve25519-dalek/alloc", "ed25519-dalek/alloc"] default = ["std", "u64_backend"] nightly = ["curve25519-dalek/nightly", "ed25519-dalek/nightly"] simd_backend = ["curve25519-dalek/simd_backend", "ed25519-dalek/simd_backend"] std = ["curve25519-dalek/std", "ed25519-dalek/std"] u32_backend = ["curve25519-dalek/u32_backend", "ed25519-dalek/u32_backend"] u64_backend = ["curve25519-dalek/u64_backend", "ed25519-dalek/u64_backend"]