# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "smartcast" version = "0.1.1" authors = ["Connor Troy "] description = "API to connect and control Vizio SmartCast devices" readme = "README.md" keywords = ["home-automation", "smart-home", "smart-tv", "soundbar"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ConnorTroy/smartcast" [dependencies.async-trait] version = "0.1.51" [dependencies.httparse] version = "1.4.1" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.4" features = ["native-tls", "json"] [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.serde-xml-rs] version = "0.4.1" [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.9.0" features = ["macros", "net"] default-features = false [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.http] version = "0.2.4" [dev-dependencies.indoc] version = "1.0.3" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rcgen] version = "0.8.11" [dev-dependencies.warp] version = "0.3.1" features = ["tls"]