# 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 = "abnf_to_pest" version = "0.5.1" authors = ["Nadrieril "] description = "A tiny crate that helps convert ABNF grammars to pest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Nadrieril/dhall-rust" [lib] doctest = false [dependencies.abnf] version = "0.12.0" [dependencies.indexmap] version = "1.0.2" [dependencies.itertools] version = "0.10.3" [dependencies.pretty] version = "0.11.3"