# 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 = "guacamole" version = "0.10.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Guacamole provides a linearly-seekable random number generator." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "guacamole" path = "src/lib.rs" [[bin]] name = "guacamole" path = "src/bin/guacamole.rs" required-features = ["binaries"] [[bin]] name = "zipf" path = "src/bin/zipf.rs" required-features = ["binaries"] [dependencies.arrrg] version = "0.6" optional = true [dependencies.arrrg_derive] version = "0.6" optional = true [dependencies.getopts] version = "0.2" optional = true [features] binaries = [ "dep:arrrg", "dep:arrrg_derive", "dep:getopts", ] default = ["binaries"]