# 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 = "2021" name = "AmanitaMuscaria" version = "0.0.5" description = "A Cryptography Library written in Rust using multiple different algorithms like BLS, Schnorr, and Falcon" keywords = ["cryptography", "post-quantum", "bls", "falcon", "nightshadelabs"] categories = ["cryptography"] license = "MIT OR Apache-2.0" resolver = "2" [dependencies.base32] version = "0.4.0" [dependencies.base64] version = "0.13.0" [dependencies.bincode] version = "1.3.3" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.bls-signatures] version = "0.11.1" [dependencies.bs58] version = "0.4.0" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.getrandom] version = "0.2.3" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" [dependencies.pqcrypto-falcon] version = "0.2.10" features = ["serialization"] [dependencies.pqcrypto-traits] version = "0.3.4" [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3.1" [dependencies.schnorrkel] version = "0.10.2" features = ["serde"] [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde-big-array] version = "0.3.2" [dependencies.tiny-bip39] version = "0.8.2" [dependencies.zeroize] version = "1.4.3" features = ["zeroize_derive"]