# 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 = "bevy_serialport" version = "0.8.0" authors = ["FoxZoOL "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "async serial port Plugin for bevy" homepage = "https://github.com/foxzool/bevy_serialport" documentation = "https://docs.rs/bevy_serialport" readme = "README.md" keywords = [ "bevy", "io", "hardware", "serial", "tokio", ] categories = [ "game-development", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/foxzool/bevy_serialport" [lib] name = "bevy_serialport" path = "src/lib.rs" [[example]] name = "serial_receiver" path = "examples/receiver.rs" [[example]] name = "serial_sender" path = "examples/sender.rs" [[test]] name = "test_bevy_integration" path = "tests/test_bevy_integration.rs" [dependencies.bevy_app] version = "0.15.0" [dependencies.bevy_derive] version = "0.15.0" [dependencies.bevy_ecs] version = "0.15.0" [dependencies.bevy_log] version = "0.15.0" [dependencies.bevy_utils] version = "0.15.0" [dependencies.bytes] version = "1.1.0" [dependencies.futures] version = "0.3" [dependencies.parking_lot] version = "0.12" [dependencies.serialport] version = "4" default-features = false [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = [ "parking_lot", "rt-multi-thread", "sync", "macros", "process", "time", "fs", "io-util", ] [dependencies.tokio-serial] version = "5.4.1" [dependencies.tokio-util] version = "0.7.3" features = ["codec"] [dev-dependencies.bevy] version = "0.15.0" default-features = false [dev-dependencies.clap] version = "4.5" features = ["derive"] [dev-dependencies.tempdir] version = "0.3"