# 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 = "suckit" version = "0.2.0" authors = [ "Esteban \"Skallwar\" Blanc ", "Arthur \"CohenArthur\" Cohen ", ] include = [ "README.md", "LICENSE*", "Cargo.toml", "src/*", ] description = "SuckIT, Suck the InTernet" homepage = "https://github.com/skallwar/suckit" documentation = "https://github.com/skallwar/suckit" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/skallwar/suckit" [package.metadata] msrv = "1.49.0" [profile.release] lto = true [lib] name = "suckit" path = "src/lib.rs" [[bin]] name = "suckit" path = "src/bin/suckit.rs" doc = false [dependencies.chrono] version = "^0.4" [dependencies.colored] version = "2.0" [dependencies.crossbeam] version = "^0.8" [dependencies.encoding_rs] version = "^0.8" [dependencies.kuchiki] version = "^0.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "^0.7" [dependencies.pathdiff] version = "^0.2" [dependencies.rand] version = "^0.8" [dependencies.regex] version = "^1.5" [dependencies.reqwest] version = "^0.11" features = [ "blocking", "cookies", ] [dependencies.structopt] version = "^0.3" [dependencies.symlink] version = "^0.1.0" [dependencies.url] version = "^2.2" [dev-dependencies.subprocess] version = "^0.2" [dev-dependencies.tiny_http] version = "^0.11"