frost-parser 0.1.0

Zsh-compatible recursive descent parser
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 = "frost-parser"
version = "0.1.0"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zsh-compatible recursive descent parser"
homepage = "https://github.com/pleme-io/frost"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/frost"
resolver = "2"

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

[dependencies.compact_str]
version = "0.8"

[dependencies.frost-lexer]
version = "0.1.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

[dev-dependencies.pretty_assertions]
version = "1"