chompy 0.3.0

A series of utilities used to create parsers
Documentation
# 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 = "chompy"
version = "0.3.0"
authors = ["Gabe Weiner <imlazyeye@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A series of utilities used to create parsers"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/imlazyeye/chompy"

[lib]
name = "chompy"
path = "src/lib.rs"

[dependencies.codespan-reporting]
version = "0.11"

[dependencies.hashbrown]
version = "0.13"
features = ["serde"]

[dependencies.itertools]
version = "0.12"

[dependencies.peekmore]
version = "1.3"

[dependencies.pretty_assertions]
version = "1.1"

[dependencies.static_assertions]
version = "1.1"