# 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 = "bilibili-api-rs" version = "0.3.7" authors = ["lifeich1 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rust library project got inspiration from Passkou/bilibili-api" readme = "README.md" keywords = ["bilibili"] categories = ["web-programming::http-client"] license = "WTFPL" repository = "https://github.com/lifeich1/bilibili-api-rs" [lib] name = "bilibili_api_rs" path = "src/lib.rs" [[example]] name = "user" path = "examples/user.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.im] version = "15.1.0" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.md5] version = "0.7" [dependencies.murmur3] version = "0.5.2" [dependencies.regex] version = "1.8.4" [dependencies.reqwest] version = "0.11" features = [ "default", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.28" features = ["sync"] [dependencies.uuid] version = "1.3" features = [ "rng", "v1", "v4", ] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.stderrlog] version = "0.5" [dev-dependencies.tokio] version = "1.28" features = [ "rt", "macros", "rt-multi-thread", ]