# 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 = "2018" name = "ytextract" version = "0.11.2" include = [ "LICENSE-*", "src", "Cargo.toml", "README.md", ] description = "A library for getting YouTube metadata" readme = "README.md" keywords = [ "youtube", "youtube-dl", "youtube-downloader", ] categories = ["multimedia"] license = "MIT OR Apache-2.0" repository = "https://github.com/ATiltedTree/ytextract/" [dependencies.async-stream] version = "0.3" [dependencies.base64] version = "0.13" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dependencies.futures-core] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "stream", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "2" [dependencies.thiserror] version = "1" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.assert_matches] version = "1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.once_cell] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [badges.maintenance] status = "actively-developed"