# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "csv-export" version = "0.1.1" description = "Export CSV data through a template file." homepage = "https://gitlab.com/RomainGiraud/csv-export" documentation = "https://gitlab.com/RomainGiraud/csv-export" keywords = [ "csv", "formatting", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/RomainGiraud/csv-export" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.minijinja] version = "0.15.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.predicates] version = "2.1"