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