summaryrefslogtreecommitdiffstats
path: root/crates/rebel-parse/Cargo.toml
blob: d116736d2e0727e79ea91d9cca5e535a8406e28e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "rebel-parse"
version = "0.1.0"
authors = ["Matthias Schiffer <mschiffer@universe-factory.net>"]
license = "MIT"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
derive-into-owned = { git = "https://github.com/neocturne/derive-into-owned.git", branch = "more-types" }
peg = "0.8.3"
phf = { version = "0.11.2", features = ["macros"] }
rebel-common = { path = "../rebel-common" }
rustc-hash = "1.1.0"

[dev-dependencies]
clap = { version = "4.0.0", features = ["derive"] }
divan = "0.1.14"

[[bench]]
name = "recipe"
harness = false