# 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 = "cargo-miden" version = "0.0.7" authors = ["Miden contributors"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo extension to build Miden projects" 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 = "cargo_miden" path = "src/lib.rs" [[bin]] name = "cargo-miden" path = "src/main.rs" [[test]] name = "integration" path = "tests/mod.rs" [dependencies.anyhow] version = "1.0" [dependencies.cargo-component] version = "0.16" [dependencies.cargo-component-core] version = "0.16" [dependencies.cargo-generate] version = "0.22" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.1" features = [ "derive", "std", "env", "help", ] default-features = false [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.midenc-compile] version = "0.0.7" [dependencies.midenc-session] version = "0.0.7" [dependencies.parse_arg] version = "0.1.4" [dependencies.path-absolutize] version = "3.1.1" [dependencies.semver] version = "1.0.20" [dev-dependencies]