[package] name = "votd" version = "1.0.6" edition = "2021" rust-version = "1.56.0" description = "A command-line tool to lookup Bible verses" license = "MIT" readme = "README.md" authors = ["Ben Kelley"] repository = "https://github.com/MWPuppire/votd" homepage = "https://crates.io/crates/votd" keywords = ["bible", "cli"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] argh = "0.1" const_format = "0.2" directories = "5.0" filetime = "0.2" reqwest = { version = "0.12", features = [ "blocking", "json", "native-tls" ] } rmp-serde = "1.1" serde = "1.0" serde_derive = "1.0" terminal_size = "0.3" textwrap = "0.16" [badges.maintenance] status = "as-is"