# 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 = "c8488" version = "0.1.1" authors = ["Robert Jördens "] description = "PC weather station (Bresser 5-in-1, 6-in-1 PC and other CCLEL C8488 clones) to Influxdb logger" homepage = "https://github.com/jordens/c8488" documentation = "https://docs.rs/c8488" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jordens/c8488.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0.65" [dependencies.chrono] version = "0.4.22" [dependencies.env_logger] version = "0.9.1" [dependencies.log] version = "0.4.17" features = [ "max_level_debug", "release_max_level_off", ] [dependencies.pico-args] version = "0.5.0" [dependencies.thiserror] version = "1.0.37"