bibleref 0.4.0

Structures and functions for managing Bible references
Documentation
[dependencies.once_cell]
version = "1.21.1"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.215"

[features]
serde = ["dep:serde"]

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

[package]
authors = ["Jan Martin Reckel <jm.reckel@t-online.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "parsing"]
description = "Structures and functions for managing Bible references"
edition = "2024"
keywords = ["bible", "parsing", "reference", "scripture", "verses"]
license = "MIT"
name = "bibleref"
readme = "README.md"
repository = "https://github.com/reckel-jm/bibleref"
version = "0.4.0"

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

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