# 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 = "fiat-lux" version = "0.3.7" description = """ Offline terminal-accessible Bible. """ homepage = "https://github.com/archer884/fiat-lux" readme = "./README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/archer884/fiat-lux" [dependencies.clap] version = "4.1.8" features = [ "derive", "wrap_help", ] [dependencies.comfy-table] version = "6.1.4" [dependencies.directories] version = "4.0.1" [dependencies.pager] version = "0.16.1" optional = true [dependencies.regex] version = "1.7.1" [dependencies.tantivy] version = "0.19.2" [dependencies.terminal_size] version = "0.2.5" [dependencies.thiserror] version = "1.0.39" [features] default = ["pager"] pager = ["dep:pager"]