# 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 = "simics-package" version = "0.1.1" authors = ["Rowan Hart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "IntelĀ® SimicsĀ® Simulator module packaging tools" homepage = "https://github.com/intel/simulator-bindings" documentation = "https://intel.github.io/simulator-bindings/crates/simics_package/" 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 = "simics_package" path = "src/lib.rs" [dependencies.artifact-dependency] version = "0.1.7" [dependencies.cargo-subcommand] version = "0.12.0" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.command-ext] version = "0.1.2" [dependencies.flate2] version = "1.0.33" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34+deprecated" [dependencies.tar] version = "0.4.41" [dependencies.thiserror] version = "1.0.63" [dependencies.typed-builder] version = "0.20.0" [dependencies.walkdir] version = "2.5.0" [target."cfg(unix)".dependencies.libc] version = "0.2.158"