[package] name = "chik_py_streamable_macro" version = "0.10.0" edition = "2021" license = "Apache-2.0" description = "Derive macro to create python bindings for Chik types" authors = ["Arvid Norberg "] homepage = "https://github.com/Chik-Network/chik_rs" repository = "https://github.com/Chik-Network/chik_rs" [lints] workspace = true [lib] proc-macro = true [dependencies] syn = { workspace = true } quote = { workspace = true } proc-macro2 = { workspace = true } proc-macro-crate = { workspace = true }