rustyphoenixmicrobenchmark 1.3.0

Toolset for function micro-benchmarking. Rust equivalent of C++ [PhoenixMicroBenchmark](https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/test-benchmark/PhoenixMicroBenchmark)
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 = "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"