truecase 0.3.1

Restore correct letter casings in arbitrary text using a statistical model
Documentation
[[bench]]
harness = false
name = "all"

[[bin]]
name = "truecase"
required-features = ["cli"]

[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.clap]
optional = true
version = "2.33"

[dependencies.indexmap]
version = "1.7"

[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.criterion]
version = "0.3"

[features]
cli = ["clap", "anyhow"]
default = []

[package]
authors = ["Aleksei Voronov <despawn@gmail.com>"]
description = "Restore correct letter casings in arbitrary text using a statistical model"
documentation = "https://docs.rs/truecase"
edition = "2018"
exclude = ["testing-data/*"]
license = "MIT OR Apache-2.0"
name = "truecase"
readme = "README.md"
repository = "https://github.com/despawnerer/truecase"
version = "0.3.1"