1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13name = "crc32fast"
14version = "1.4.2"
15authors = [
16    "Sam Rijs <[email protected]>",
17    "Alex Crichton <[email protected]>",
18]
19description = "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation"
20readme = "README.md"
21keywords = [
22    "checksum",
23    "crc",
24    "crc32",
25    "simd",
26    "fast",
27]
28license = "MIT OR Apache-2.0"
29repository = "https://github.com/srijs/rust-crc32fast"
30
31[[bench]]
32name = "bench"
33harness = false
34
35[dependencies.cfg-if]
36version = "1.0"
37
38[dev-dependencies.bencher]
39version = "0.1"
40
41[dev-dependencies.quickcheck]
42version = "1.0"
43default-features = false
44
45[dev-dependencies.rand]
46version = "0.8"
47
48[features]
49default = ["std"]
50nightly = []
51std = []
52