# 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 = "dxcllistener" version = "1.0.3" authors = ["Max "] description = "A listener to listen for new spots from a DX cluster" readme = "README.md" keywords = [ "ham", "ham-radio", "dxcluster", "cluster", ] license = "MPL-2.0" repository = "https://github.com/koarlchen/dxcllistener.git" [dependencies.socket2] version = "0.5.4" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.33.0" features = [ "time", "rt", "net", "sync", "io-util", "macros", ] [dev-dependencies.tokio] version = "1.33.0" features = [ "signal", "rt-multi-thread", ]