# 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 = "bonfire" version = "0.1.0" authors = ["Camper CoolDie "] description = "Client library for the Bonfire API" documentation = "https://docs.rs/bonfire" readme = "README.md" keywords = [ "bonfire", "api", "bot", ] license = "MIT" repository = "https://github.com/Camper-CoolDie/bonfire-rust" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "client", "http1", ] [dependencies.hyper-util] version = "0.1" features = ["tokio"] [dependencies.json] version = "0.12.4" [dependencies.native-tls] version = "0.2" [dependencies.tokio] version = "1" features = [ "rt", "net", ] [dependencies.tokio-native-tls] version = "0.3" [dev-dependencies.hyper] version = "1" features = ["server"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4"