whatlang 0.5.0

Natural language detection library. Identifies language of a given text.
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 = "whatlang"
version = "0.5.0"
authors = ["Sergey Potapov <blake131313@gmail.com>"]
include = ["src/**/*", "test/**/*", "Cargo.toml", "README.md"]
description = "Natural language detection library. Identifies language of a given text."
homepage = "https://github.com/greyblake/whatlang-rs"
documentation = "https://docs.rs/whatlang"
readme = "README.md"
keywords = ["language", "nlp", "lang", "whatlang", "text"]
categories = ["text-processing", "algorithms"]
license = "MIT"
repository = "https://github.com/greyblake/whatlang-rs"

[[bench]]
name = "example"
harness = false
[dependencies.fnv]
version = "1.0"
[dev-dependencies.rustc-serialize]
version = "0.3"

[dev-dependencies.bencher]
version = "0.1.2"
[badges.travis-ci]
branch = "master"
repository = "greyblake/whatlang-rs"