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