# 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 = "potr" version = "0.1.2" authors = ["r12f "] description = "Command line tool for translating GNU gettext files." readme = "README.md" keywords = [ "translator", "gettext", "openai", "deepl", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/r12f/potr" [profile.dev] panic = "abort" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [[bin]] name = "potr" [dependencies.anyhow] version = "1" [dependencies.async-openai] version = "0.12" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.ctrlc] version = "3.4.0" [dependencies.deepl] version = "0.4" [dependencies.env_logger] version = "0.10.0" [dependencies.polib] version = "0.2" [dependencies.regex] version = "1" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", "sync", "macros", "net", "io-util", ] [dependencies.tracing] version = "0.1" features = ["log"] [dev-dependencies.pretty_assertions] version = "1.3.0"