# 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 = "stmc" version = "0.2.3" description = "Simple TCP/UDP Message Communication wrapper" readme = "README.md" keywords = [ "tcp", "network", "udp", ] categories = [ "encoding", "text-processing", ] license = "MIT" repository = "https://github.com/Defmc/stmc" [lib] name = "stmc" [dependencies.bincode] version = "1.3.3" [dependencies.serde] version = "1.0.147" features = ["derive"] [features] big_endian = [] [badges.maintenance] status = "passively-maintained"