[package] name = "fast_tuple" version = "0.1.3" # remember to change html root url authors = ["NonNullableName "] edition = "2018" license = "Unlicense" readme = "README.md" description = "This is a Rust procedural macro library that provides an easy way to construct and annotate tuples." repository = "https://github.com/NonNullableName/fast_tuple" keywords = ["tuples", "tuple", "array-like", "proc-macro"] categories = ["no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies]