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] 13edition = "2021" 14rust-version = "1.65" 15name = "crc" 16version = "3.2.1" 17authors = [ 18 "Rui Hu <code@mrhooray.com>", 19 "Akhil Velagapudi <4@4khil.com>", 20] 21description = "Rust implementation of CRC with support of various standards" 22documentation = "https://docs.rs/crc" 23readme = "README.md" 24keywords = [ 25 "crc", 26 "crc16", 27 "crc32", 28 "crc64", 29 "hash", 30] 31categories = [ 32 "algorithms", 33 "no-std", 34] 35license = "MIT OR Apache-2.0" 36repository = "https://github.com/mrhooray/crc-rs.git" 37 38[[bench]] 39name = "bench" 40harness = false 41 42[dependencies.crc-catalog] 43version = "2.4.0" 44 45[dev-dependencies.criterion] 46version = "0.4" 47