# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rupnp" version = "2.0.0" authors = ["Jakob Hellermann "] description = "An asynchronous library for finding UPnP control points, performing actions on them and reading their service descriptions." readme = "README.md" keywords = [ "async", "upnp", "networking", "protocols", ] categories = [ "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/jakobhellermann/rupnp" [[example]] name = "subscribe" required-features = ["subscribe"] [dependencies.bytes] version = "1.0" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" default-features = false [dependencies.genawaiter] version = "0.99" features = ["futures03"] optional = true default-features = false [dependencies.get_if_addrs] version = "0.5" optional = true [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "tcp", ] [dependencies.roxmltree] version = "0.18" [dependencies.ssdp-client] version = "2.0" [dependencies.tokio] version = "1.0" features = [ "net", "io-util", ] optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.pin-utils] version = "0.1" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "fs", "rt-multi-thread", ] [features] default = [ "subscribe", "genawaiter", "get_if_addrs", ] full_device_spec = [] subscribe = ["tokio"]