[build-dependencies.miden-assembly]
version = "0.10.3"
[dependencies.miden-assembly]
version = "0.10.3"
[dependencies.miden-stdlib-sys]
optional = true
version = "0.0.2"
[features]
bindings = ["dep:miden-stdlib-sys"]
default = []
masl-lib = []
[lib]
name = "miden_base_sys"
path = "src/lib.rs"
[package]
authors = ["Miden contributors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["compilers"]
description = "Miden rollup Rust bingings and MASM library"
documentation = "https://github.com/0xPolygonMiden/compiler"
edition = "2021"
homepage = "https://github.com/0xPolygonMiden/compiler"
keywords = ["compiler", "miden"]
license = "MIT"
name = "miden-base-sys"
readme = "README.md"
repository = "https://github.com/0xPolygonMiden/compiler"
rust-version = "1.78"
version = "0.0.2"