# 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_common" 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_common" path = "src/lib.rs" [dependencies.chumsky] version = "0.9.3" default-features = false [dependencies.memchr] version = "2.7.4" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.lightningscanner] version = "1.0.2"