# 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 = "octo-influx" version = "0.1.1" authors = ["Andrew Walbran "] description = "A tool to import smart metering data from the Octopus Energy API into InfluxDB." keywords = [ "octopus", "energy", "influxdb", "smart-meter", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/qwandor/octopower" [package.metadata.deb] depends = "libc6, libssl1.1, libgcc1" section = "net" maintainer-scripts = "debian-scripts" conf-files = ["/etc/octo-influx.toml"] assets = [ [ "target/release/octo-influx", "usr/bin/", "755", ], [ "octo-influx.example.toml", "etc/octo-influx.toml", "640", ], [ "README.md", "usr/share/doc/octo-influx/", "644", ], ] [package.metadata.deb.systemd-units] [dependencies.eyre] version = "0.6.8" [dependencies.influx_db_client] version = "0.5.1" features = ["rustls-tls"] default-features = false [dependencies.log] version = "0.4.17" [dependencies.octopower] version = "0.2.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.139" [dependencies.tokio] version = "1.20.0" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.toml] version = "0.5.9" [dependencies.url] version = "2.2.2" features = ["serde"]