# 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 = "smali_disassembler" version = "0.1.2" authors = ["Daniel Bartov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "smali disassembler written fully in Rust" readme = "README.md" license = "MIT" [lib] name = "smali_disassembler" path = "src/lib.rs" [[bin]] name = "smali_disassembler" path = "src/main.rs" [[example]] name = "idk" path = "examples/idk.rs" [[example]] name = "nopnopnop" path = "examples/nopnopnop.rs" [[test]] name = "simple_parse" path = "tests/simple_parse.rs" [dependencies.dex] version = "0.5.0" [dependencies.zip] version = "2.2.0" [dev-dependencies.dex] version = "0.5.0" [dev-dependencies.zip] version = "2.2.0"