# 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 = "2021" name = "grammalecte_client" version = "0.1.5" authors = ["Pierre Hubert "] description = "Grammalecte HTTP client" readme = "README.md" keywords = [ "grammalecte", "spell-check", "spellcheck", ] categories = ["text-processing"] license = "MIT" repository = "https://gitea.communiquons.org/pierre/GrammalecteClient" [dependencies.log] version = "0.4.17" [dependencies.mktemp] version = "0.5.0" optional = true [dependencies.port_scanner] version = "0.1.5" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.61" [dependencies.zip] version = "2.1.3" optional = true [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.tokio] version = "1.28.1" features = ["full"] [features] embedded-server = [ "zip", "mktemp", "rand", "port_scanner", ]