# 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 = "to-socket-addrs" version = "0.2.1" authors = ["Sergey V. Kokorin "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "A small ToSocketAddrs replacement to specify addresses without port" homepage = "https://github.com/nvksv/to-socket-addrs/" documentation = "https://docs.rs/to-socket-addrs/" readme = "README.md" keywords = [ "tosocketaddrs", "socketaddr", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/nvksv/to-socket-addrs/" resolver = "2" [package.metadata.docs.rs] features = [ "sync", "async", "tokio", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-std] version = "^1.10.0" optional = true [dependencies.maybe-async-cfg] version = "0.2" features = ["no-debug"] [dependencies.tokio] version = "^1.19.2" features = [ "net", "rt", "macros", ] optional = true [dev-dependencies.async-attributes] version = "1.1.2" [dev-dependencies.pretty_assertions] version = "^1.0.0" [dev-dependencies.serial_test] version = "^0.5.1" [features] async = ["dep:async-std"] default = ["sync"] sync = [] test_dns_ipv6 = [] tokio = ["dep:tokio"] [badges.maintenance] status = "actively-developed"