# 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 = "rabbitizer" version = "1.12.0" authors = ["Anghelo Carvajal "] build = "rust/build.rs" include = [ "/rust/src", "/rust/build.rs", "/src", "/include", "/tables", ] description = "MIPS instruction decoder" readme = "README.md" keywords = [ "MIPS", "decoder", ] license-file = "LICENSE" repository = "https://github.com/Decompollaborate/rabbitizer" [lib] path = "rust/src/lib.rs" [dependencies.num_enum] version = "0.5.7" [build-dependencies.cc] version = "1.0.78" [build-dependencies.glob] version = "0.3.0"