# 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 = "tokio-ssdp" version = "0.1.0" authors = ["Harry Cheng "] include = ["Cargo.toml", "LICENSE", "README.md", "src/**/*.rs"] description = "A mininal SSDP device implementation using `tokio`.\n" homepage = "https://github.com/chengyuhui/tokio-ssdp" documentation = "https://docs.rs/tokio-ssdp" readme = "README.md" keywords = ["network", "ssdp", "dlna"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/chengyuhui/tokio-ssdp" [dependencies.httparse] version = "1.5.1" [dependencies.httpdate] version = "1.0.1" [dependencies.log] version = "0.4" [dependencies.socket2] version = "0.4.1" [dependencies.tokio] version = "1" features = ["net", "time"] [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.tokio] version = "1" features = ["full"]