# 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 = "muid" version = "0.1.11" authors = ["Rusty Conover "] include = ["src/**/*", "Cargo.toml", "animals.json", "build.rs", "Readme.me"] description = "A Rust implementation that searches for muids" homepage = "https://github.com/rustyconover/muid-rust" readme = "README.md" license = "MIT" repository = "https://github.com/rustyconover/muid-rust" [profile.release] lto = "fat" codegen-units = 1 [dependencies.clap] version = "^2.33.3" [dependencies.hex] version = "^0.4.2" [dependencies.hex-literal] version = "^0.3.0" [dependencies.num_cpus] version = "^1.13.0" [dependencies.rand] version = "^0.7.3" [dependencies.rayon] version = "^1.3.1" [dependencies.ring] version = "^0.16.15" [build-dependencies.hex] version = "^0.4.2" [build-dependencies.hex-literal] version = "^0.3.0" [build-dependencies.serde_json] version = "^1.0.56"