# 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 = "mid-net" version = "1.0.0" description = "Network adapter for the `middleware` protocol implementation" license = "MIT" [dependencies.integral-enum] version = "2.1.1" [dependencies.mid-compression] version = "1.0.0" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "rt", "rt-multi-thread", "net", "sync", "macros", "io-util", "net", ] default-features = false [dev-dependencies.rstest] version = "0.16.0" default-features = false [features] default = ["serde"] serde = ["dep:serde"]