# 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 = "nom-rule" version = "0.4.0" authors = ["andylokandy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A procedural macro for writing nom parsers using a grammar-like DSL." homepage = "https://github.com/andylokandy/nom-rule" readme = "README.md" keywords = [ "nom", "parser", "grammar", "DSL", "parsing", ] license = "MIT" repository = "https://github.com/andylokandy/nom-rule" [lib] name = "nom_rule" path = "src/lib.rs" proc-macro = true [[example]] name = "sqlparser" path = "examples/sqlparser.rs" [dependencies.nom] version = "7" [dependencies.pratt] version = "0.4" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dev-dependencies.logos] version = "0.14"