# 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 = "taptap" version = "0.1.1" authors = ["Will Glynn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the Tigo TAP protocol" readme = "README.md" keywords = ["solar"] license = "MIT" repository = "https://github.com/willglynn/taptap" [lib] name = "taptap" path = "src/lib.rs" [[bin]] name = "taptap" path = "src/main.rs" required-features = [ "clap", "env_logger", ] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.13" features = ["derive"] optional = true [dependencies.env_logger] version = "0.11.5" optional = true [dependencies.flate2] version = "1.0" [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.22" [dependencies.schemars] version = "1.0.0-alpha.2" features = ["chrono04"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serialport] version = "4.4" optional = true [dependencies.thiserror] version = "1.0" [dependencies.zerocopy] version = "0.8.0-alpha.16" features = ["derive"] [features] default = [ "serialport", "clap", "env_logger", ]