# 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 = "cflp" version = "1.0.2" authors = ["nxe "] description = "A context-free-language parser generated by procedural macros" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/fck-language/context-free-lang" [[bench]] name = "main" harness = false [dependencies.cflp_macros] version = "1.0.2" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]