# 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 = "trakt-rs" version = "0.2.1" authors = ["Anshul Gupta "] description = "A Rust library for the Trakt.tv API" documentation = "https://docs.rs/trakt-rs" readme = "README.md" keywords = [ "trakt", "api", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ansg191/trakt" [dependencies.bitflags] version = "2.4" [dependencies.bytes] version = "1.5" [dependencies.compact_str] version = "0.7" features = ["serde"] [dependencies.http] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3" features = [ "formatting", "macros", "parsing", "serde", ] [dependencies.trakt-core] version = "0.2.1" [dependencies.trakt-macros] version = "0.1.4" [dependencies.unicode-segmentation] version = "1" [dev-dependencies.httpmock] version = "0.7" [dev-dependencies.ureq] version = "2.9" features = ["http-crate"] default-features = false [features] default = []