# 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 = "2021" name = "igd_async_std" version = "0.12.4" authors = [ "gcxfd ", "Simon Bernier St-Pierre ", ] description = "Internet Gateway Protocol client" homepage = "https://github.com/gcxfd/rust-igd" readme = "README.md" keywords = [ "igd_async_std", "upnp", ] license = "MIT" repository = "https://github.com/gcxfd/rust-igd" resolver = "2" [package.metadata.docs.rs] all-features = true [[example]] name = "aio" required-features = ["aio"] [dependencies.async-std] version = "1.12.0" features = ["attributes"] optional = true [dependencies.attohttpc] version = "0.19" default-features = false [dependencies.bytes] version = "1" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.http] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.surf] version = "2.3.2" optional = true [dependencies.url] version = "2.2.2" [dependencies.xmltree] version = "0.10" [dev-dependencies.simplelog] version = "0.12" [features] aio = [ "futures", "async-std", "surf", "bytes", "http", ] default = []