# 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 = "crustacean-states" version = "0.2.1" authors = ["Trisk (Aramos)"] description = "A NationStates API wrapper designed for ease of use" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/triskofwhaleisland/crustacean-states" [dependencies.http] version = "^0.2" [dependencies.itertools] version = "0.12" [dependencies.once_cell] version = "1.17" [dependencies.quick-xml] version = "0.31" features = ["serialize"] [dependencies.regex] version = "1.8" features = ["std"] default-features = false [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.quick-xml] version = "0.31" features = [ "async-tokio", "serialize", ] [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] default-features = false