# 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 = "crunchyroll" version = "0.1.0" authors = ["ByteDream"] description = "Pure Rust implementation of the crunchyroll beta api." readme = "README.md" keywords = [ "crunchyroll", "anime", "downloader", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/crunchy-labs/crunchyroll-rs" resolver = "2" [dependencies.aes] version = "0.8" optional = true [dependencies.cbc] version = "0.1" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crunchyroll-rs-internal] version = "0.1" [dependencies.m3u8-rs] version = "5.0" optional = true [dependencies.regex] version = "1.6" features = ["std"] optional = true default-features = false [dependencies.reqwest] version = "0.11" features = [ "cookies", "json", "gzip", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.smart-default] version = "0.6" [dependencies.tokio] version = "1.21" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.once_cell] version = "1.13" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.21" features = [ "macros", "rt", "rt-multi-thread", ] [features] __test_strict = [] default = [ "stream", "parse", ] parse = ["regex"] stream = [ "aes", "cbc", "m3u8-rs", ]