[dependencies.annotate-snippets]
version = "0.11.5"
[dependencies.winnow]
version = "0.7.10"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[lib]
name = "winnow_parse_error"
path = "src/lib.rs"
[package]
authors = ["Adam Gaia <git@agaia.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shortcut for using annotate-snippets with winnow"
edition = "2024"
homepage = "https://github.com/adam-gaia/winnow-parse-error"
include = ["src/**/*", "LICENSE-*", "README.md"]
license = "MIT OR Apache-2.0"
name = "winnow-parse-error"
readme = "README.md"
repository = "https://github.com/adam-gaia/winnow-parse-error"
version = "0.1.0"