[package] name = "bj_rs" version = "0.2.0" edition = "2021" description ="Toolkit CLI and library for bj format." authors = ["Perma Alesheikh "] license = "MPL-2.0" readme = "./README.md" categories = ["command-line-utilities"] homepage = "https://sr.ht/~prma/bj" repository = "https://git.sr.ht/~prma/bj" [lib] path = "src/lib.rs" [[bin]] path = "src/bin/bj.rs" name = "bj" [dependencies] clap = { version = "4.5.1", features = ["derive"] } clap_complete_command = { version = "0.5.1", features = ["carapace"] } clap_derive = "4.5.0" color-eyre = "0.6.2" nom = "7.1.3" serde = "1.0.197" thiserror = "1.0.57" time = { version = "0.3.34", features = ["serde", "local-offset", "serde-well-known"] } [dev-dependencies] rstest = "0.18.2"