# 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" rust-version = "1.79.0" name = "smite" version = "0.4.3" authors = ["Mateusz Burdyna"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for interacting with the Smite API" homepage = "https://github.com/mateusz2173/smite-rs" readme = "README.md" keywords = [ "smite", "api", "wrapper", "hirez", "game", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/mateusz2173/smite-rs" [lib] name = "smite" path = "src/lib.rs" [dependencies.async-mutex] version = "1.4.0" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.md5] version = "0.7.0" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.62"