# 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 = "serverseeker" version = "0.3.11" description = "Rust wrapper for DAMcrafts Minecraft ServerSeeker API" readme = "README.md" keywords = [ "minecraft", "serverscanning", ] license = "MIT" repository = "https://github.com/Paddyk45/serverseeker-rs" [dependencies.anyhow] version = "1.0.75" [dependencies.derive_builder] version = "0.12.0" [dependencies.failure] version = "0.1.8" [dependencies.reqwest] version = "0.11.20" features = [ "serde_json", "json", "rustls-tls", "tokio-rustls", ] default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.tokio] version = "1.28.2" features = [ "rt-multi-thread", "macros", ]