# 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 = "cheetah-game-realtime-protocol" version = "0.0.5" authors = ["kviring "] description = "UDP based Protocol with different guarantees. For PVP/PVE games and others." readme = "README.md" license = "MIT" [dependencies.byteorder] version = "1.4.3" [dependencies.chacha20poly1305] version = "0.10.1" features = [ "heapless", "reduced-round", ] [dependencies.fnv] version = "1.0.7" [dependencies.generic-array] version = "1.0.0" [dependencies.heapless] version = "0.7.16" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.num-derive] version = "0.4.0" [dependencies.num-traits] version = "0.2.16" [dependencies.rand] version = "0.8.5" features = ["min_const_gen"] [dependencies.serde] version = "1.0.180" features = ["derive"] [dependencies.snap] version = "1.1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-core] version = "0.1.30" [dependencies.tracing-log] version = "0.1.3" [dev-dependencies.criterion] version = "0.5.1"