# 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] edition = "2018" name = "cw" version = "0.7.0" authors = ["Thomas Hurst "] description = "Count Words, a fast wc clone" readme = "README.md" keywords = ["wc", "word", "count"] categories = ["command-line-utilities", "text-processing"] license = "MIT" repository = "https://github.com/Freaky/cw" [dependencies.bstr] version = "0.2.0" [dependencies.bytecount] version = "0.5" [dependencies.crossbeam-channel] version = "0.3" [dependencies.crossbeam-utils] version = "0.6" [dependencies.libc] version = "0.2" [dependencies.memchr] version = "2.1" [dependencies.structopt] version = "0.2" [features] generic-simd = ["bytecount/generic-simd"] runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"]