# 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 = "pickleback" version = "0.1.0" authors = ["RJ "] description = "A reliability layer for unreliable datagram exchange" readme = "README.md" keywords = [ "netcode", "udp", "gamedev", "networking", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RJ/pickleback" [dependencies.assert_float_eq] version = "1.1.3" [dependencies.byteorder] version = "1.5.0" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.env_logger] version = "0.10.0" [dependencies.lifeguard] version = "0.6.1" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.smallmap] version = "1.4.2"