# 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_mod_osc" version = "0.2.0" authors = ["Fumiya Funatsu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OSC plugin for Bevy engine" readme = "README.md" keywords = ["osc"] license = "WTFPL" repository = "https://github.com/funatsufumiya/bevy_mod_osc" [lib] name = "bevy_mod_osc" path = "src/lib.rs" [[example]] name = "osc_receiver" path = "examples/osc_receiver.rs" [[example]] name = "osc_receiver_ipv6" path = "examples/osc_receiver_ipv6.rs" [[example]] name = "osc_sender_ipv6" path = "examples/osc_sender_ipv6.rs" [[example]] name = "osc_sender_more" path = "examples/osc_sender_more.rs" [[example]] name = "osc_sender_simple" path = "examples/osc_sender_simple.rs" [dependencies.async-std] version = "1.13.0" [dependencies.bevy] version = "0.14" features = ["bevy_asset"] default-features = false [dependencies.bevy_async_task] version = "0.2" [dependencies.chrono] version = "0.4.19" [dependencies.lazy_static] version = "1.5.0" [dependencies.rosc] version = "~0.10" [dev-dependencies]