# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "yaxpeax-core" version = "0.0.4-vw-tweaks" authors = ["iximeow "] description = "program analysis for machine code" license = "0BSD" repository = "https://github.com/iximeow/yaxpeax-core/tree/vw-tweaks-ii" [profile.release] lto = true [dependencies.goblin] version = "0.0.20" [dependencies.nix] version = "0.12.0" [dependencies.num-traits] version = "0.2" [dependencies.petgraph] version = "0.4.13" [dependencies.proc-maps] version = "0.1.5" [dependencies.serde] version = "1.0" features = ["rc"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.siphasher] version = "0.3.0" [dependencies.smallvec] version = "1.2.0" [dependencies.termion] version = "1.5.2" [dependencies.termios] version = "0.2.2" [dependencies.tracing] version = "0.1.11" [dependencies.yaxpeax-arch] version = "0.2.4" features = ["use-serde"] [dependencies.yaxpeax-arm] version = "0.1.0" features = ["use-serde"] [dependencies.yaxpeax-msp430] version = "0.1.0" features = ["use-serde"] [dependencies.yaxpeax-pic17] version = "0.1.1" features = ["use-serde"] [dependencies.yaxpeax-pic18] version = "0.1.1" features = ["use-serde"] [dependencies.yaxpeax-x86] version = "1.0.4" features = ["use-serde"]