# 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 = "oscq_rs" version = "0.0.3" authors = ["Oliver Walter "] description = "OSCQuery implementation to provide discovery of OSC endpoints over network" homepage = "https://github.com/revilo196/oscq_rs" documentation = "https://docs.rs/oscq_rs" readme = "README.md" keywords = [ "osc", "oscquery", "creative-coding", ] license = "MIT" repository = "https://github.com/revilo196/oscq_rs" [dependencies.hyper] version = "1.0.0-rc.4" features = ["full"] [dependencies.pin-project-lite] version = "0.2.12" [dependencies.rosc] version = "0.10.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.serde_repr] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.zeroconf] version = "0.10.5"