cld2 0.1.0

Detect natural language used in text using the cld2 library
Documentation
[package]

name = "cld2"
version = "0.1.0"
authors = ["Eric Kidd <git@randomhacks.net>"]

description = "Detect natural language used in text using the cld2 library"
license = "Unlicense"

documentation = "http://emk.github.io/rust-cld2/cld2/index.html"
repository = "https://github.com/emk/rust-cld2"
readme = "README.md"
keywords = ["text"]

[features]
# Allow access to unstable features when being built with a nightly compiler,
# to keep travis-cargo happy and enable access to benchmarks if we want them.
unstable = []

[dependencies]
lazy_static = "0.1.15"
libc = "0.2.2"

[dependencies.cld2-sys]
path = "cld2-sys"
version = "0.1.0"