rabbitizer 1.16.0

MIPS instruction decoder
Documentation
# 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"
rust-version = "1.66.0"
name = "rabbitizer"
version = "1.16.0"
authors = ["Anghelo Carvajal <angheloalf95@gmail.com>"]
build = "rust/build.rs"
include = [
    "/rust/src",
    "/rust/build.rs",
    "/src",
    "/include",
    "/tables",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MIPS instruction decoder"
readme = "README.md"
keywords = [
    "MIPS",
    "decoder",
]
license-file = "LICENSE"
repository = "https://github.com/Decompollaborate/rabbitizer"

[lib]
name = "rabbitizer"
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"