# 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 = "rowrap" version = "0.0.0" authors = ["Mehmet Ayvaz "] description = "A wrapper for the Roblox API." homepage = "https://github.com/Seaoth/rowrap" documentation = "https://docs.rs/rowrap" readme = "README.md" keywords = [ "api-wrapper", "roblox", "wrapper", "api", ] categories = [ "api-bindings", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Seaoth/rowrap" [dependencies.anyhow] version = "1.0.68" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.strum] version = "0.24.1" features = ["derive"]