# 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 = "netcode-rs" version = "1.4.0" authors = ["Benny Nazimov "] build = false include = ["src/*.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust implementation of the netcode protocol" documentation = "https://docs.rs/netcode-rs" readme = "README.md" keywords = ["netcode"] license = "MIT" repository = "https://github.com/benny-n/netcode" [lib] name = "netcode" path = "src/lib.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.chacha20poly1305] version = "0.10.1" features = ["std"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.socket2] version = "0.5.7" [dependencies.thiserror] version = "1.0.63"