# 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_sdk" version = "0.1.1" authors = ["gaoyia "] description = "三方 bilibili sdk" documentation = "https://docs.rs/bilibili_sdk" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/gaoyia/bilibili_sdk" [[example]] name = "hello_world" path = "examples/hello_world/src/main.rs" [[example]] name = "ws_serialize" path = "examples/ws_serialize/src/main.rs" [[example]] name = "ws_handle_msg" path = "examples/ws_handle_msg/src/main.rs" [dependencies.hex] version = "0.4" [dependencies.md5] version = "0.7" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.ring] version = "0.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-tungstenite] version = "0.21.0" features = ["native-tls"]