# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "dedup" version = "0.2.0" authors = ["Chris McDonald "] description = "A blazingly fast command-line text deduplicator.\n" homepage = "https://github.com/cjm00/dedup" keywords = ["unique", "dedup"] categories = ["text-processing", "command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/cjm00/dedup" [profile.release] opt-level = 3 lto = true debug = true [[bin]] name = "dedup" path = "src/main.rs" bench = false [dependencies.clap] version = "~2.30" features = ["yaml"] [dependencies.fastchr] version = "0.2" optional = true [dependencies.fxhash] version = "0.2.1" [dependencies.memchr] version = "~2" [dependencies.memmap] version = "~0.6.2" [features] default = ["simd-accel"] simd-accel = ["fastchr"] [badges.appveyor] repository = "cjm00/dedup" [badges.travis-ci] repository = "cjm00/dedup"