blob: 79c0b04b393e8b008b62441e7ba0b814f9408846 [file] [log] [blame]
Yi Kong9f04d262021-02-13 04:00:15 +08001# 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
David LeGare80f44b12022-03-01 18:57:49 +00006# to registry (e.g., crates.io) dependencies.
Yi Kong9f04d262021-02-13 04:00:15 +08007#
David LeGare80f44b12022-03-01 18:57:49 +00008# 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.
Yi Kong9f04d262021-02-13 04:00:15 +080011
12[package]
13name = "crc32fast"
David LeGare80f44b12022-03-01 18:57:49 +000014version = "1.3.2"
Yi Kong9f04d262021-02-13 04:00:15 +080015authors = ["Sam Rijs <srijs@airpost.net>", "Alex Crichton <alex@alexcrichton.com>"]
16description = "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation"
17readme = "README.md"
18keywords = ["checksum", "crc", "crc32", "simd", "fast"]
19license = "MIT OR Apache-2.0"
20repository = "https://github.com/srijs/rust-crc32fast"
21
22[[bench]]
23name = "bench"
24harness = false
25[dependencies.cfg-if]
26version = "1.0"
27[dev-dependencies.bencher]
28version = "0.1"
29
30[dev-dependencies.quickcheck]
David LeGare80f44b12022-03-01 18:57:49 +000031version = "1.0"
Yi Kong9f04d262021-02-13 04:00:15 +080032default-features = false
33
34[dev-dependencies.rand]
David LeGare80f44b12022-03-01 18:57:49 +000035version = "0.8"
Yi Kong9f04d262021-02-13 04:00:15 +080036
37[features]
38default = ["std"]
39nightly = []
40std = []