[package] name = "trixy-parser" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.11", features = ["derive"], optional = true } convert_case = "0.6.0" thiserror = "1.0.50" trixy-types = { path = "../trixy-types" } [dev-dependencies] pretty_assertions = "1.4.0" [features] build-binary = ["clap"] [[bin]] name = "trixy-parser" required-features = ["build-binary"]