# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "luftpost" version = "1.0.0" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"] description = "Watches luftdaten.info particulates sensors and sends E-Mails if measurements exceed thresholds" readme = "README.md" keywords = ["luftdaten", "E-Mail"] license = "MIT" repository = "https://github.com/lukaspustina/luftpost" [[bin]] name = "luftpost" path = "src/main.rs" [dependencies.tabwriter] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.futures] version = "0.1" [dependencies.serde] version = "1.0" [dependencies.hyper] version = "0.11" [dependencies.clap] version = "2" [dependencies.toml] version = "0.4" [dependencies.serde_derive] version = "1.0" [dependencies.tokio-core] version = "0.1" [dependencies.error-chain] version = "0.11.0-rc.2" [dependencies.handlebars] version = "0.27" [dependencies.lettre] version = "0.6" [dev-dependencies.mktemp] version = "0.3" [dev-dependencies.pretty_assertions] version = "0.1" [badges.appveyor] branch = "master" repository = "lukaspustina/luftpost" [badges.travis-ci] repository = "lukaspustina/luftpost" branch = "master"