# 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 = "udp_polygon" version = "0.2.2" authors = ["stefanos.kouroupis"] description = "A UDP datagram library for Rust" documentation = "https://docs.rs/upd_polygon" readme = "README.md" keywords = [ "udp", "datagram", ] license = "MIT" repository = "https://github.com/elasticrash/udp_polygon" [lib] name = "udp_polygon" path = "./src/lib.rs" [[example]] name = "send_with_timer" path = "./examples/send_receive_with_timer.rs" required-features = ["timers"] [[example]] name = "send_fa" path = "./examples/send_fa.rs" [[example]] name = "send_toml" path = "./examples/send_toml.rs" [[example]] name = "receive_fa" path = "./examples/receive_fa.rs" [[example]] name = "receive_toml" path = "./examples/receive_toml.rs" [[example]] name = "send_receive" path = "./examples/send_receive.rs" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1.29" features = ["full"] [dependencies.toml] version = "0.7" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.serial_test] version = "2.0.0" [features] timers = []