# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dogehouse-api" version = "0.1.1" authors = ["Tom van Dijk <18gatenmaker6@gmail.com>"] description = "API Wrapper for Dogegarden's API v1" homepage = "https://api.dogegarden.net" documentation = "https://docs.rs/dogehouse_api/" readme = "README.md" license = "Unlicense" repository = "https://github.com/dtomvan/dogehouse-api/" [dependencies.async-trait] version = "0.1.50" [dependencies.hyper] version = "0.14" features = ["client", "http1", "http2"] [dependencies.hyper-tls] version = "0.5" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dev-dependencies.tokio] version = "1.5.0" features = ["rt", "macros"]