# 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 = "ftswarm" version = "0.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple swarm protocol communication library" readme = "README.md" keywords = [ "ftswarm", "communication", "iot", "robotics", ] categories = [ "network-programming", "science::robotics", ] license = "MIT" repository = "https://github.com/Bloeckchengrafik/ftswarm-rs" [lib] name = "ftswarm" path = "src/lib.rs" [[example]] name = "debug_io" path = "examples/debug_io.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [dependencies.ftswarm_macros] version = "0.2.5" [dependencies.ftswarm_proto] version = "0.2.5" [dependencies.ftswarm_serial] version = "0.2.5" [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.9.0-alpha.0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.env_logger] version = "0.11.3" [features] tokio_mutex = []