blob: 34ef05eccbe9a505d1c930e590f9eb06aaa65107 [file] [log] [blame]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.65"
name = "crc"
version = "3.2.1"
authors = [
"Rui Hu <code@mrhooray.com>",
"Akhil Velagapudi <4@4khil.com>",
]
description = "Rust implementation of CRC with support of various standards"
documentation = "https://docs.rs/crc"
readme = "README.md"
keywords = [
"crc",
"crc16",
"crc32",
"crc64",
"hash",
]
categories = [
"algorithms",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mrhooray/crc-rs.git"
[[bench]]
name = "bench"
harness = false
[dependencies.crc-catalog]
version = "2.4.0"
[dev-dependencies.criterion]
version = "0.4"