# 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-rs" version = "0.12.1" authors = ["Crunchy Labs Maintainers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pure Rust implementation of the crunchyroll 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" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "crunchyroll_rs" path = "src/lib.rs" [[example]] name = "browse-genre" path = "examples/browse-genre.rs" [[example]] name = "parse-input" path = "examples/parse-input.rs" [[example]] name = "search-series" path = "examples/search-series.rs" [[example]] name = "stream-episode" path = "examples/stream-episode.rs" [[test]] name = "_test_login" path = "tests/_test_login.rs" [[test]] name = "test_account" path = "tests/test_account.rs" [[test]] name = "test_categories" path = "tests/test_categories.rs" [[test]] name = "test_concert" path = "tests/test_concert.rs" [[test]] name = "test_crunchylist" path = "tests/test_crunchylist.rs" [[test]] name = "test_device" path = "tests/test_device.rs" [[test]] name = "test_episode" path = "tests/test_episode.rs" [[test]] name = "test_feed" path = "tests/test_feed.rs" [[test]] name = "test_movie" path = "tests/test_movie.rs" [[test]] name = "test_movie_listing" path = "tests/test_movie_listing.rs" [[test]] name = "test_music_video" path = "tests/test_music_video.rs" [[test]] name = "test_parse" path = "tests/test_parse.rs" [[test]] name = "test_profile" path = "tests/test_profile.rs" [[test]] name = "test_rating" path = "tests/test_rating.rs" [[test]] name = "test_search" path = "tests/test_search.rs" [[test]] name = "test_season" path = "tests/test_season.rs" [[test]] name = "test_series" path = "tests/test_series.rs" [[test]] name = "test_stream" path = "tests/test_stream.rs" [[test]] name = "test_watch_history" path = "tests/test_watch_history.rs" [[test]] name = "test_watchlist" path = "tests/test_watchlist.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = ">=0.4.35" features = ["serde"] [dependencies.crunchyroll-rs-internal] version = "0.12.1" [dependencies.dash-mpd] version = "0.17" default-features = false [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.jsonwebtoken] version = "9.3" default-features = false [dependencies.lazy_static] version = "1.5" optional = true [dependencies.regex] version = "1.11" features = ["std"] optional = true default-features = false [dependencies.reqwest] version = "0.12.8" features = [ "cookies", "json", "multipart", "rustls-tls", ] [dependencies.rustls] version = "0.23.4" features = [ "std", "tls12", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" [dependencies.smart-default] version = "0.7" [dependencies.tokio] version = "1.40" features = ["sync"] [dependencies.tower-service] version = "0.3" optional = true [dependencies.uuid] version = "1.10" features = ["v4"] [dependencies.webpki-roots] version = "0.26" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.once_cell] version = "1.20" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.40" features = [ "macros", "rt", "rt-multi-thread", ] [features] __test_strict = [] default = ["parse"] experimental-stabilizations = [] parse = [ "dep:lazy_static", "dep:regex", ] tower = ["dep:tower-service"]