[package] name = "cnctd_rest" version = "0.1.6" edition = "2021" authors = ["Connected Dot Inc.", "Kyle Ebner "] description = "Wrapper around reqwest and other REST methods" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" reqwest = { version = "0.12.3", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115"