# 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 = "xenet-core" version = "0.5.0" authors = ["shellrow "] description = "Core networking library for xenet." readme = "README.md" keywords = [ "network", "packet", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/xenet" [dependencies.default-net] version = "0.21.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default = ["dep:default-net"] serde = [ "dep:serde", "default-net/serde", ]