# 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 = "elf2tab" version = "0.12.0" authors = ["Tock Project Developers "] description = "Compiles from ELF to TAB (a Tock Application Bundle using the Tock Binary Format)" readme = "README.md" keywords = [ "elf", "code", "tock", "compile", ] license = "MIT" repository = "https://github.com/tock/elf2tab" [[bin]] name = "elf2tab" path = "src/main.rs" [dependencies.chrono] version = "0.4.26" features = [ "clock", "std", ] default-features = false [dependencies.clap] version = "4.3.17" features = [ "derive", "color", "wrap_help", ] [dependencies.clap-num] version = "1.0.2" [dependencies.elf] version = "0.7.2" [dependencies.ring] version = "0.16.20" [dependencies.sha2] version = "0.10.7" [dependencies.tar] version = "0.4.39"