noeme 0.1.6

Deeply explain a given word, including its pronunciation, meanings, and sample sentences.
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 = "noeme"
version = "0.1.6"
authors = ["zennolux <zennolux@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deeply explain a given word, including its pronunciation, meanings, and sample sentences."
documentation = "https://docs.rs/noeme"
readme = "README.md"
keywords = ["noeme"]
license = "MIT"
repository = "https://github.com/zennolux/noeme"

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.reqwest]
version = "0.12.22"

[dependencies.scraper]
version = "0.23.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.142"

[dependencies.voca_rs]
version = "1.15.2"

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