# 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 = "solidify" version = "1.0.0" authors = ["Danylo Mysak "] description = "CSV data consolidator" homepage = "https://github.com/danmysak/solidify" documentation = "https://github.com/danmysak/solidify#readme" readme = "README.md" keywords = ["CSV", "TSV", "merge", "combine", "consolidate"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/danmysak/solidify" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.edit-distance] version = "2.1" [dependencies.num] version = "0.4"