# 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 = "dprint-plugin-ebnf" version = "0.1.1" description = "A dprint plugin for formatting the ISO 14977 EBNF notation" readme = "README.md" keywords = [ "formatting", "formatter", "ebnf", "dprint", ] categories = ["development-tools"] license = "GPL-3.0-only" repository = "https://github.com/RubixDev/ebnf" resolver = "1" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.anyhow] version = "1.0.65" [dependencies.dprint-core] version = "0.59.0" features = ["wasm"] [dependencies.ebnf-fmt] version = "0.1.0" features = [ "serde", "fromstr", ] [dependencies.heck-but-macros] version = "0.0.1" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.85"