ccobalt 0.2.1

A Rust library to download media using the Cobalt API.
Documentation
[dependencies.futures]
version = "0.3.31"

[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.19"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
features = ["full"]
version = "1.45.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.url]
version = "2.5.4"

[lib]
name = "ccobalt"
path = "src/lib.rs"

[package]
authors = ["iku <iku@cleesim.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library to download media using the Cobalt API."
documentation = "https://docs.rs/ccobalt"
edition = "2024"
homepage = "https://github.com/CleeSim/ccobalt"
keywords = ["cobalt", "tools", "download", "api"]
license = "MIT"
name = "ccobalt"
readme = "README.md"
repository = "https://github.com/CleeSim/ccobalt.git"
rust-version = "1.87.0"
version = "0.2.1"