# 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 = "hornbeam_grammar" version = "0.0.4" description = "Grammar for the Hornbeam template language" license = "AGPL-3.0-or-later" resolver = "1" [dependencies.arc-interner] version = "0.7.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.pest] version = "2.5.5" [dependencies.pest_consume] version = "1.1.3" [dependencies.pest_derive] version = "2.5.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.insta] version = "1.28.0" features = ["yaml"]