# 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_macros" 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_macros" path = "src/lib.rs" proc-macro = true [dependencies.aob_common] version = "1.0.2" [dependencies.ariadne] version = "0.4.1" default-features = false [dependencies.proc-macro2] version = "1.0.86" default-features = false [dependencies.quote] version = "1.0.36" default-features = false [dependencies.syn] version = "2.0.77" features = [ "derive", "parsing", "printing", "proc-macro", ] default-features = false