• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
14name = "crc32fast"
15version = "1.2.1"
16authors = ["Sam Rijs <srijs@airpost.net>", "Alex Crichton <alex@alexcrichton.com>"]
17description = "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation"
18readme = "README.md"
19keywords = ["checksum", "crc", "crc32", "simd", "fast"]
20license = "MIT OR Apache-2.0"
21repository = "https://github.com/srijs/rust-crc32fast"
22
23[[bench]]
24name = "bench"
25harness = false
26[dependencies.cfg-if]
27version = "1.0"
28[dev-dependencies.bencher]
29version = "0.1"
30
31[dev-dependencies.quickcheck]
32version = "0.9"
33default-features = false
34
35[dev-dependencies.rand]
36version = "0.7"
37
38[features]
39default = ["std"]
40nightly = []
41std = []
42