# 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 = "ydcv-rs" version = "0.6.3" authors = ["Jiachen Yang "] description = "A rust version of YouDao Console Version" readme = "README.md" license = "GPL-2.0" repository = "https://github.com/farseerfc/ydcv-rs" [profile.release-lto] lto = true inherits = "release" [dependencies.atty] version = "^0.2" [dependencies.copypasta] version = "0.10" optional = true [dependencies.env_logger] version = "^0.10" [dependencies.htmlescape] version = "0.3" [dependencies.log] version = "^0.4" [dependencies.md-5] version = "0.10" [dependencies.once_cell] version = "1.18" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.11" features = [ "socks", "blocking", ] default-features = false [dependencies.rustyline] version = "^12.0" package = "rustyline-with-newest-nix" [dependencies.scraper] version = "0.18" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.structopt] version = "^0.3" [features] clipboard = ["copypasta"] default = [ "notify", "clipboard", "rustls", ] native-tls = ["reqwest/native-tls"] notify = [ "notify-rust", "winrt-notification", ] rustls = ["reqwest/rustls-tls"] [target."cfg(unix)".dependencies.notify-rust] version = "^4.3" optional = true [target."cfg(unix)".dependencies.x11-clipboard] version = "^0.8" optional = true [target."cfg(windows)".dependencies.winrt-notification] version = "^0.5" optional = true