1
0
Fork 0
mirror of https://github.com/azalea-rs/simdnbt.git synced 2025-08-02 15:36:03 +00:00
simdnbt/simdnbt-derive/Cargo.toml
mat 7e29630c8b
Optimize owned (#5)
* inline read_with_type for 12% speedup

* optimize creating compounds

* fix incorrect comment in mutf8.rs

* update benchmarks in readme
2024-05-13 06:21:14 -05:00

17 lines
373 B
TOML

[package]
name = "simdnbt-derive"
version = "0.4.1"
edition = "2021"
description = "Derive macros for simdnbt"
license = "MIT"
repository = "https://github.com/azalea-rs/simdnbt"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
proc-macro2 = "1.0.82"
quote = "1.0.36"
syn = "2.0.63"
[lib]
proc-macro = true