[package]
name = "esp-ota"
version = "0.2.2"
authors = ["Linus Färnstrand <faern@faern.net>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/faern/esp-ota"
edition = "2021"
description = """
Easy OTA updates for ESP32 chips using only safe Rust. Transport agnostic.
"""
keywords = ["esp", "esp32", "ota", "update", "flash"]
categories = ["embedded", "api-bindings"]
[dependencies]
esp-idf-sys = { version = "0.36.0" }
log = { version = "0.4", optional = true }
[build-dependencies]
embuild = "0.33"