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