# 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" rust-version = "1.61" name = "decodetree" version = "0.4.7" authors = ["Denis Drakhnia "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Decodetree parser and generator" readme = "README.md" keywords = [ "disassembler", "decodetree", ] license = "LGPL-3.0-only" repository = "https://github.com/numas13/decodetree" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" [lib] name = "decodetree" path = "src/lib.rs" [[example]] name = "parse" path = "examples/parse.rs" [dependencies.nom] version = "7" [dependencies.nom_locate] version = "4" [features] default = [] gen = ["raw"] raw = []