# 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 = "2018" name = "chumsky" version = "0.9.2" authors = ["Joshua Barretto "] exclude = [ "/misc/*", "/benches/*", ] description = "A parser library for humans with powerful error recovery" readme = "README.md" keywords = [ "parser", "combinator", "token", "language", "syntax", ] categories = [ "parsing", "text-processing", ] license = "MIT" repository = "https://github.com/zesterer/chumsky" [dependencies.hashbrown] version = "0.12.3" [dependencies.stacker] version = "0.1" optional = true [dev-dependencies.ariadne] version = "0.1.2" [dev-dependencies.pom] version = "3.0" [features] ahash = [] default = [ "ahash", "std", "spill-stack", ] nightly = [] spill-stack = [ "stacker", "std", ] std = []