[package] name = "tesla-auth-callback-watcher" version = "1.0.1" edition = "2021" license = "Apache-2.0" description = "Auth callback watcher for tesla-charge-controller" authors = ["Alex Janka"] [package.metadata.deb] maintainer-scripts = "packaging/service/" systemd-units = { enable = false } depends = "" assets = [["target/release/tesla-auth-callback-watcher", "usr/bin/", "755"]] [dependencies] rocket = "0.5.0" log = "0.4.20" env_logger = "0.11.1" rand = "0.8" lazy_static = "1.4" reqwest = { version = "0.12.4", features = ["json"] } alex-utils = { git = "https://git.alexjanka.com/alex/alex-utils" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" tesla-common = { git = "https://git.alexjanka.com/alex/tesla-common" } chrono = "0.4"