# 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 = "2018" name = "acick-util" version = "0.2.0" authors = ["gky360 "] description = "Utils for acick crate" documentation = "https://docs.rs/acick-util" readme = "README.md" license = "MIT" repository = "https://github.com/gky360/acick/tree/master/acick-util" [dependencies.anyhow] version = "1.0.26" [dependencies.bytefmt] version = "0.1.7" [dependencies.console] version = "0.15.0" [dependencies.cookie] version = "0.14.2" [dependencies.cookie_store] version = "0.12.0" [dependencies.dirs] version = "3.0.1" [dependencies.fs2] version = "0.4.3" [dependencies.getset] version = "0.1.1" [dependencies.humantime-serde] version = "1.0.0" [dependencies.indicatif] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.once_cell] version = "1.3.1" [dependencies.regex] version = "1.3.3" [dependencies.reqwest] version = "0.10.1" features = ["rustls-tls", "blocking"] default_features = false [dependencies.retry] version = "1.0.0" [dependencies.scraper] version = "0.12.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.shellexpand] version = "2.0.0" [dependencies.strum] version = "0.19.2" features = ["derive"] [dependencies.webbrowser] version = "0.5.2" [dev-dependencies.serde_yaml] version = "0.8.11" [dev-dependencies.tempfile] version = "3.1.0"