# 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 = "aeonflux" version = "0.2.0" authors = ["isis lovecruft "] exclude = ["**/.gitignore", ".gitignore", ".travis.yml"] autobenches = false description = "Composable, lightweight, fast attribute-based anonymous credentials with infinite (aeon) rerandomised (flux) presentations using algebraic message authentication codes (aMACs), symmetric verifiable encryption, and non-interactive zero-knowledge proofs." readme = "README.md" keywords = ["MAC", "zero-knowledge", "anonymous", "credential", "algebraic-MAC"] categories = ["cryptography", "no-std"] license = "BSD-3-Clause" [package.metadata.docs.rs] features = ["nightly"] rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9ec823/curve25519-dalek-0.13.2/rustdoc-include-katex-header.html"] [lib] name = "aeonflux" [[bench]] name = "aeonflux_benchmarks" harness = false [dependencies.curve25519-dalek] version = "2" features = ["serde"] default-features = false [dependencies.rand_core] version = "0.5" default-features = false [dependencies.serde] version = "1" [dependencies.sha2] version = "0.8" default-features = false [dependencies.subtle] version = "2" [dependencies.zeroize] version = "1" features = ["zeroize_derive"] default-features = false [dependencies.zkp] version = "0.7" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.curve25519-dalek] version = "2" default-features = false [dev-dependencies.rand] version = "0.7" [features] alloc = ["curve25519-dalek/alloc"] debug-transcript = ["zkp/debug-transcript"] default = ["std", "nightly", "u64_backend"] nightly = ["curve25519-dalek/nightly", "subtle/nightly", "zkp/nightly"] simd_backend = ["curve25519-dalek/simd_backend", "zkp/simd_backend"] std = ["curve25519-dalek/std", "sha2/std"] u32_backend = ["curve25519-dalek/u32_backend", "zkp/u32_backend"] u64_backend = ["curve25519-dalek/u64_backend", "zkp/u64_backend"]