# 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] name = "dilithium" version = "0.2.0-alpha.3" authors = ["quininer "] description = "Digital Signatures from Module Lattices" license = "MIT" repository = "https://github.com/quininer/dilithium" [dependencies.arrayref] version = "0.3" [dependencies.byteorder] version = "1" [dependencies.digest] version = "0.7" [dependencies.itertools] version = "0.7" [dependencies.rand_core] version = "0.2" [dependencies.sha3] version = "0.7" [dev-dependencies.hex] version = "0.3" [dev-dependencies.rand] version = "0.5" [features] default = ["mode2"] mode0 = [] mode1 = [] mode2 = [] mode3 = []