# 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 = "ola" version = "0.1.0" authors = ["Jared Beller "] include = [ "build.rs", "/src/**/*.rs", "/ola/common/protocol/Ola.proto", "ola/common/rpc/Rpc.proto", "README.md", "LICENSE", ] description = "Unofficial Rust client for the Open Lighting Architecture" documentation = "https://docs.rs/ola" readme = "README.md" keywords = [ "dmx", "lighting", ] categories = ["api-bindings"] license = "LGPL-2.1-or-later" repository = "https://github.com/jbellerb/libola-rs" [dependencies.bytes] version = "1" [dependencies.prost] version = "0.11" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "io-util", "net", "time", ] optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [build-dependencies.proc-macro2] version = "1" [build-dependencies.prost-build] version = "0.11" [build-dependencies.quote] version = "1" [features] tokio = ["dep:tokio"]