# 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 = "escalon" version = "0.1.17" authors = ["kennycallado "] description = "UDP communication layer for the Escalon project" readme = "README.md" license = "MIT" repository = "https://github.com/kennycallado/escalon" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "escalon" path = "src/lib.rs" [[example]] name = "base" path = "examples/base.rs" [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.26" [dependencies.local-ip-address] version = "0.5.6" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.30.0" features = ["full"] [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.uuid] version = "1.4.1" features = ["v4"]