[package]
name = "chasa"
version = "0.1.13"
authors = ["Conashimi Momota <momota.ry2@gmail.com>"]
description = "A parser combinator with `many` taking iterator, conditional branching, and method chain."
edition = "2021"
license = "Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
either = "1.6.1"