# 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 = "nrfdfu" version = "0.1.3" authors = [ "Lotte Steenbrink ", "Jonas Schievink ", ] description = "A flashing tool for the nRF bootloader" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ferrous-systems/nrfdfu-rs" [dependencies.byteorder] version = "1.4.3" [dependencies.crc32fast] version = "1.2.1" [dependencies.env_logger] version = "0.9.0" features = [ "termcolor", "atty", ] default-features = false [dependencies.leb128] version = "0.2.4" [dependencies.log] version = "0.4.14" [dependencies.object] version = "0.25.3" features = [ "elf", "read_core", "std", ] default-features = false [dependencies.serialport] version = "4.0.2" package = "ferrous-serialport" [dependencies.sha2] version = "0.9.3" [dev-dependencies.expect-test] version = "1"