# 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 = "deepl-api" version = "0.4.3" authors = ["Martin Gruner "] description = "Bindings and a commandline tool for the DeepL REST API (https://www.deepl.com/docs-api/)" documentation = "https://mgruner.github.io/deepl-api-rs-docs/deepl_api/index.html" readme = "README.md" keywords = [ "deepl", "api", "translation", "ai", "machine-learning", ] categories = [ "command-line-utilities", "api-bindings", "internationalization", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mgruner/deepl-api-rs/" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.error-chain] version = "0.12" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.predicates] version = "2.1"