[package] name = "csv-guillotine" description = "CSV's often have metadata at top before data headers. This removes it." license = "MIT" version = "0.3.5" readme = "README.md" keywords = ["csv", "tsv", "slice", "command"] homepage = "https://github.com/forbesmyester/csv-guillotine" repository = "https://github.com/forbesmyester/csv-guillotine" documentation = "https://github.com/forbesmyester/csv-guillotine" authors = ["Matthew Forrester "] edition = "2018" [dependencies] csv = "1" argparse = "0.2.2"