# 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" version = "2.0.21" authors = ["Erik Fleckstein "] exclude = [ "examples/*", "readme.txt", ] description = "Rust API bindings for https://www.tinkerforge.com Bricks and Bricklets." homepage = "https://tinkerforge.com" readme = "readme.md" keywords = [ "api", "tinkerforge", "bindings", ] categories = ["api-bindings"] license = "CC0-1.0 OR MIT OR Apache-2.0" repository = "https://github.com/Tinkerforge/generators" [dependencies.byteorder] version = "^1.2" [dependencies.hmac] version = "^0.11" [dependencies.rand] version = "^0.8" [dependencies.rand_chacha] version = "^0.3" [dependencies.sha-1] version = "^0.9" [features] fail-on-warnings = []