# 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 = "fastudp" version = "0.1.6" description = "fast udp based on recvmmsg and sendmmsg" license = "ISC" repository = "https://github.com/geph-official/fastudp" resolver = "2" [profile.release] debug = 2 [dependencies.async-channel] version = "1.7.1" [dependencies.concurrent-queue] version = "1.2.4" [dependencies.env_logger] version = "0.9.1" [dependencies.libc] version = "0.2.135" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.25.0" features = ["socket"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.argh] version = "0.1.9" [dev-dependencies.smol] version = "1" [dev-dependencies.smolscale] version = "0.3"