# 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 = "bruteforce" version = "0.3.0" authors = ["Robin Lindner "] description = "This is a no_std-compatible brute force/string generation rust-nightly library" homepage = "https://deeprobin.de/?reference=bruteforce" documentation = "https://docs.rs/bruteforce/" readme = "README.md" keywords = [ "security", "iterator", "password", "algorithm", "no_std", ] license = "MIT" repository = "https://github.com/DeepRobin/bruteforce-rs.git" resolver = "1" [[bench]] name = "basic" harness = false [dependencies.bruteforce-macros] version = "0.3.0" optional = true [dependencies.no-std-compat] version = "0.4.1" features = ["alloc"] [dev-dependencies.criterion] version = "0.5.1" [features] constants = [] default = [ "std", "constants", "bruteforce-macros", ] generators = [] std = [ "no-std-compat/std", "no-std-compat/unstable", ] [badges.maintenance] status = "passively-maintained"