# 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 = "ispm-wrapper" version = "0.1.1" authors = ["Rowan Hart "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wrappers for IntelĀ® SimicsĀ® Package Manager commands" homepage = "https://github.com/intel/simulator-bindings" documentation = "https://intel.github.io/simulator-bindings/crates/ispm_wrapper/" 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 = "ispm_wrapper" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.command-ext] version = "0.1.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.typed-builder] version = "0.20.0" [dependencies.versions] version = "6.2.0" features = ["serde"]