# 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 = "kbnf-syntax" version = "0.5.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An internal syntax crate for kbnf crate" readme = "README.md" keywords = [ "ebnf", "bnf", ] license = "MIT" [lib] name = "kbnf_syntax" path = "src/lib.rs" [dependencies.general-sam] version = "1.0.0" [dependencies.kbnf-regex-automata] version = "0.4.10" [dependencies.nom] version = "7" [dependencies.parse-hyperlinks] version = "0.27.2" [dependencies.regex-lite] version = "0.1.6" [dependencies.regex-syntax] version = "0.8.5" [dependencies.rustc-hash] version = "2.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.string-interner] version = "0.18.0" [dependencies.thiserror] version = "2.0.3" [dependencies.unescaper] version = "0.1.5" [dev-dependencies.insta] version = "1.40.0" features = ["yaml"]