[package] name = "wowza-rest-rust" version = "0.2.1" authors = ["nikos efthias "] edition = "2018" description = "rest api bindings for wowza" license = "MIT" readme = "README.md" keywords = ["wowza","streaming","rest","wowzaStreamingEngine","api"] categories = ["api-bindings"] repository="https://github.com/NikosEfthias/wowza-rest-rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] isahc = {version="0.7",features=["json","static-curl"],default-features=false} serde_json = "1.0" [dependencies.serde] version = "1.0" features=["derive"]