miden-stdlib-sys 0.13.0

Low-level Rust bindings for the Miden standard library
Documentation
[package]
name = "miden-stdlib-sys"
description = "Low-level Rust bindings for the Miden standard library"
version = "0.13.0"
rust-version.workspace = true
authors.workspace = true
repository.workspace = true
categories.workspace = true
keywords.workspace = true
license.workspace = true
readme.workspace = true
edition.workspace = true
build = "build.rs"
links = "miden_stdlib_sys_stubs"

[lib]
crate-type = ["rlib"]
test = false
doctest = false

[dependencies]
miden-field = { workspace = true, default-features = false }

[features]
default = []

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
additional-targets = ["wasm32-unknown-unknown", "wasm32-wasip1", "wasm32-wasip2"]

[package.metadata.cargo-shear]
ignored-paths = ["stubs/*.rs"]