# 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 = "udpexchange" version = "0.1.1" description = "Small CLI tool for creating simple UDP hubs; small executable size experiment" readme = "README.md" keywords = [ "udp", "hub", "min_sized_rust", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/udpexchange" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" incremental = false strip = true [dependencies.argh] version = "0.1.12" [dependencies.const-lru] version = "0.2.2" [dependencies.libc] version = "0.2.148" optional = true [dependencies.static-alloc] version = "0.2.4" [features] mini = ["libc"] replay = []