# 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 = "classygroup" version = "0.0.5" authors = ["Stichting Organism"] description = "The Classy Group" keywords = ["classgroup"] license = "Apache-2.0" repository = "https://github.com/stichtingorganism/classygroup" [[bench]] name = "class" path = "bench/class.rs" harness = false [[bench]] name = "hashes" path = "bench/hash/hashes.rs" harness = false [[bench]] name = "uint" path = "bench/uint.rs" harness = false [dependencies.anyhow] version = "1.0" [dependencies.bacteria] version = "0.0.8" [dependencies.bit-vec] version = "0.5" [dependencies.gmp-mpfr-sys] version = "1.1.11" [dependencies.lazy_static] version = "1.2.0" [dependencies.mohan] version = "0.0.*" [dependencies.rug] version = "1.3.0" [dev-dependencies.criterion] version = ">=0.2" [dev-dependencies.rand] version = "0.*"