[package] name = "string_dataframe" version = "0.1.0" authors = ["Tim Toebrock"] license = "MIT" edition = "2021" description = """ Reading in data from in parquet-file in a textual format to be printed out in the console or serialized as csv. """ [dependencies] parquet = "6.2.0" regex = "1.5.4" term-table = "1.3.2"