# 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 = "subsonic-types" version = "0.2.0" description = "Types for the Subsonic API" homepage = "https://github.com/diogo464/subsonic-types" readme = "README.md" keywords = [ "subsonic", "music", "api", "types", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/diogo464/subsonic-types" resolver = "1" [dependencies.ordered-float] version = "3.4" [dependencies.percent-encoding] version = "2.2" [dependencies.quick-xml] version = "0.27" features = [ "serde", "serialize", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.subsonic-types-macro] version = "0.0.0" [dependencies.time] version = "0.3" features = [ "parsing", "macros", "serde", "formatting", ] [dev-dependencies.reqwest] version = "0.11" features = ["blocking"]