# 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 = "aletheia" version = "0.1.6" description = "A client library for the Guardian's content API" documentation = "https://docs.rs/aletheia" readme = "README.md" keywords = [ "guardian", "api", "client", "library", "http", ] categories = [ "api-bindings", "parsing", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/marsavar/aletheia/" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.91" features = ["raw_value"] [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1" features = ["full"]