[package] name = "is-gd" version = "0.1.0" edition = "2021" authors = ["m2en "] repository = "https://github.com/m2en/is-gd" publish = true description = "is.gd API Wrapper" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.64" reqwest = { version = "0.11", features = ["blocking"] } tokio = { version = "1", features = ["full"] }