1[package] 2name = "tinyvec_macros" 3version = "0.1.0" 4authors = ["Soveu <marx.tomasz@gmail.com>"] 5edition = "2018" 6license = "MIT OR Apache-2.0 OR Zlib" 7repository = "https://github.com/Soveu/tinyvec_macros" 8description = "Some macros for tiny containers" 9 10# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 11 12[dependencies] 13