# 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 = "cfg-generate" version = "0.0.1" authors = ["Piotr Czarnecki "] description = "Library for manipulating context-free grammars." homepage = "https://github.com/pczarn/cfg" documentation = "https://docs.rs/cfg/latest/cfg-generate/" keywords = [ "grammar", "parsing", "language", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/pczarn/cfg" [dependencies.cfg-grammar] version = "0.0.1" optional = true [dependencies.cfg-symbol] version = "0.0.1" [dependencies.num] version = "0.4" optional = true [dependencies.rand] version = "0.8" features = ["small_rng"] optional = true [dependencies.rpds] version = "1.1.0" optional = true [features] weighted = [ "rand", "num", "rpds", "cfg-grammar", ]