# 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_rosc" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Send and receive OSC messages in bevy" readme = "README.md" keywords = [ "bevy", "osc", "rosc", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/DrLuke/bevy_rosc" [lib] name = "bevy_rosc" path = "src/lib.rs" [[example]] name = "custom_osc_method" path = "examples/custom_osc_method.rs" [[example]] name = "udp_server" path = "examples/udp_server.rs" [[example]] name = "plugin" path = "examples/plugin.rs" [[example]] name = "basic" path = "examples/basic.rs" [[test]] name = "osc_dispatcher_test" path = "tests/osc_dispatcher_test.rs" [dependencies.bevy] version = "0.13" features = [] default-features = false [dependencies.rosc] version = "0.9.1" [dev-dependencies.bevy] version = "0.13.2" features = []