fmi-export-derive 0.1.1

Proc-macro support for fmi-export
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 = "fmi-export-derive"
version = "0.1.1"
authors = ["John Hughes <jondo2010@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "benches/*.rs",
    "examples/*.rs",
    "src/**/*.rs",
    "tests/*.rs",
    "build.rs",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macro support for fmi-export"
homepage = "https://github.com/jondo2010/rust-fmi"
readme = "README.md"
keywords = [
    "model",
    "ode",
    "modelica",
]
categories = [
    "science",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jondo2010/rust-fmi"
resolver = "2"

[lib]
name = "fmi_export_derive"
path = "src/lib.rs"
proc-macro = true

[dependencies.attribute-derive]
version = "0.10"

[dependencies.chrono]
version = "0.4"

[dependencies.convert_case]
version = "0.6"

[dependencies.fmi]
version = "0.6.1"
features = ["fmi3"]
default-features = false

[dependencies.proc-macro-error2]
version = "2.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "extra-traits",
]

[dependencies.uuid]
version = "1"
features = ["v5"]

[dev-dependencies.trybuild]
version = "1.0"