# 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 = "tmdb-async" version = "0.7.1" authors = ["Mike Cronce "] description = "The Movie Database (TMDb) API for async Rust" homepage = "https://gitlab.cronce.io/foss/tmdb-rs" documentation = "https://docs.rs/crate/tmdb-async" readme = "README.md" license = "MIT" repository = "https://gitlab.com/foss/tmdb-rs" [dependencies.cervine] version = "0.0.6" [dependencies.compact_str] version = "0.8.0" features = ["serde"] [dependencies.gset] version = "1.1.0" [dependencies.isocountry] version = "0.3.2" [dependencies.isolanguage-1] version = "0.2.2" features = ["serde"] [dependencies.itertools] version = "0.13.0" [dependencies.reqwest] version = "0.12.2" features = [ "json", "rustls-tls", ] default_features = false [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_with] version = "3.0.0" features = ["hex"] [dependencies.time] version = "0.3.9" features = [ "macros", "serde-human-readable", ] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.tokio] version = "1.17.0" features = [ "macros", "rt-multi-thread", ]