[package] name = "wasm-reader-traits" version = "0.1.1" authors = ["Jef "] edition = "2018" description = "Helper traits for wasm-reader (split to allow using derive macros in the main crate)" license = "Unlicense" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] frunk_core = "0.3" [features] nightly = []