miden-stdlib-sys 0.10.0

Low-level Rust bindings for the Miden standard library
Documentation
# 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.92"
name = "miden-stdlib-sys"
version = "0.10.0"
authors = ["Miden contributors"]
build = "build.rs"
links = "miden_stdlib_sys_stubs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Rust bindings for the Miden standard library"
readme = "README.md"
keywords = [
    "compiler",
    "miden",
]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/0xMiden/compiler"
resolver = "2"

[features]
default = []

[lib]
name = "miden_stdlib_sys"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.miden-field]
version = "0.10.0"