# 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 = "glc" version = "0.4.2" authors = ["Y. D. Santos "] description = "Generate a random expression based on a Context Free Grammar" homepage = "https://github.com/yds12/glc" documentation = "https://docs.rs/glc/latest" readme = "README.md" keywords = [ "expression", "random", "grammar", "context-free", "generator", ] categories = [ "development-tools", "development-tools::testing", "parsing", "compilers", "text-processing", ] license = "MIT" repository = "https://github.com/yds12/glc" [dependencies.rand] version = "0.8"