Files
leaf/parser/Cargo.toml
T

16 lines
310 B
TOML
Raw Normal View History

2026-02-26 19:40:27 +01:00
[package]
name = "leaf_parser"
version = "0.1.0"
edition = "2024"
[dependencies]
arcstr = "1.2.0"
derive_more = { version = "2.1.0", features = ["deref", "debug", "display"] }
2026-03-07 01:42:06 +01:00
indexmap = "2.13.0"
2026-02-26 19:40:27 +01:00
peg = "0.8.5"
2026-03-09 00:52:28 +01:00
rangemap = "1.7.1"
ropey = { version = "1.6.1", optional = true }
[features]
rope = ["dep:ropey"]