# 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" version = "0.1.2" authors = ["Rowan Hart "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "IntelĀ® SimicsĀ® Simulator bindings in high level, idiomatic Rust" homepage = "https://github.com/intel/simulator-bindings/" documentation = "https://intel.github.io/simulator-bindings/crates/simics/" 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" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.ordered-float] version = "4.2.2" [dependencies.paste] version = "1.0.15" [dependencies.raw-cstr] version = "0.1.4" [dependencies.regex] version = "1.10.6" [dependencies.simics-api-sys] version = "0.1.2" [dependencies.simics-macro] version = "0.1.1" [dependencies.thiserror] version = "1.0.63" [dependencies.typed-builder] version = "0.20.0" [dependencies.versions] version = "6.2.0" features = ["serde"] [dependencies.walkdir] version = "2.5.0" [build-dependencies.anyhow] version = "1.0.88" [build-dependencies.darling] version = "0.20.10" [build-dependencies.prettyplease] version = "0.2.22" [build-dependencies.proc-macro2] version = "1.0.86" [build-dependencies.quote] version = "1.0.37" [build-dependencies.simics-api-sys] version = "0.1.2" [build-dependencies.simics-build-utils] version = "0.1.1" [build-dependencies.simics-macro] version = "0.1.1" [build-dependencies.syn] version = "2.0.77" [build-dependencies.versions] version = "6.3.2" [features] default = [ "link", "global-allocator", ] global-allocator = [] link = ["simics-api-sys/link"]