[dependencies.reqwest]
features = ["json"]
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 = false
repository = "https://github.com/CleeSim/ccobalt.git"
rust-version = "1.87.0"
version = "0.1.0"