# 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.5" authors = ["Denis Drakhnia "] 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" [dependencies.nom] version = "7" [dependencies.nom_locate] version = "4" [features] default = [] gen = ["raw"] raw = []