# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "clitrans" version = "0.3.5" authors = ["Wenxuan Zhang "] build = "build.rs" exclude = ["/completions"] description = "Yet another command-line translator" homepage = "https://github.com/wfxr/clitrans" keywords = ["translator", "tool", "cli"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/wfxr/clitrans" [profile.release] lto = true codegen-units = 1 [dependencies.anyhow] version = "^1.0.38" [dependencies.cfg-if] version = "^1.0.0" [dependencies.colored] version = "^2.0" [dependencies.itertools] version = "^0.10" [dependencies.lazy_static] version = "^1" [dependencies.regex] version = "^1.4" [dependencies.rodio] version = "^0.13" optional = true [dependencies.rustyline] version = "^8.0.0" [dependencies.scraper] version = "^0.12" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.structopt] version = "^0.3" features = ["wrap_help", "color"] default-features = false [dependencies.url] version = "^2.2" [build-dependencies.quote] version = "^1.0.9" [build-dependencies.serde] version = "^1.0" features = ["derive"] [build-dependencies.serde_json] version = "^1.0" features = ["raw_value"] [build-dependencies.structopt] version = "^0.3" features = ["wrap_help"] default-features = false [build-dependencies.xshell] version = "^0.1.9" [features] audio = ["rodio"] default = ["full"] full = ["audio"] [target."cfg(not(target_env = \"musl\"))".dependencies.isahc] version = "^1.1" features = ["text-decoding"] default-features = false [target."cfg(target_env = \"musl\")".dependencies.isahc] version = "^1.1" features = ["text-decoding", "static-ssl"] default-features = false