# 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 = "bloomcalc" version = "0.5.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "bloomcalc provides a calculator for bloom filters." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "bloomcalc" path = "src/lib.rs" [[bin]] name = "bloomcalc" path = "src/bin/bloomcalc.rs" required-features = ["binaries"] [dependencies.arrrg] version = "0.5" optional = true [dependencies.arrrg_derive] version = "0.5" optional = true [dependencies.getopts] version = "0.2" optional = true [features] binaries = ["command_line"] command_line = [ "dep:arrrg", "dep:arrrg_derive", "dep:getopts", ] default = ["binaries"]