# 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 = "2018" name = "yaxpeax-x86" version = "2.0.0" authors = ["iximeow "] description = "x86 decoders for the yaxpeax project" readme = "README.md" license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-x86/" [profile.bench] opt-level = 3 lto = true [profile.release] opt-level = 3 lto = true [[test]] name = "test" path = "test/test.rs" [[bench]] name = "bench" path = "test/bench.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.yaxpeax-arch] version = "0.3.1" features = [] default-features = false [dev-dependencies.rand] version = "0.8.4" [features] alloc = ["yaxpeax-arch/alloc"] capstone_bench = [] colors = ["yaxpeax-arch/colors"] default = [ "std", "colors", "use-serde", "fmt", ] fmt = [] profiling = [] std = [ "alloc", "yaxpeax-arch/std", ] use-serde = [ "yaxpeax-arch/use-serde", "serde", "serde_derive", ]