ironsbe-codegen 0.2.0

Code generation from SBE XML schemas for IronSBE
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 = "ironsbe-codegen"
version = "0.2.0"
authors = ["Joaquin Bejar <jb@taunais.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation from SBE XML schemas for IronSBE"
homepage = "https://github.com/joaquinbejar/IronSBE"
readme = false
keywords = [
    "sbe",
    "codegen",
    "code-generation",
]
categories = [
    "development-tools",
    "encoding",
]
license = "MIT"
repository = "https://github.com/joaquinbejar/IronSBE"
resolver = "2"

[lib]
name = "ironsbe_codegen"
path = "src/lib.rs"

[dependencies.ironsbe-core]
version = "0.2.0"

[dependencies.ironsbe-schema]
version = "0.2.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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