m5-sys 0.1.0

Low-level bindings for the m5 utility from the gem5 simulator.
# 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 = "2024"
name = "m5-sys"
version = "0.1.0"
build = "build.rs"
links = "m5"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings for the m5 utility from the gem5 simulator."
readme = "README.md"
license = "GPL-3.0-or-later"

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

[dependencies]

[build-dependencies.bindgen]
version = "0.71"

[build-dependencies.cc]
version = "1.2"

[build-dependencies.flate2]
version = "1.1"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.ureq]
version = "3"