# 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-to-html" version = "0.5.10" authors = ["Somē Cho "] description = "Convert CSV to HTML table" readme = "README.md" keywords = [ "csv", "html", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/somecho/csv-to-html" [lib] name = "csv_to_html" path = "src/lib.rs" [[bin]] name = "csv-to-html" path = "src/main.rs" [dependencies.build_html] version = "2.4.0" [dependencies.clap] version = "4.4.12" features = ["derive"] [dependencies.csv] version = "1.3.0"