# 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 = "sockit" version = "0.2.1" authors = ["Will Cygan "] exclude = ["/.github"] description = "A UDP socket that can read and write serializable data" readme = "README.md" keywords = [ "io", "udp", "serialization", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" [[test]] name = "test" path = "test/test.rs" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.4.0" [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.26.0" features = ["full"] [dev-dependencies.tokio] version = "1.26.0" features = ["full"]