# 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] edition = "2018" name = "normally-closed" version = "0.2.0" authors = ["Jake Wharton "] exclude = [".github/**", "images/*.jpg"] description = "Open and close your garage door with a Raspberry Pi" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/JakeWharton/NormallyCLosed/" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.rppal] version = "0.12" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"] default-features = false [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dependencies.warp] version = "0.3" default-features = false [features] default = ["rpi"] rpi = ["rppal"]