rustpython-derive 0.1.2

Rust language extensions and macros specific to rustpython.
Documentation
[dependencies.maplit]
version = "1.0"

[dependencies.once_cell]
version = "1.3.1"

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

[dependencies.quote]
version = "1.0"

[dependencies.rustpython-bytecode]
version = "0.1.1"

[dependencies.rustpython-compiler]
version = "0.1.1"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["RustPython Team"]
description = "Rust language extensions and macros specific to rustpython."
edition = "2018"
license = "MIT"
name = "rustpython-derive"
repository = "https://github.com/RustPython/RustPython"
version = "0.1.2"