rumtk-benchmark 0.1.6

Benchmark tool to generate a report of performance characteristics. Built for the RUMTK toolkit, but not limited to it.
# 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"
rust-version = "1.81.0"
name = "rumtk-benchmark"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Benchmark tool to generate a report of performance characteristics. Built for the RUMTK toolkit, but not limited to it."
homepage = "https://github.com/luissantosHCIT/rumtk/tree/main/toolkit/rumtk-benchmark"
documentation = "https://docs.rs/rumtk-benchmark"
readme = "README.md"
keywords = [
    "rumtk",
    "healthcare",
    "hl7",
    "v2",
    "optimizations",
]
categories = [
    "parsing",
    "science",
    "parser-implementations",
]
license = "LGPL-3.0"
repository = "https://github.com/luissantosHCIT/rumtk"

[[bin]]
name = "rumtk-benchmark"
path = "src/main.rs"

[dependencies.askama]
version = "0.15.6"

[dependencies.pulldown-cmark]
version = "0.13.3"

[dependencies.rumtk-core]
version = "0.14.2"

[dependencies.rumtk-web]
version = "0.7.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "std",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tempfile]
version = "3.27.0"

[profile.dev]
debug = 2
strip = false