[package]
edition = "2021"
name = "ablf"
version = "0.2.1"
authors = ["Matthias Behr"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library to handle automotive binlog files (.blf)"
homepage = "https://github.com/mbehr1/ablf/"
readme = "README.md"
keywords = [
"dlt",
"automotive",
"blf",
"analysis",
]
categories = [
"development-tools",
"parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mbehr1/ablf/"
[package.metadata.workspaces]
independent = true
[lib]
name = "ablf"
path = "src/lib.rs"
[dependencies.binrw]
version = "0.15.1"
[dependencies.chrono]
version = "0.4.44"
[dependencies.zune-inflate]
version = "0.2.54"