# 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 = "bili-wbi-sign-rs" version = "0.1.1" authors = ["poly000"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WBI sign for Bilibili" readme = "README.md" license = "MIT" repository = "https://github.com/000ylop/bili-wbi-sign-rs/" [lib] name = "bili_wbi_sign_rs" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" optional = true [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.21" optional = true [dependencies.md5] version = "0.7.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thiserror] version = "1.0.61" [dependencies.url] version = "2.5.2" [features] default = [ "expires_time", "log", ] expires_time = ["dep:chrono"] log = ["dep:log"]