# 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 = "2018" name = "hashcsv" version = "1.0.1" authors = ["Eric Kidd "] description = "Append an `id` column to each row of a CSV file, containing a UUID v5 hash of the row" homepage = "https://github.com/faradayio/csv-tools/blob/main/hashcsv/README.md" license = "MIT/Apache-2.0" repository = "https://github.com/faradayio/csv-tools" [dependencies.anyhow] version = "1.0.38" [dependencies.clap] version = "2.33.3" features = ["wrap_help"] [dependencies.csv] version = "1.1.5" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.4.3" [dependencies.serde] version = "1.0.123" [dependencies.structopt] version = "0.3.21" [dependencies.time] version = "0.3.9" [dependencies.uuid] version = "1.0.0" features = ["v5"] [dev-dependencies.cli_test_dir] version = "0.1.7"