jvm-macro 0.0.1

Simple Rust version of jvm standard serialize and deserialize
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive_internals]
version = "0.25.0"

[dependencies.syn]
default-features = true
features = ["derive", "parsing", "printing", "clone-impls", "visit"]
version = "1.0.33"

[lib]
proc-macro = true

[package]
authors = ["Daniel LewiƄski <nerull@craftsoft.eu>"]
description = "Simple Rust version of jvm standard serialize and deserialize"
edition = "2018"
homepage = "https://github.com/kathog/jvm-serializable"
license-file = "LICENSE"
name = "jvm-macro"
readme = "README.md"
repository = "https://github.com/kathog/jvm-serializable"
version = "0.0.1"