# 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.63.0" name = "arpstore-sdk" version = "0.1.4" authors = ["Awiteb "] description = "A Rust SDK for the Arpstore API." documentation = "https://docs.rs/arpstore-sdk/latest/arpstore_sdk/" readme = "README.md" keywords = [ "arpstore", "sdk", "api", ] license = "MIT" repository = "https://github.com/theawiteb/arpstore-sdk" [dependencies.chrono] version = "0.4.31" [dependencies.impl_new] version = "0.2.1" [dependencies.machineid-rs] version = "1.2.4" [dependencies.reqwest] version = "0.11.20" features = ["json"] [dependencies.serde_json] version = "1.0.107" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.49" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ]