[dependencies.rand]
optional = true
version = "0.9.2"
[dependencies.regex]
optional = true
version = "1.11.2"
[features]
akjv = []
asv = []
default = ["akjv", "asv", "erv", "kjv", "random"]
detection = ["regex"]
erv = []
kjv = []
random = ["rand"]
[lib]
name = "bible_lib"
path = "src/lib.rs"
[package]
authors = ["Eric <skepz.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting"]
description = "A library for working with Bible verses in Rust."
documentation = "https://docs.rs/bible-lib/latest/bible_lib/index.html"
edition = "2024"
include = ["src/**", "bible_translations/*.txt", "Cargo.toml", "README.md", "LICENSE"]
keywords = ["bible", "verses", "religion", "christianity", "scripture"]
license = "MIT"
name = "bible-lib"
readme = "README.md"
repository = "https://github.com/sk3pz/bible-lib"
version = "1.2.2"