edlcodegen-core 0.1.0

Internal core types and utilities shared by edlcodegen host and enclave support crates
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 = "2024"
name = "edlcodegen-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal core types and utilities shared by edlcodegen host and enclave support crates"
readme = false
keywords = [
    "vbs",
    "vbs-enclave",
    "vbs-enclave-codegen",
    "enclave",
]
categories = [
    "os",
    "no-std",
]
license = "MIT"
repository = "https://github.com/microsoft/VbsEnclaveTooling"

[lib]
name = "edlcodegen_core"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.edlcodegen-macros]
version = "0.1.0"

[dependencies.flatbuffers]
version = "25.9.23"
default-features = false

[dependencies.widestring]
version = "1.2.1"
features = ["alloc"]
default-features = false

[build-dependencies.edlcodegen-tools]
version = "0.1.0"