# 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_converter" version = "1.0.1" authors = ["Dominik Wilkowski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A vault GUI for your offline passwords" homepage = "https://github.com/the-working-party/csv_converter" documentation = "https://docs.rs/csv_converter/" readme = "README.md" keywords = [ "csv", "convert", "transform", "export", "cli", ] license = "GPL-3.0-or-later" repository = "https://github.com/the-working-party/csv_converter" [lib] name = "csv_converter" path = "src/lib.rs" [[bin]] name = "csv_converter" path = "src/main.rs" [[test]] name = "end2end_test" path = "tests/end2end_test.rs" [dependencies]