[package] name = "rustoa" version = "0.1.8" description = "Rust bindings to The Orange Alliance API" authors = ["Yash Karandikar "] edition = "2018" readme = "README.md" license = "MIT" repository = "https://github.com/karx1/rustoa" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10", features = ["blocking", "json"] } serde_json = "1.0" regex = "1"