knyst_macro 0.5.1

Real time dynamic audio graph and synthesis library
Documentation
[dependencies.ident_case]
version = "1.0.1"

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

[dependencies.quote]
version = "1.0.33"

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

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

[package]
authors = ["Erik Natanael Gustafsson <code@eriknatanael.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Real time dynamic audio graph and synthesis library"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "knyst_macro"
readme = "README.md"
repository = "https://github.com/ErikNatanael/knyst"
version = "0.5.1"