1[package] 2name = "ptr_meta" 3version = "0.2.0" 4authors = ["David Koloski <[email protected]>"] 5edition = "2018" 6description = "A radioactive stabilization of the ptr_meta rfc" 7license = "MIT" 8documentation = "https://docs.rs/ptr_meta" 9repository = "https://github.com/djkoloski/ptr_meta" 10keywords = ["ptr", "meta", "no_std"] 11categories = ["no-std"] 12readme = "crates-io.md" 13 14# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 15 16[dependencies] 17ptr_meta_derive = { version = "=0.2.0", path = "../ptr_meta_derive" } 18 19[features] 20default = ["std"] 21std = [] 22