# 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] edition = "2018" name = "nlprule-build" version = "0.6.4" authors = ["Benjamin Minixhofer ", "Bernhard Schuster "] description = "Build tools for a fast, low-resource Natural Language Processing and Error Correction library." keywords = ["text", "spelling", "language-processing", "nlp", "grammar"] categories = ["science", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/bminixhofer/nlprule" [dependencies.directories] version = "3" [dependencies.flate2] version = "1" [dependencies.fs-err] version = "2.5" [dependencies.nlprule] version = "0.6.4" features = ["compile"] [dependencies.reqwest] version = "0.11" features = ["blocking", "rustls-tls"] default_features = false [dependencies.thiserror] version = "1" [dependencies.zip] version = "0.5.9" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.nlprule_030] version = "0.3.0" package = "nlprule" [dev-dependencies.smush] version = "0.1.5" [dev-dependencies.tempdir] version = "0.3"