# 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 = "sonet-rs" version = "1.0.0" description = "Lightweight TCP Communication Library" readme = "README.md" keywords = ["network", "tcp", "packets"] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/dolphin2410/sonet-rs" resolver = "2" [dependencies.futures] version = "0.3.19" [dependencies.tokio] version = "1.13.0" features = ["full"]