[package] name = "chinilla_py_streamable_macro" version = "0.1.4" edition = "2021" license = "Apache-2.0" description = "Derive macro to create python bindings for Chinilla types" authors = ["Arvid Norberg <arvid@libtorrent.org>"] homepage = "https://github.com/Chinilla/chinilla_rs/chinilla_py_streamable_macro/" repository = "https://github.com/Chinilla/chinilla_rs/chinilla_py_streamable_macro/" [lib] proc-macro = true [dependencies] syn = "1.0.86" quote = "1.0.15"