# 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 = "abnf-rfc5234" version = "0.1.0-dev.1" authors = ["Nstr Software AS"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Augumented Backus-Naur Form (ABNF) in accordance with RFC 5234" readme = "README.md" keywords = [ "rfc5234", "abnf", "bnf", "backus-naur", ] license = "ISC" repository = "https://git.nstr.no/nstr-sw/abnf-rfc5234" [lib] name = "abnf_rfc5234" path = "src/lib.rs" [dependencies.pest] version = "2" features = [ "miette-error", "pretty-print", ] [dependencies.pest_derive] version = "2" features = ["grammar-extras"] [dependencies.thiserror] version = "2"