# 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 = "whitehole" version = "0.0.1" authors = ["DiscreteTom "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast parser combinator framework." readme = "README.md" license = "MIT" repository = "https://github.com/DiscreteTom/whitehole" [lib] name = "whitehole" path = "src/lib.rs" [[example]] name = "json_lexer" path = "examples/json_lexer.rs" [[example]] name = "json_parser_with_inter_mut" path = "examples/json_parser_with_inter_mut.rs" [[example]] name = "json_parser_with_static" path = "examples/json_parser_with_static.rs" [[example]] name = "lang" path = "examples/lang.rs" [[example]] name = "multi_thread" path = "examples/multi_thread.rs" [[example]] name = "regex" path = "examples/regex.rs" [[example]] name = "stateful" path = "examples/stateful.rs" [[bench]] name = "json_lexer" path = "benches/json_lexer.rs" harness = false [[bench]] name = "json_parser" path = "benches/json_parser.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.in_str] version = "0.1" [dev-dependencies.regex] version = "1.9.4"