rustv32i/rvdc/Cargo.toml
2025-04-13 16:17:29 +02:00

19 lines
467 B
TOML

[package]
name = "rvdc"
version = "0.1.1"
description = "RISC-V instruction decoder"
repository = "https://github.com/Noratrieb/rustv32i"
edition = "2024"
keywords = ["risc-v", "riscv", "decoder", "instruction", "parser"]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
[dependencies]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }
[dev-dependencies]
object = "0.36.7"
rayon = "1.10.0"
tempfile = "3.19.1"