# 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 = "jellyfin_api" version = "10.9.2-1" include = [ "**/*.rs", "Cargo.toml", ] description = "Incomplete Rust client for the Jellyfin API." homepage = "https://codeberg.org/avery42/jellyfin-api-rust" readme = "README.md" license = "Unlicense" repository = "https://codeberg.org/avery42/jellyfin-api-rust" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] default-features = false [dependencies.futures-core] version = "0.3.30" [dependencies.percent-encoding] version = "2.3.1" [dependencies.reqwest] version = "0.12.4" features = [ "json", "stream", ] default-features = false [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.uuid] version = "1.8.0" features = [ "serde", "v4", ]