# 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 = "2018" name = "pokerust" version = "0.3.1" authors = ["lunik1 "] build = false include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Pokeapi wrapper" homepage = "https://gitlab.com/lunik1/pokerust" documentation = "https://docs.rs/pokerust" readme = "README.md" keywords = [ "pokemon", "api", "rest", "pokeapi", ] categories = ["api-bindings"] license = "BSD-3-Clause" repository = "https://gitlab.com/lunik1/pokerust" [profile.release] lto = true codegen-units = 1 incremental = false [lib] name = "pokerust" path = "src/lib.rs" [dependencies.cached] version = "0.53.1" [dependencies.minreq] version = "2" features = [ "https", "json-using-serde", "punycode", ] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.mockito] version = "1.5.0" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.temp-env] version = "0.3.6" [features] deny_unknown_fields = []