[package] name = "crc32c-cli" version = "0.1.3" edition = "2021" authors = ["SF-Zhou "] homepage = "https://github.com/SF-Zhou/crc32c-cli" repository = "https://github.com/SF-Zhou/crc32c-cli" description = "A simple CLI wrapper for the [crc32c](https://crates.io/crates/crc32c) crate." license = "MIT OR Apache-2.0" [dependencies] aligned-utils = { version = "1", features = ["alloc"] } anyhow = "1" clap = { version = "4", features = ["derive"] } crc32c = "0" libc = "0" scoped_threadpool = "0" thread_local = "1" [[bin]] name = "crc32c" path = "src/main.rs"