# 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 = "2018" name = "nrf_dfu" version = "2.0.1" authors = ["Robby Madruga "] description = "A library to help build an nRF bootloader" keywords = ["nrf", "dfu", "nordic", "bootloader", "secure"] license = "MIT" repository = "https://github.com/robbym/nrf_dfu" [dependencies.bincode] version = "1.3.1" [dependencies.crc] version = "1.8.1" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_json] version = "1.0.60" [dependencies.serde_repr] version = "0.1" [dependencies.zip] version = "0.5.9"