# 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 = "yooper" version = "0.1.1" authors = ["Liz Frost "] description = "An async UPnP library and CLI" readme = "README.md" keywords = ["upnp"] categories = ["command-line-utilities", "network-programming", "api-bindings"] license = "BSD-3-Clause" repository = "https://git.sr.ht/~liz/yooper/" [dependencies.bytes] version = "0.5.4" [dependencies.clap] version = "2.33" optional = true [dependencies.futures] version = "0.3" [dependencies.indexmap] version = "1.3" [dependencies.mac_address] version = "1.0" [dependencies.os_info] version = "2.0" [dependencies.reqwest] version = "0.10" optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde-xml-rs] version = "0.4" optional = true [dependencies.serde_with] version = "1.4" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2.20" features = ["udp", "macros", "rt-threaded", "time"] [dependencies.tokio-util] version = "0.3.1" features = ["udp", "codec"] [dependencies.uuid] version = "0.8" features = ["v1"] [dependencies.yooper_derive] version = "=0.1.1" [features] cli = ["clap"] default = ["description", "cli"] description = ["reqwest", "serde", "serde_with", "serde-xml-rs"]