# 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 = "robotevents" version = "0.5.0" authors = [ "tropix126", "BattleCh1cken", ] description = "Wrapper for the RobotEvents.com v2 API." readme = "README.md" categories = [ "science::robotics", "api-bindings", "web-programming::http-client", ] license-file = "LICENSE.md" repository = "https://github.com/LemLib/robotevents-rs/" [dependencies.itertools] version = "0.12.0" [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"]