[package] name = "interact-rs" version = "0.1.1" edition = "2021" authors = ["Andy Dixon "] license = "GPL-3.0-only" readme = "README.md" homepage = "https://github.com/andydixon/interact.rs" repository= "https://github.com/andydixon/interact.rs" description = "Unofficial Rust crate for Webex Interact" [lib] crate-type= ["dylib"] bench= false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["blocking"]} serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" chrono = "0.4"