# 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 = "hid-io-client" version = "0.1.3" authors = ["Jacob Alexander "] description = """ HID-IO Client library for hid-io-core. """ homepage = "https://github.com/hid-io/hid-io-core" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hid-io/hid-io-core" [lib] name = "hid_io_client" [dependencies.capnp] version = "0.14" [dependencies.capnp-rpc] version = "0.14" [dependencies.futures] version = "0.3" [dependencies.hid-io-core] version = "^0.1.4" features = ["api"] default-features = false [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.20" features = ["dangerous_configuration"] [dependencies.tokio] version = "1.18" features = [ "net", "rt-multi-thread", "macros", "sync", "time", ] [dependencies.tokio-rustls] version = "0.23" [dependencies.tokio-util] version = "0.7" features = ["compat"] [dev-dependencies.clap] version = "3.1"