[package] name = "ontio-derive-codec" version = "0.2.0" authors = ["Lucas "] edition = "2018" license = "Apache-2.0/MIT" homepage = "https://github.com/ontio/ontology-wasm-cdt-rust" repository = "https://github.com/ontio/ontology-wasm-cdt-rust" description = "codec derive macro for ontio-std" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full", "extra-traits"] } quote = "1.0" proc-macro2 = "1.0" heck = "0.3.1"