mosmix 0.1.0

Contains a database of all mosmix weather-stations.
# 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 = "mosmix"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contains a database of all mosmix weather-stations."
readme = "readme.md"
keywords = [
    "cli",
    "tool",
    "utility",
    "mosmix",
    "dwd",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/stefc/mosmix"

[lib]
name = "mosmix"
path = "src/lib.rs"

[[bin]]
name = "mosmix"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.45"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.protobuf]
version = "3.7.2"

[build-dependencies.protobuf-codegen]
version = "3.7.2"