# 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 = "bem" version = "0.2.7" authors = ["vortex.design"] include = [ "Cargo.toml", "grammar/*", "**/*.md", "**/*.rs", ] description = "Parser for the BEM file format (Block, Element, Modifier)" homepage = "http://vortex.design" documentation = "https://docs.rs/bem/latest/bem/" readme = "README.md" keywords = [ "bem", "parser", "pest", ] categories = [ "parsing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/vortex-design/bem" [[bin]] name = "bem" path = "src/main.rs" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.pest] version = "2.7.2" [dependencies.pest_consume] version = "1.1.3" [dependencies.pest_derive] version = "2.7.2" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_derive] version = "1.0.183" [dependencies.serde_json] version = "1.0.104" [dev-dependencies.cargo-tarpaulin] version = "0.26.1" [dev-dependencies.insta] version = "1.31.0" [dev-dependencies.tempfile] version = "3.7.1"