[package] name = "cig" version = "0.1.2" edition = "2021" repository = "https://github.com/Defmc/cig" description = "Simplify TCP/IP applications with a transparential, persistent-mode and data-driven protocol" license = "MIT" categories = ["accessibility", "config", "network-programming"] keywords = ["tcp", "ip", "network", "multiplayer"] [dependencies] bincode = "1.3.3" serde = { version = "1.0.197", features = ["serde_derive"] }