# 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] rust-version = "1.60.0" name = "aprs-parser" version = "0.4.2" authors = ["Tobias Bieniek "] exclude = [ ".gitignore", ".travis.yml", ] description = "APRS message parser for Rust" homepage = "https://github.com/Turbo87/aprs-parser-rs/" readme = "README.md" keywords = [ "aprs", "parser", "ogn", ] license = "MIT/Apache-2.0" repository = "https://github.com/Turbo87/aprs-parser-rs.git" [dependencies.thiserror] version = "1.0.57" [dev-dependencies.approx] version = "0.5.1"