[[bench]]
harness = false
name = "e2e_profiles"
path = "benches/e2e_profiles.rs"
[dependencies.crc]
version = "3.0"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[features]
default = []
[lib]
name = "autosar_e2e"
path = "src/lib.rs"
[package]
authors = ["DoHun Han <dohun.han1221@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "encoding"]
description = "AUTOSAR E2E (End-to-End) Protection Library implementation in Rust"
edition = "2021"
keywords = ["autosar", "e2e", "safety", "automotive", "protection"]
license = "MIT OR Apache-2.0"
name = "autosar-e2e"
readme = "README.md"
repository = "https://github.com/handohun/autosar-e2e"
version = "1.0.0"