bruteforce 0.2.0

This is a no_std-compatible brute force/string generation rust-nightly library
Documentation
[package]

name = "bruteforce"

description = "This is a no_std-compatible brute force/string generation rust-nightly library"

version = "0.2.0"

authors = ["Robin Lindner <robin@deeprobin.de>"]

edition = "2018"

license = "MIT"

homepage = "https://deeprobin.de/?reference=bruteforce"

documentation = "https://docs.rs/bruteforce/"

repository = "https://github.com/DeepRobin/bruteforce-rs.git"

keywords = [

    "security",

    "iterator",

    "password",

    "algorithm",

    "no_std",

]



[dependencies]

no-std-compat = { version = "0.3.0", features = [ "alloc" ] }

bruteforce-macros = { version = "0.2.0", path = "../bruteforce-macros", optional = true }



[features]

default = [ "std", "constants", "bruteforce-macros" ]

constants = []

std = [ "no-std-compat/std", "no-std-compat/unstable" ]

generators = []