# 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 = "ripeg" version = "0.1.3" authors = ["Laurent Wandrebeck "] description = "Incremental PEG parser Rust library" homepage = "https://lwandrebeck.github.io/ripeg/" documentation = "https://docs.rs/ripeg" readme = "README.md" keywords = [ "grammar", "packrat", "parser", "parsing", "peg", ] categories = ["parsing"] license = "GPL-3.0-or-later" repository = "https://github.com/lwandrebeck/ripeg" resolver = "2" [profile.bench] lto = true [profile.release] lto = true [profile.test] opt-level = 3 lto = true codegen-units = 16 debug = false debug-assertions = false rpath = false overflow-checks = false incremental = false [[bench]] name = "benchmarks" path = "benchmarks/main.rs" harness = false [dependencies.bitvec] version = "1" [dev-dependencies]