# 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 = "tradu" version = "0.1.0" description = "A simple command to traslate using DeepL" homepage = "https://atareao.es/" readme = "README.md" keywords = ["translations"] license = "MIT" repository = "https://github.com/atareao/tradu" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.hyper] version = "0.14.27" features = ["full"] [dependencies.hyper-rustls] version = "0.24.1" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.serde_yaml] version = "0.9.25" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]