17 lines
540 B
TOML
17 lines
540 B
TOML
[package]
|
|
name = "crc-catalog"
|
|
version = "2.5.0"
|
|
authors = ["Akhil Velagapudi <akhilvelagapudi@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-catalogue) expressed as simple Rust structs."
|
|
repository = "https://github.com/akhilles/crc-catalog.git"
|
|
readme = "README.md"
|
|
keywords = ["crc"]
|
|
categories = ["no-std", "network-programming"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
exclude = ["generate_catalog.sh"]
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|