# 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 = "aprsproxy" version = "0.3.5" authors = ["Michael BD7MQB "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "A simply APRS-IS proxy tool" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/lazywalker/aprsproxy" resolver = "2" [profile.bench] debug = 1 [profile.dev] panic = "abort" [profile.minimal] opt-level = "z" lto = true codegen-units = 1 inherits = "release" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.9" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" default-features = false [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = [ "net", "macros", ] [dependencies.trust-dns-resolver] version = "0.21" [dev-dependencies.tokio-test] version = "0.4"