riscfetch-core 2.1.0

RISC-V system information library - ISA extensions, hart count, hardware IDs
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sysinfo]
version = "0.31"

[lib]
name = "riscfetch_core"
path = "src/lib.rs"

[package]
authors = ["kako-jun"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["hardware-support", "os"]
description = "RISC-V system information library - ISA extensions, hart count, hardware IDs"
edition = "2021"
keywords = ["risc-v", "system-info", "hardware", "isa"]
license = "MIT"
name = "riscfetch-core"
readme = "README.md"
repository = "https://github.com/kako-jun/riscfetch"
version = "2.1.0"