[package] name = "isrepr" description = "Generating validation from arbitrary memory to repr(C) types" readme = "README.md" homepage = "https://github.com/Samsung/rust-repr" repository = "https://github.com/Samsung/rust-repr" version = "0.1.0" edition = "2021" keywords = ["repr", "validation", "memory"] categories = ["no-std", "no-std::no-alloc", "rust-patterns"] authors = ["Igor KotrasiƄski "] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] isrepr_macros = { path = "./macros", version = "0.1.0" }