# 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 = "dptran" version = "2.1.0" authors = ["yotio "] default-run = "dptran" description = "A tool to run DeepL translations on command line written by Rust." homepage = "https://dptran.yotiosoft.com" documentation = "https://docs.rs/dptran" readme = "README.md" categories = [ "text-processing", "localization", "internationalization", "command-line-interface", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yotiosoft/dptran" [lib] name = "dptran" [[bin]] name = "dptran" [dependencies.atty] version = "0.2.14" optional = true [dependencies.clap] version = "4.1.4" features = ["derive"] optional = true [dependencies.confy] version = "0.5.1" optional = true [dependencies.curl] version = "0.4.44" [dependencies.md5] version = "0.7.0" optional = true [dependencies.serde] version = "^1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [features] app = [ "confy", "clap", "atty", "md5", ] default = [ "confy", "clap", "atty", "md5", ]