# 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-superh" version = "1.0.0" authors = ["наб ", "iximeow ", "Noa"] description = "SuperH decoders for yaxpeax" documentation = "https://srhtcdn.githack.com/~nabijaczleweli/yaxpeax-superh/blob/doc/yaxpeax_superh/index.html" readme = "README.md" keywords = ["disassembler", "superh", "sh4", "sh2", "j-core"] categories = ["no-std", "parser-implementations"] license = "MIT" repository = "https://git.sr.ht/~nabijaczleweli/yaxpeax-superh" [dependencies.bitflags] version = "1.3" [dependencies.yaxpeax-arch] version = "0.2.4" optional = true default-features = false [features] default = ["yaxpeax", "std"] std = ["yaxpeax-arch/std"] yaxpeax = ["yaxpeax-arch"]