# 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 = "dapnet-api" version = "0.3.0" description = "Client for the DAPNET amateur paging network API" homepage = "https://github.com/DanNixon/dapnet-api-rust" readme = "README.md" keywords = [ "amateur-radio", "dapnet", "ham-radio", "pocsag", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/DanNixon/dapnet-api-rust" [dependencies.chrono] version = "0.4.20" features = ["serde"] [dependencies.derive_builder] version = "0.20.0" [dependencies.reqwest] version = "0.12.2" features = [ "rustls-tls", "json", ] default-features = false [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.thiserror] version = "1.0.59" [dependencies.url] version = "2.5.0" [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ]