# 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" version = "0.1.4" include = [ "**/*.rs", "Cargo.toml", "LICENSE", ] description = "Bindings to the jellyfin web API" homepage = "https://github.com/sargon64/jellyfin-rs" readme = "README.md" keywords = [ "media", "jellyfin", "streaming", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/sargon64/jellyfin-rs" [dependencies.md5] version = "0.7.0" [dependencies.reqwest] version = "0.11.18" features = [ "rustls", "json", ] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_derive] version = "1.0.164" [dependencies.serde_json] version = "1.0.97" [dependencies.sha1] version = "0.10.5" [dependencies.url] version = "2.4.0" [dependencies.whoami] version = "1.4.0" [dev-dependencies.tokio] version = "1.28.2" features = ["macros"] [features] debug = []