simics-python-utils 0.2.2

Python environment detection utilities for Intel® Simics® Simulator
Documentation
# 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-python-utils"
version = "0.2.2"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python environment detection utilities for Intel® Simics® Simulator"
homepage = "https://github.com/intel/simulator-bindings"
documentation = "https://intel.github.io/simulator-bindings/crates/simics_python_utils/"
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_python_utils"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.88"

[dependencies.ispm-wrapper]
version = "0.2.2"

[dependencies.versions]
version = "6.3.2"

[dev-dependencies.tempfile]
version = "3.12.0"