[package] name = "iarapi-rs" version = "0.1.1" edition = "2021" description = "A Rust library for interacting with the IAmResponding API." license = "MIT OR Apache-2.0" documentation = "https://docs.rs/iarapi-rs" homepage = "https://github.com/HeroesLament/iarapi-rs" authors = ["Sypher "] readme = "README.md" [dependencies] async-trait = "0.1.83" serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132"