# 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 = "knx-rust" version = "0.0.1" authors = ["Melchior Moos "] exclude = [".github"] description = "KNX Library" readme = "README.md" keywords = [ "KNX", "Network", "SmartHome", "protocol", "network", ] categories = [ "network-programming", "encoding", "embedded", ] license = "LGPL-3.0-only" repository = "https://github.com/memoos/knx-rust" [dependencies.byteorder] version = "1.3.2" default-features = false [dependencies.strum_macros] version = "0.26.2" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.mio] version = "0.8.11" features = [ "net", "os-poll", "os-ext", ] [dev-dependencies.tokio] version = "1" features = [ "time", "net", "rt", "macros", "sync", ]