# 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 = "2018" name = "yngvi" version = "0.2.1" authors = ["deebloo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read, calculate and write weather data" documentation = "https://docs.rs/yngvi/0.2.0" readme = "README.md" license = "MIT" repository = "https://github.com/deebloo/yngvi" [lib] name = "yngvi" path = "src/lib.rs" [[bin]] name = "yngvi" path = "src/main.rs" required-features = ["standalone"] [[test]] name = "display" path = "tests/display.rs" [[test]] name = "error_writer" path = "tests/error_writer.rs" [[test]] name = "rewrite" path = "tests/rewrite.rs" [[test]] name = "rtl_433" path = "tests/rtl_433.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.chrono] version = "0.4.34" features = ["serde"] [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.hidapi] version = "2.6.1" optional = true [dependencies.metrum] version = "0.5.0" features = ["serde"] [dependencies.reqwest] version = "0.12.3" optional = true [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.tokio] version = "1.37.0" features = ["full"] optional = true [dev-dependencies] [features] display = ["dep:hidapi"] influxdb = ["dep:reqwest"] rtl_433 = [] standalone = [ "dep:dotenv", "dep:tokio", "display", "influxdb", "rtl_433", ]