adlt 0.0.3

Library and tools to handle automotive DLT- (diagnostic log and trace) files.
Documentation
[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
version = "2.33"

[dependencies.evmap]
version = "10.0.2"

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.rayon]
version = "1.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.slog]
version = "2.7.0"

[dependencies.slog-async]
version = "2.7.0"

[dependencies.slog-term]
version = "2.8.0"

[lib]
name = "adlt"
path = "src/lib.rs"

[package]
authors = ["Matthias Behr"]
categories = ["command-line-utilities", "development-tools", "encoding", "parsing"]
description = "Library and tools to handle automotive DLT- (diagnostic log and trace) files."
edition = "2018"
homepage = "https://github.com/mbehr1/adlt/"
keywords = ["dlt", "automotive", "log", "trace", "analysis"]
license = "CC-BY-NC-SA-4.0"
name = "adlt"
readme = "README.md"
repository = "https://github.com/mbehr1/adlt/"
version = "0.0.3"