# 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 = "dxclparser" version = "1.0.1" authors = ["Max "] description = "A regex-based parser for the telnet interface provided by a DX cluster" readme = "README.md" keywords = [ "ham", "ham-radio", "dxcluster", "cluster", ] license = "MPL-2.0" repository = "https://github.com/koarlchen/dxclparser.git" resolver = "2" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.34"