[package]
edition = "2021"
name = "rustyphoenixmicrobenchmark"
version = "1.3.0"
authors = ["Pierre Aubert <pierre.aubert@lapp.in2p3.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toolset for function micro-benchmarking. Rust equivalent of C++ [PhoenixMicroBenchmark](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/PhoenixMicroBenchmark)"
homepage = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark.git"
readme = "README.md"
keywords = [
"phoenix",
"microbenchmark",
"performance",
"evaluation",
]
license = "CECILL-C"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/RustyPhoenixMicroBenchmark"
[lib]
name = "rustyphoenixmicrobenchmark"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.42"