# 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 = "holodex" version = "0.3.3" description = "A Rust wrapper of the Holodex v2 API." readme = "README.md" keywords = [ "hololive", "livestream", "api", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/anden3/holodex-rs" [dependencies.async-stream] version = "0.3.5" optional = true [dependencies.chrono] version = "0.4.31" features = [ "std", "serde", ] default_features = false [dependencies.futures-core] version = "0.3.30" optional = true [dependencies.quick-error] version = "2.0.1" [dependencies.regex] version = "1.10.2" features = ["std"] default-features = false [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.serde_with] version = "3.4.0" features = ["chrono_0_4"] default-features = false [dependencies.smartstring] version = "1.0.1" features = ["serde"] optional = true [dependencies.ureq] version = "2.9.1" features = ["json"] [dev-dependencies.futures] version = "0.3.30" default-features = false [dev-dependencies.tokio-test] version = "0.4.3" [features] default = [ "streams", "sso", ] sso = ["smartstring"] streams = [ "async-stream", "futures-core", ]