# 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 = "2018" name = "nazgul" version = "1.0.0" authors = ["Edwin Jose Palathinkal "] description = "A library that implements various ring signature schemes" readme = "README.md" keywords = [ "cryptography", "crypto", "ristretto", "ristretto255", "monero", ] categories = [ "no-std", "cryptography::cryptocurrencies", "cryptography", "wasm", ] license = "MIT" repository = "https://github.com/edwinhere/nazgul" [dependencies.curve25519-dalek] version = "4" default-features = false [dependencies.digest] version = "^0.10" default-features = false [dependencies.rand_core] version = "^0.6.4" default-features = false [dev-dependencies.blake2] version = "^0.10" [dev-dependencies.rand] version = "^0.8" [dev-dependencies.sha2] version = "^0.10" [dev-dependencies.sha3] version = "^0.10" [features] default = ["std"] no_std = [ "curve25519-dalek/alloc", "curve25519-dalek/zeroize", "curve25519-dalek/rand_core", "curve25519-dalek/digest", "rand_core/alloc", "digest/alloc", ] std = [ "digest/std", "rand_core/std", "curve25519-dalek/alloc", "curve25519-dalek/zeroize", "curve25519-dalek/precomputed-tables", "curve25519-dalek/rand_core", "curve25519-dalek/digest", ]