# 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 = "prelate-rs" version = "0.4.2" authors = ["William Findlay "] description = "prelate-rs is an idiomatic, asynchronous Rust wrapper around the aoe4world API." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/willfindlay/prelate-rs" [dependencies.anyhow] version = "1.0.66" [dependencies.async-trait] version = "0.1.60" [dependencies.chrono] version = "0.4.23" features = [ "serde", "arbitrary", ] [dependencies.derive-new] version = "0.5.9" [dependencies.derive_setters] version = "0.1.6" [dependencies.futures] version = "0.3.25" [dependencies.isocountry] version = "0.3.2" [dependencies.itertools] version = "0.12.1" [dependencies.page-turner] version = "0.8.2" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.serde_json] version = "1.0.91" features = ["float_roundtrip"] [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.tokio-test] version = "0.4.3" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.arbitrary] version = "1.2.0" features = ["derive"] [dev-dependencies.arbtest] version = "0.2.0" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tokio] version = "1.23.0" features = [ "test-util", "macros", "rt-multi-thread", ] [features] test-api = []