# 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 = "zunivers-rs" version = "1.0.3" authors = ["AlexPresso"] description = "zunivers-rs is an unofficial Rust library to interface with the zunivers (https://zunivers.zerator.com/) game API." readme = "README.md" keywords = [ "zunivers", "zerator", "card", "game", ] license = "MIT" [dependencies.chrono] version = "0.4.33" features = ["serde"] [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.tokio] version = "1.35.1" features = ["full"]