# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bj_rs" version = "0.2.0" authors = ["Perma Alesheikh "] description = "Toolkit CLI and library for bj format." homepage = "https://sr.ht/~prma/bj" readme = "./README.md" categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://git.sr.ht/~prma/bj" [lib] path = "src/lib.rs" [[bin]] name = "bj" path = "src/bin/bj.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.clap_complete_command] version = "0.5.1" features = ["carapace"] [dependencies.clap_derive] version = "4.5.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.197" [dependencies.thiserror] version = "1.0.57" [dependencies.time] version = "0.3.34" features = [ "serde", "local-offset", "serde-well-known", ] [dev-dependencies.rstest] version = "0.18.2"