mirror of
https://github.com/azalea-rs/simdnbt.git
synced 2025-08-02 15:36:03 +00:00
* inline read_with_type for 12% speedup * optimize creating compounds * fix incorrect comment in mutf8.rs * update benchmarks in readme
17 lines
373 B
TOML
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
|