# 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 = "espota-server" version = "0.3.0" authors = ["Stavros Korokithakis "] description = "espota-server serves firmware for flashing with the ESP8266 Arduino updater or NoFUSS." homepage = "https://gitlab.com/stavros/espota-server" license = "MIT" [dependencies.clap] version = "2.19.2" [dependencies.iron] version = "0.6.0" [dependencies.mount] version = "0.4.0" [dependencies.regex] version = "0.1.80" [dependencies.staticfile] version = "0.5.0" [dependencies.version-compare] version = "0.0.8" [badges.gitlab] branch = "master" repository = "stavros/espota-server"