[package] name = "tetsy-rlp-derive" version = "0.1.2" authors = ["Parity Technologies "] license = "MIT OR Apache-2.0" description = "Tetsy Derive macro for #[derive(RlpEncodable, RlpDecodable)]" homepage = "http://parity.io" edition = "2018" [lib] proc-macro = true [dependencies] syn = "1.0.14" quote = "1.0.2" proc-macro2 = "1.0.27" [dev-dependencies] tetsy-rlp = { version = "0.5.1", path = "../tetsy-rlp" }