[package] name = "cli-table-derive" version = "0.4.6" authors = ["Devashish Dixit "] license = "MIT/Apache-2.0" description = "A crate for printing tables on command line" homepage = "https://github.com/devashishdxt/cli-table" repository = "https://github.com/devashishdxt/cli-table" categories = ["command-line-interface"] keywords = ["table", "cli", "format"] readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-*"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] proc-macro2 = "1.0.86" syn = "1.0.109" quote = "1.0.36" [lib] proc-macro = true