# 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 = "static-regular-grammar" version = "2.0.2" authors = ["Timothée Haudebourg "] description = "Derive macro for static regular grammar" documentation = "https://docs.rs/static-regular-grammar" readme = "README.md" keywords = [ "parsing", "abnf", "derive", "grammar", "regular", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/timothee-haudebourg/static-regular-grammar" [lib] proc-macro = true [dependencies.abnf] version = "0.13.0" [dependencies.btree-range-map] version = "0.7.0" features = ["serde"] [dependencies.ciborium] version = "0.2.1" [dependencies.hex_fmt] version = "0.3.0" [dependencies.indoc] version = "2.0.1" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.60" [dependencies.quote] version = "1.0.29" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.sha2] version = "0.10.7" [dependencies.syn] version = "2.0.18" [dependencies.thiserror] version = "1.0.40"