[package] name = "rest-api-utils" version = "0.1.9" edition = "2021" license = "MIT" description = "This crate is a WIP. It's not ready to be used. I published it because i'm currently using it in another project." [dependencies] reqwest = { version = "0.11.6", features = ["json", "multipart"] } thiserror = "1.0.30" serde_json = "1.0.68" serde = {version = "1.0.130", features = ["derive"]}