[package]
edition = "2021"
name = "widetorah"
version = "0.1.1"
authors = ["WideHoly"]
build = false
exclude = [
"target/",
"demo.gif",
"demo.tape",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for WideTorah -- Tanakh, Talmud, Mishnah, Rashi commentary, parashot, and Jewish encyclopedia via the widetorah.com API."
homepage = "https://widetorah.com"
documentation = "https://docs.rs/widetorah"
readme = "README.md"
keywords = [
"torah",
"talmud",
"jewish",
"tanakh",
"api-client",
]
categories = [
"api-bindings",
"data-structures",
]
license = "MIT"
repository = "https://github.com/dobestan/widetorah-rs"
[lib]
name = "widetorah"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.reqwest]
version = "0.12"
features = ["json"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = ["full"]