# 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_utils" version = "0.0.14" authors = ["Louis <836250617@qq.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fav's utils crate; A collection of utilities and data structures for the fav project" documentation = "https://docs.rs/fav_utils" 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_utils" path = "src/lib.rs" [dependencies.fav_core] version = "0.1.5" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.17" features = ["tokio"] [dependencies.md5] version = "0.7.0" [dependencies.protobuf] version = "3" features = ["with-bytes"] [dependencies.protobuf-json-mapping] version = "3" [dependencies.qrcode] version = "0.14" default-features = false [dependencies.reqwest] version = "0.12" features = [ "json", "cookies", ] [dependencies.sanitize-filename] version = "0.5.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3.12.0" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "signal", "process", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1" [dependencies.unicode-width] version = "0.1.13" [dependencies.url] version = "2.5" [build-dependencies.protobuf] version = "3" features = ["with-bytes"] [build-dependencies.protobuf-codegen] version = "3" [features] bili = [] default = ["bili"]