simics-macro 0.2.3

Proc macros for building Intel® Simics® Simulator modules
# 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-macro"
version = "0.2.3"
authors = ["Rowan Hart <rowan.hart@intel.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macros for building Intel® Simics® Simulator modules"
homepage = "https://github.com/intel/simulator-bindings"
documentation = "https://intel.github.io/simulator-bindings/crates/simics_macro/"
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_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.chrono]
version = "0.4.38"

[dependencies.command-ext]
version = "0.1.2"

[dependencies.darling]
version = "=0.20.10"

[dependencies.indoc]
version = "2.0.5"

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

[dependencies.proc-macro2]
version = "1.0.86"

[dependencies.quote]
version = "1.0.37"

[dependencies.simics-api-sys]
version = "0.2.3"

[dependencies.simics-python-utils]
version = "0.2.3"

[dependencies.simics-sign]
version = "0.2.3"

[dependencies.syn]
version = "2.0.77"
features = ["full"]