# 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 = "akinator-rs" version = "0.1.13" authors = ["Tom-the-Bomb"] description = "A simple wrapper around the undocumented Akinator API" homepage = "https://github.com/Tom-the-Bomb/akinator-rs" documentation = "https://docs.rs/akinator-rs/latest/akinator_rs/" readme = "README.md" keywords = [ "akinator-rs", "akinator", "async", "game", "api", ] categories = [ "asynchronous", "games", ] license = "MIT" repository = "https://github.com/Tom-the-Bomb/akinator-rs" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.6" [dependencies.reqwest] version = "0.11" features = ["rustls-tls-webpki-roots"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.20" features = ["macros"]