# 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 = "aob" version = "1.0.2" authors = ["Ryan McKenzie"] build = false include = [ "src/*.rs", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "String searching with wildcards" homepage = "https://github.com/Ryan-rsm-McKenzie/aob-rs" documentation = "https://ryan-rsm-mckenzie.github.io/aob-rs/aob/index.html" readme = "README.md" keywords = [ "find", "search", "substring", "pattern", "signature", ] categories = ["algorithms"] license = "0BSD" repository = "https://github.com/Ryan-rsm-McKenzie/aob-rs" [lib] name = "aob" path = "src/lib.rs" [dependencies.aob_common] version = "1.0.2" [dependencies.aob_macros] version = "1.0.2"