smbus-pec 1.0.1

Minimal portable implementation of SMBus Packet Error Code calculation algorithm.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[build-dependencies.embedded-crc-macros]
version = "1"
[dependencies.embedded-crc-macros]
version = "1"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3.4"

[dev-dependencies.rand]
version = "0.6"

[features]
lookup-table = []

[package]
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
categories = ["embedded", "algorithms", "hardware-support", "no-std"]
description = "Minimal portable implementation of SMBus Packet Error Code calculation algorithm."
documentation = "https://docs.rs/smbus-pec"
edition = "2018"
homepage = "https://github.com/eldruin/smbus-pec-rs"
include = ["/**/*.rs", "/Cargo.toml", "/README.md", "/CHANGELOG.md", "/LICENSE-MIT", "/LICENSE-APACHE"]
keywords = ["smbus", "pec", "checksum", "crc"]
license = "MIT OR Apache-2.0"
name = "smbus-pec"
readme = "README.md"
repository = "https://github.com/eldruin/smbus-pec-rs"
version = "1.0.1"
[profile.bench]
debug = true

[profile.release]
lto = true