# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "drogue-ajour-protocol" version = "0.6.0" authors = ["Ulf Lilleengen "] description = "A firmware update protocol designed for embedded devices" homepage = "https://drogue.io" readme = "../README.md" keywords = [ "dfu", "firmware", "ota", "embedded", "no_std", ] license = "Apache-2.0" repository = "https://github.com/drogue-iot/drogue-ajour" resolver = "2" [dependencies.defmt] version = "0.3" optional = true [dependencies.serde] version = "1" features = ["derive"] default-features = false [dev-dependencies.serde_cbor] version = "0.11" features = ["std"] [features] defmt = ["dep:defmt"]