# 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 = "gelbooru-api" version = "0.4.0" description = "API for the Gelbooru image board" documentation = "https://docs.rs/gelbooru_api" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/mibmo/gelbooru-api" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.hyper-rustls] version = "0.23" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]