estienne 0.8.0-alpha

Estienne is a library that scans plain text for Bible references and helps to format or link them to online Bibles, among other things.
Documentation
[dependencies.lazy_static]
version = "~1.5"

[dependencies.regex]
version = "~1.12"

[dependencies.thiserror]
version = "~2.0"

[dev-dependencies.pretty_assertions]
version = "~1.4"

[lib]
name = "est"
path = "src/lib.rs"

[package]
authors = ["Joel Montes de Oca"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-editors", "parsing", "encoding", "localization", "internationalization"]
description = "Estienne is a library that scans plain text for Bible references and helps to format or link them to online Bibles, among other things."
edition = "2024"
keywords = ["bible", "scripture", "parser", "nwt", "markdown"]
license-file = "LICENSE.txt"
name = "estienne"
readme = "README.md"
repository = "https://github.com/JoelMon/Estienne"
version = "0.8.0-alpha"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"