]> git.proxmox.com Git - cargo.git/blob - vendor/crc32fast/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / crc32fast / Cargo.toml
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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "crc32fast"
15 version = "1.2.1"
16 authors = ["Sam Rijs <srijs@airpost.net>", "Alex Crichton <alex@alexcrichton.com>"]
17 description = "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation"
18 readme = "README.md"
19 keywords = ["checksum", "crc", "crc32", "simd", "fast"]
20 license = "MIT OR Apache-2.0"
21 repository = "https://github.com/srijs/rust-crc32fast"
22
23 [[bench]]
24 name = "bench"
25 harness = false
26 [dependencies.cfg-if]
27 version = "1.0"
28 [dev-dependencies.bencher]
29 version = "0.1"
30
31 [dev-dependencies.quickcheck]
32 version = "0.9"
33 default-features = false
34
35 [dev-dependencies.rand]
36 version = "0.7"
37
38 [features]
39 default = ["std"]
40 nightly = []
41 std = []