# 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" name = "crc32c-cli" version = "0.1.3" authors = ["SF-Zhou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple CLI wrapper for the [crc32c](https://crates.io/crates/crc32c) crate." homepage = "https://github.com/SF-Zhou/crc32c-cli" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/SF-Zhou/crc32c-cli" [[bin]] name = "crc32c" path = "src/main.rs" [dependencies.aligned-utils] version = "1" features = ["alloc"] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crc32c] version = "0" [dependencies.libc] version = "0" [dependencies.scoped_threadpool] version = "0" [dependencies.thread_local] version = "1"