# 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 = "2018" name = "sbnf" version = "0.6.4" authors = ["Benjamin Schaaf "] include = [ "/src/**", "/tests/**", "/Cargo.toml", "/LICENSE", ] description = "A BNF-style language for writing sublime-syntax files" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/BenjaminSchaaf/sbnf" [profile.release] opt-level = "z" lto = true [[test]] name = "syntax_tests" harness = false [dependencies.base64] version = "0.21.4" [dependencies.bumpalo] version = "3.14.0" [dependencies.hashbrown] version = "0.14.0" [dependencies.indexmap] version = "2.0" [dev-dependencies.matches] version = "0.1.8"