# 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] name = "yaxpeax-msp430" version = "0.2.0" authors = ["iximeow "] description = "msp430 decoders for the yaxpeax project" license = "0BSD" repository = "http://git.iximeow.net/yaxpeax-msp430/" [[test]] name = "test" path = "test/test.rs" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.yaxpeax-arch] version = "0.3.1" features = [] default-features = false [features] default = [] use-serde = [ "serde", "serde_derive", ]