Bumps [workspace.package] and all 17 crate package versions (and internal path-dependency requirements) from 2.0.0 to 2.1.0 for a coordinated release. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
19 lines
449 B
TOML
19 lines
449 B
TOML
[package]
|
|
name = "clawhdf5-derive"
|
|
version = "2.1.0"
|
|
edition = "2024"
|
|
description = "Derive macros for rustyhdf5 HDF5 traits"
|
|
license = "MIT"
|
|
repository = "https://github.com/redclawsystems/clawhdf5"
|
|
readme = "README.md"
|
|
keywords = ["hdf5", "derive", "macros", "science"]
|
|
categories = ["development-tools::procedural-macro-helpers"]
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1"
|
|
quote = "1"
|
|
syn = { version = "2", features = ["full"] }
|