# 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_osc" version = "0.6.0" authors = ["Black Phlox "] exclude = [".github/*"] description = "Send and receive OSC data to and from bevy and other programs or controllers." documentation = "https://docs.rs/bevy_osc" readme = "README.md" keywords = [ "gamedev", "bevy", "osc", "encoding", "control", ] categories = [ "game-development", "game-engines", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BlackPhlox/bevy_osc" [lib] name = "bevy_osc" [dependencies.bevy] version = "0.14" default-features = false [dependencies.nannou_osc] version = "0.19.0" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_render", "bevy_winit", ] default-features = false [target."cfg(target_os = \"linux\")".dev-dependencies.bevy] version = "0.14" features = [ "x11", "wayland", ] default-features = false