# 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 = "2018" name = "lingo" version = "0.2.0" authors = ["Cesar Rodas "] description = "Simple library to detect text languages" license = "MIT" repository = "https://github.com/crodas/lingo-rs" [dependencies.rust-stemmers] version = "1.2.0" [dependencies.serde] version = "^1.0" [dependencies.stopwords] version = "^0.1" [dependencies.strum] version = "0.20.0" [dependencies.strum_macros] version = "0.20.1" [dependencies.textcat] version = "^0.3.2" [build-dependencies.filetime] version = "^0.2" [build-dependencies.glob] version = "0.3.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [build-dependencies.tera] version = "1" [build-dependencies.textcat] version = "^0.3.2"