# 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 = "dns-wrapper" version = "0.1.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An API wrapper for Diplomacy and Strife" documentation = "https://docs.rs/dns-wrapper/" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitlab.com/benniestudios1/dns-wrapper/" [lib] name = "dns_wrapper" path = "src/lib.rs" [[test]] name = "test_nation_resources" path = "tests/test_nation_resources.rs" [[test]] name = "test_output" path = "tests/test_output.rs" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.25.1" features = [ "rt-multi-thread", "macros", ] default-features = false