# 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 = "csv2xlsx" version = "0.3.0" description = "Convert CSV files to Excel (in XLSX format)" homepage = "https://github.com/jacobsvante/csv2xlsx" documentation = "https://docs.rs/csv2xlsx/" readme = "README.md" license = "MIT" repository = "https://github.com/jacobsvante/csv2xlsx" resolver = "2" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.simple_excel_writer] version = "0.2.0" [dependencies.strip-ansi-escapes] version = "0.1.1" [dependencies.thiserror] version = "1.0.31" [dependencies.unescape] version = "0.1.0"