# 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 = "smda" version = "0.2.11" authors = [ "Marirs ", "Andrey Mnatsakanov ", ] build = false include = [ "assets", "src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "SMDA is a minimalist recursive disassembler library." homepage = "https://github.com/marirs/smda-rs" readme = "README.md" keywords = [ "smda", "disassembler", "cfg", "capstone", ] categories = [ "parsing", "development-tools::debugging", ] license-file = "LICENSE" repository = "https://github.com/marirs/smda-rs" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "smda" path = "src/lib.rs" [dependencies.capstone] version = "0.12.0" [dependencies.data-encoding] version = "2.6.0" [dependencies.goblin] version = "0.9.1" features = ["alloc"] [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1" [dependencies.maplit] version = "1.0.2" [dependencies.regex] version = "1" [dependencies.ring] version = "0.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1"