derive_parser 0.1.0

Derive a parser from your CST
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 = "2024"
name = "derive_parser"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive a parser from your CST"
readme = "README.md"
keywords = [
    "parser",
    "parsing",
    "derive",
    "proc_macro",
    "syntax",
]
categories = ["parsing"]
license = "BSD-3-Clause"
repository = "https://github.com/jakesarjeant/derive_parser"
resolver = "2"

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

[[example]]
name = "sexpr"
path = "examples/sexpr.rs"

[[example]]
name = "tiny"
path = "examples/tiny.rs"

[dependencies.derive_parser_macro]
version = "0.1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.variadics_please]
version = "1.1.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.ariadne]
version = "0.6.0"

[dev-dependencies.crossterm]
version = "0.29.0"

[dev-dependencies.derive_more]
version = "2.1.1"
features = ["display"]

[dev-dependencies.logos]
version = "0.15.1"

[dev-dependencies.rustyline]
version = "17.0.1"
features = ["derive"]