ftr_parser 0.3.0

FTR Transaction Stream Parser
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 = "ftr_parser"
version = "0.3.0"
authors = [
    "Christian Dattinger",
    "Lucas Klemmer",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FTR Transaction Stream Parser"
homepage = "https://git.sr.ht/~lucasklemmer/ftr_parser"
readme = "README.md"
keywords = [
    "transactions",
    "debugging",
    "TLM",
    "SystemC",
]
categories = ["parser-implementations"]
license-file = "LICENSE.txt"
repository = "https://git.sr.ht/~lucasklemmer/ftr_parser"

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

[[example]]
name = "parse"
path = "examples/parse.rs"

[dependencies.lz4_flex]
version = "0.11.5"

[dependencies.num-bigint]
version = "0.4.6"
features = ["serde"]

[dependencies.serde]
version = "1.0.197"
features = ["derive"]

[lints.clippy]
all = "deny"
expect_used = "deny"
ok_expect = "deny"
panic = "deny"
undocumented_unsafe_blocks = "deny"
unreachable = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"