# 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" rust-version = "1.56.0" name = "votd" version = "1.0.6" authors = ["Ben Kelley"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to lookup Bible verses" homepage = "https://crates.io/crates/votd" readme = "README.md" keywords = [ "bible", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MWPuppire/votd" [[bin]] name = "votd" path = "src/main.rs" [dependencies.argh] version = "0.1" [dependencies.const_format] version = "0.2" [dependencies.directories] version = "5.0" [dependencies.filetime] version = "0.2" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "native-tls", ] [dependencies.rmp-serde] version = "1.1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.terminal_size] version = "0.3" [dependencies.textwrap] version = "0.16" [badges.maintenance] status = "as-is"