# 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 = "x-pixiv" version = "0.1.6" description = "Pixiv downloader" readme = "README.md" keywords = [ "pixiv", "downloader", ] license-file = "LICENSE" repository = "https://github.com/xiaoxigua-1/XPixiv" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.indicatif] version = "0.17.3" [dependencies.serde] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.3" [dependencies.tui] version = "0.19" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.x-pixiv-lib] version = "0.1.2" [features] cli = [] default = [ "cli", "tui", ] tui = []