# 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 = "kyanite" version = "0.5.1" authors = ["AXAz0r "] description = "A modular, expandable, gallery collector." readme = "README.md" keywords = [ "image", "scrapper", "gallery", ] license = "GPL-3.0" repository = "https://gitlab.com/lu-ci/kyanite" [profile.release] opt-level = "z" lto = true [dependencies.anyhow] version = "1.0.57" [dependencies.async-trait] version = "0.1.53" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.18" features = ["cargo"] [dependencies.fern] version = "0.6.1" [dependencies.flate2] version = "1.0.23" [dependencies.log] version = "0.4.17" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5.1" [dependencies.serde_json] version = "1.0.81" [dependencies.slug] version = "0.1.4" [dependencies.tokio] version = "1.18.2" features = [ "macros", "rt-multi-thread", ]