Skip to content

Commit

Permalink
Update Cargo.toml for crc64fast-nvme
Browse files Browse the repository at this point in the history
  • Loading branch information
onethumb committed Sep 7, 2024
1 parent 51147e7 commit 3d45b72
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[package]
name = "crc64fast"
version = "1.1.0"
authors = ["The TiKV Project Developers"]
name = "crc64fast-nvme"
version = "1.0.0"
authors = ["The TiKV Project Developers", "Don MacAskill"]
license = "MIT OR Apache-2.0"
edition = "2021"
keywords = ["crc", "crc64", "simd", "checksum"]
repository = "https://github.com/tikv/crc64fast"
description = "SIMD accelerated CRC64 calculation"
keywords = ["crc", "crc64", "simd", "checksum", "nvme"]
categories = ["algorithms", "command-line-utilities", "encoding", "hardware-support"]
repository = "https://github.com/awesomized/crc64fast-nvme"
description = "SIMD accelerated CRC-64/NVME checksum calculation"
readme = "README.md"

# Note: Rust 1.70 upgraded LLVM version to 16 (in particular https://reviews.llvm.org/D131047)
Expand Down

0 comments on commit 3d45b72

Please sign in to comment.