# 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 = "at51" version = "1.1.1" authors = ["8051Enthusiast"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Some applications for reverse engineering 8051 firmware" readme = "README.md" keywords = [ "reverse-engineering", "8051", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/8051Enthusiast/at51" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "at51" path = "src/main.rs" [dependencies.ar] version = "0.9" [dependencies.bitflags] version = "2.6" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.nom] version = "7.1" [dependencies.num-traits] version = "^0.2" [dependencies.rustfft] version = "6.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.hex] version = "~0.4.0"