# 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 = "cadmium-yellow" version = "2024.3.2" description = "A client library for the unofficial Nexus Tyne and Wear Metro real time information API" homepage = "https://github.com/DanNixon/cadmium-yellow" readme = "README.md" license = "MIT" repository = "https://github.com/DanNixon/cadmium-yellow" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11.26" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", ] [build-dependencies.lazy_static] version = "1.4.0" [build-dependencies.reqwest] version = "0.11.26" features = [ "rustls-tls", "blocking", ] default-features = false