# 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 = "packetz" version = "2.0.0" description = "Create async packet-based servers with ease, Built with gamedev in mind. Stay tuned for UDP support, and more!" readme = "README.md" license = "ISC" [dependencies.tokio] version = "1.29.0" features = [ "io-util", "time", ] [dependencies.tokio-rustls] version = "0.24.1" optional = true [dev-dependencies.rustls-pemfile] version = "1.0.3" [dev-dependencies.tokio] version = "1.29.0" features = [ "net", "io-util", "time", "rt", "rt-multi-thread", ] [dev-dependencies.webpki-roots] version = "0.23.1" [features] client = ["tokio/net"] default = [ "client", "server", ] full = [ "client", "server", "tls", ] server = ["tokio/net"] tls = ["dep:tokio-rustls"]