# 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-macros" version = "0.3.0" authors = ["Robin Lindner "] description = "Macro repository for bruteforce-rs" 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" [package.metadata.docs.rs] all-features = true [lib] proc-macro = true [dependencies.no-std-compat] version = "0.4.1" features = ["alloc"] [dependencies.quote] version = "1.0.31" [features] default = ["std"] std = [ "no-std-compat/std", "no-std-compat/unstable", ]