[package] name = "tablers" version = "1.2.0" authors = ["Niclas Rosengren "] edition = "2018" license = "MIT" repository = "https://github.com/MOBILITY46/tablers" description = """ Tool to create tables and export them into CSV or PDF. Without external deps """ [dependencies] printpdf = { version = "0.5.2", default_features = false } log = "0.4.17" thiserror = "1.0.31" csv = "1.1.6" rust-embed = { version = "6.4.0", features = [ "interpolate-folder-path" ] }