# 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 = "yaxpeax-arch" version = "0.3.2" authors = ["iximeow "] description = "fundamental traits to describe an architecture in the yaxpeax project" readme = "README.md" keywords = [ "disassembly", "disassembler", ] license = "0BSD" repository = "https://git.iximeow.net/yaxpeax-arch/" [profile.release] lto = true [dependencies.crossterm] version = "0.27.0" optional = true [dependencies.num-traits] version = "0.2" default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dev-dependencies.anyhow] version = "1.0.41" [dev-dependencies.thiserror] version = "1.0.26" [features] address-parse = [] alloc = [] color-new = [] colors = ["crossterm"] default = [ "std", "alloc", "use-serde", "color-new", "address-parse", ] std = ["alloc"] use-serde = [ "serde", "serde_derive", ]