nosv-sys 0.1.0

Low-level Rust FFI bindings to the nOS-V runtime API
# 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"
rust-version = "1.85"
name = "nosv-sys"
version = "0.1.0"
build = "build.rs"
links = "nosv"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Rust FFI bindings to the nOS-V runtime API"
documentation = "https://docs.rs/nosv-sys"
readme = "README.md"
keywords = [
    "nosv",
    "ffi",
    "runtime",
    "concurrency",
]
categories = [
    "concurrency",
    "external-ffi-bindings",
]
license = "GPL-3.0-only"

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

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

[build-dependencies.pkg-config]
version = "0.3.33"