[package] name = "rebel-parse" version = "0.1.0" authors = ["Matthias Schiffer "] 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