# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lay-mitouosc" version = "0.1.3" authors = ["gyu-don "] publish = true description = "OSC communication library and binary for MITOU project" license = "Apache-2.0" [[bin]] name = "gk-server" required-features = ["server-binary"] [[bin]] name = "steane-gk-server" required-features = ["server-binary"] [[bin]] name = "steane-osc-server" required-features = ["server-binary"] [dependencies.anyhow] version = "1.0.34" [dependencies.env_logger] version = "0.8.2" [dependencies.lay] version = "0.1.0" [dependencies.lay-simulator-gk] version = "0.1.0" optional = true [dependencies.lay-steane] version = "0.1.1" optional = true [dependencies.log] version = "0.4.11" [dependencies.rosc] version = "0.4.2" [dependencies.thiserror] version = "1.0.22" [dependencies.tokio] version = "0.3.4" features = ["full"] [features] server-binary = ["lay-steane", "lay-simulator-gk"]