# 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" name = "cargo-simics-build" version = "0.1.1" authors = ["Rowan Hart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build utility for IntelĀ® SimicsĀ® Simulator modules" homepage = "https://github.com/intel/simulator-bindings" documentation = "https://intel.github.io/simulator-bindings/crates/cargo_simics_build/" readme = "README.md" keywords = [ "simics", "simulator", "intel", "x86", "modeling", ] categories = [ "simulation", "virtualization", "hardware-support", "api-bindings", "emulators", ] license = "Apache-2.0" repository = "https://github.com/intel/simulator-bindings" [lib] name = "cargo_simics_build" path = "src/lib.rs" [[bin]] name = "cargo-simics-build" path = "src/main.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.artifact-dependency] version = "0.1.7" [dependencies.cargo-subcommand] version = "0.12.0" features = ["clap"] [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.command-ext] version = "0.1.2" [dependencies.ispm-wrapper] version = "0.1.1" [dependencies.itertools] version = "0.13.0" [dependencies.simics-package] version = "0.1.1" [dependencies.simics-sign] version = "0.1.1" [dependencies.thiserror] version = "1.0.63"