lectio 0.1.4

Searches the given bible readings for a specific date
Documentation
# 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 = "2024"
name = "lectio"
version = "0.1.4"
authors = ["Ryan Simeon benedictrsimeon@gmail.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Searches the given bible readings for a specific date"
homepage = "https://github.com/Ryanssd22/lectio"
readme = "README.md"
keywords = [
    "cli",
    "bible",
    "reading",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Ryanssd22/lectio"

[lib]
name = "lectio_wasm"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/wasm.rs"

[[bin]]
name = "lectio"
path = "src/main.rs"

[dependencies.Inflector]
version = "0.11.4"

[dependencies.number-names]
version = "0.2.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.wasm-bindgen]
version = "0.2.100"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow]
version = "1.0.98"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.chrono]
version = "0.4.41"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap]
version = "4.5.39"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.colored]
version = "3.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dirs]
version = "6.0.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]
version = "0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.inquire]
version = "0.7.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.once_cell]
version = "1.21.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.owo-colors]
version = "4.2.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.regex]
version = "1.11.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12.20"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.scraper]
version = "0.23.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde]
version = "1.0"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde_json]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.textwrap]
version = "0.16.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1.0"
features = [
    "full",
    "macros",
]

[target.'cfg(target_arch = "wasm32")'.dependencies.chrono]
version = "0.4.41"

[target.'cfg(target_arch = "wasm32")'.dependencies.dirs]
version = "6.0.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.once_cell]
version = "1.21.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.serde]
version = "1.0"
features = ["derive"]

[target.'cfg(target_arch = "wasm32")'.dependencies.serde_json]
version = "1.0"