# 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 = "inator" version = "0.2.2" authors = ["Will Sturgeon "] build = "build.rs" description = "Optimal zero-copy parsers with nondeterministic finite automata" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/wrsturgeon/inator" [dependencies.prettyplease] version = "0.2.15" [dependencies.proc-macro2] version = "1.0.67" [dependencies.quickcheck] version = "1.0.3" optional = true [dependencies.rand] version = "0.8.5" [dependencies.syn] version = "2.0.34" features = ["full"] [features] quickcheck = ["dep:quickcheck"]