ablf 0.2.1

Library to handle automotive binlog files (.blf)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"