varna 1.0.0

Varna — multilingual language engine: phoneme inventories, G2P rules, scripts, grammar, and lexicon for 50+ languages
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"
rust-version = "1.89"
name = "varna"
version = "1.0.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Varna — multilingual language engine: phoneme inventories, G2P rules, scripts, grammar, and lexicon for 50+ languages"
homepage = "https://github.com/MacCracken/varna"
documentation = "https://docs.rs/varna"
readme = "README.md"
keywords = [
    "language",
    "phoneme",
    "linguistics",
    "multilingual",
    "ipa",
]
categories = [
    "science",
    "text-processing",
]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/varna"

[features]
daimon = [
    "std",
    "dep:serde_json",
]
default = ["std"]
full = [
    "std",
    "logging",
    "mcp",
    "daimon",
    "hoosh",
]
hoosh = [
    "std",
    "dep:serde_json",
]
logging = ["dep:tracing-subscriber"]
mcp = [
    "std",
    "dep:serde_json",
]
std = [
    "serde/std",
    "thiserror/std",
]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "grammar"
path = "examples/grammar.rs"

[[example]]
name = "lexicon"
path = "examples/lexicon.rs"

[[example]]
name = "scripts"
path = "examples/scripts.rs"

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

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.serde]
version = "1"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
optional = true

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"