# 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 = "syntaxe" version = "0.1.0" authors = ["cloudhead "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple, declarative parser combinators" documentation = "https://docs.rs/syntaxe" readme = "README.md" license = "MIT" [lib] name = "syntaxe" path = "src/lib.rs" [[bench]] name = "json" path = "benches/json.rs" harness = false [dev-dependencies.benchmark-simple] version = "0.1.10" [lints.clippy] bool_assert_comparison = "allow" len_without_is_empty = "allow" let_unit_value = "allow" single_match = "allow" too_many_arguments = "allow" type_complexity = "allow" unwrap_used = "warn" [lints.rust] rust_2018_idioms = "warn"