# 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 = "fav_cli" version = "0.2.33" authors = ["Louis <836250617@qq.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fav's CLI, helping persist the remote source. Repo: https://github.com/kingwingfly/fav" documentation = "https://docs.rs/fav_cli" readme = "README.md" license = "MIT" repository = "https://github.com/kingwingfly/fav" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fav_cli" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.const_format] version = "0.2" [dependencies.fav_core] version = "0.1.5" [dependencies.fav_utils] version = "0.0.14" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tracing] version = "0.1" [build-dependencies.vergen] version = "8.3" features = [ "git", "rustc", "gitcl", ] [features] bili = [] default = ["bili"]