truecase 0.2.0

Restore correct letter casings in arbitrary text using a statistical model
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[bench]]
name = "all"
harness = false
[dependencies.clap]
version = "2.31.2"

[dependencies.failure]
version = "0.1.1"

[dependencies.indexmap]
version = "1.0.1"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.regex]
version = "1.0.0"

[dependencies.serde]
version = "1.0.45"

[dependencies.serde_derive]
version = "1.0.45"

[dependencies.serde_json]
version = "1.0.17"
[dev-dependencies.criterion]
version = "0.2"