14 lines
332 B
TOML
14 lines
332 B
TOML
[package]
|
|
name = "gbnf"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
auto_impl = "1.1.2"
|
|
syn = { version = "2.0", features = [ "derive", "full", "parsing", "printing", "visit", "visit-mut", "clone-impls", "proc-macro" ] }
|
|
quote = "1.0.35"
|
|
itertools = "0.12.0"
|
|
serde = "1.0.196"
|
|
serde_derive = "1.0.196"
|
|
convert_case = "0.6.0"
|