# 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" rust-version = "1.65" name = "csv-diff" version = "0.1.0" authors = ["Jan Riemer "] description = "Compare two CSVs - with ludicrous speed 🚀." homepage = "https://gitlab.com/janriemer/csv-diff" documentation = "https://docs.rs/csv-diff" readme = "README.md" keywords = [ "csv", "csv-diff", "diff", "difference", "compare", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/janriemer/csv-diff" [[bench]] name = "bench_csv_diff" harness = false required-features = ["rayon-threads"] [dependencies.ahash] version = "0.8" [dependencies.crossbeam-channel] version = "0.5" [dependencies.crossbeam-utils] version = "0.8.3" optional = true [dependencies.csv] version = "1.3" [dependencies.mown] version = "0.2.1" optional = true [dependencies.rayon] version = "1.8" optional = true [dependencies.thiserror] version = "1.0" [dependencies.xxhash-rust] version = "0.8" features = ["xxh3"] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.scoped-pool] version = "1" [features] crossbeam-threads = ["crossbeam-utils"] default = ["rayon-threads"] rayon-threads = [ "rayon", "mown", ] [badges.maintenance] status = "experimental"