# 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_serial" version = "0.6.0" authors = ["Hideaki Tai "] 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" [dependencies.bevy] version = "0.13" default-features = false [dependencies.mio] version = "0.8" [dependencies.mio-serial] version = "5.0" [dependencies.once_cell] version = "1.18" [dependencies.serialport] version = "4.2"