bevy_serial 0.12.0

Serial Port Communication Plugin for Bevy
Documentation
# 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 = "2024"
name = "bevy_serial"
version = "0.12.0"
authors = ["Hideaki Tai <hideaki.tai@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serial Port Communication Plugin for Bevy"
readme = "README.md"
keywords = [
    "bevy",
    "io",
    "hardware",
    "serial",
    "mio",
]
categories = [
    "game-development",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hideakitai/bevy_serial"

[lib]
name = "bevy_serial"
path = "src/lib.rs"

[[example]]
name = "configuration"
path = "examples/configuration.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.bevy]
version = "0.19"
default-features = false

[dependencies.mio]
version = "1.0.3"

[dependencies.mio-serial]
version = "5.0.6"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.serialport]
version = "4.7.3"