# 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 = "gwmp-mux" version = "0.11.0" authors = ["Louis Thiery "] description = "Multiplexer for Semtech's GWMP over UDP" readme = "README.md" keywords = [ "lorawan", "iot", "lpwan", "semtech", "gwmp", ] license = "Apache-2.0" repository = "https://github.com/helium/gwmp-mux" [dependencies.semtech-udp] version = ">=0.11" features = [ "server", "client", ] [dependencies.slog] version = "2" [dependencies.slog-async] version = "2" [dependencies.slog-scope] version = "4" [dependencies.slog-stdlog] version = "4" [dependencies.slog-syslog] version = "0" [dependencies.slog-term] version = "2" [dependencies.structopt] version = "0.3.2" default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "io-util", "signal", "io-std", ] [dependencies.triggered] version = "0"