# 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 = "ncspot-types" version = "0.2.1" authors = ["dogue"] description = "A set of types for deserializing JSON output from the ncspot terminal Spotify client" homepage = "https://github.com/dogue/ncspot-types" documentation = "https://docs.rs/ncspot-types" readme = "README.md" license = "MIT" repository = "https://github.com/dogue/ncspot-types" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_with] version = "3.0.0"