# 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 = "NETXave" version = "0.0.9" exclude = [ ".*", ".DS_Store", "debug/", "target/", "Cargo.lock", "**/*.rs.bk", "*.pdb", ".AppleDouble", ".LSOverride", "Icon", "._*", ".DocumentRevisions-V100", ".fseventsd", ".Spotlight-V100", ".TemporaryItems", ".Trashes", ".VolumeIcon.icns", ".com.apple.timemachine.donotpresent", ".AppleDB", ".AppleDesktop", "Network Trash Folder", "Temporary Items", ".apdisk", ".env", ".gitignore", ".git", ".idea", ] include = [ "*.rs", "src/", "LICENSE", "Cargo.toml", ] description = "Lightweight crate for working with the network." license = "Apache-2.0" [dependencies.native-tls] version = "0.2.11" optional = true [dependencies.rustls] version = "0.21.0" optional = true [dependencies.webpki-roots] version = "0.23.0" optional = true [features] __all__ = [ "default", "sync", "async", "client", "server", "all_protocols", "rustls", "native-tls", ] all_protocols = [ "dns", "ssh", "ftp", "http", "snmp", "pop3", "smtp", "imap", "gemini", "gopher", "telnet", ] async = [] client = [] default = [] dns = [] ftp = [] gemini = [] gopher = [] http = [] imap = [] native-tls = ["dep:native-tls"] pop3 = [] rustls = [ "dep:rustls", "dep:webpki-roots", ] server = [] smtp = [] snmp = [] ssh = [] sync = [] telnet = []