# 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 = "2018" name = "tinkerforge-async" version = "0.0.6" authors = [ "Erik Fleckstein ", "Andreas König ", ] exclude = [ "examples/*", "readme.txt", ] description = "Async Rust API bindings for https://www.tinkerforge.com Bricks and Bricklets, based on Version: 2.0.20" homepage = "https://tinkerforge.com" readme = "readme.md" keywords = [ "api", "tinkerforge", "bindings", "tokio", ] categories = ["api-bindings"] license = "CC0-1.0 OR MIT OR Apache-2.0" repository = "https://github.com/koa/generators" [dependencies.byteorder] version = "1.5.0" [dependencies.const-str] version = "0.5.6" [dependencies.futures-core] version = "0.3.28" [dependencies.hmac] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.20" [dependencies.prometheus] version = "0.13.3" optional = true [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.serde] version = "1.0.196" optional = true [dependencies.sha-1] version = "0.10.1" [dependencies.socket2] version = "0.5.5" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.33.0" features = [ "net", "io-util", "rt-multi-thread", "macros", "sync", ] [dependencies.tokio-stream] version = "0.1.14" features = ["sync"] [features] fail-on-warnings = [] prometheus = [ "dep:prometheus", "dep:lazy_static", ]