# 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 = "the_rock" version = "0.9.1" authors = ["Noah "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A command line King James bible viewer" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitlab.com/NoahJelen/the-rock" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "the_rock" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.colored] version = "2.1.0" [dependencies.cursive] version = "0.21.1" [dependencies.cursive-extras] version = "0.13.1" features = [ "tabs", "advanced", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.rust-utils] version = "0.15.2" [dependencies.serde] version = "1.0.188" features = ["serde_derive"] [build-dependencies.rust-utils] version = "0.15.2" features = ["linux"]