# 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 = "ssdp-client" version = "2.0.0" authors = ["Jakob Hellermann "] description = "An asynchronous library for discovering, notifying and subscribing to devices and services on a network." documentation = "https://docs.rs/ssdp-client" readme = "README.md" keywords = [ "async", "ssdp", "networking", "protocols", ] categories = [ "network-programming", "asynchronous", ] license = "MIT/Apache-2.0" repository = "https://github.com/jakobhellermann/ssdp-client" [dependencies.futures-core] version = "0.3" [dependencies.genawaiter] version = "0.99" features = ["futures03"] default-features = false [dependencies.log] version = "0.4" [dependencies.tokio] version = "1.0" features = [ "net", "time", ] [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ]