timetrap 0.1.3

Macros to wrap your code and measure time
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 = "2024"
name = "timetrap"
version = "0.1.3"
authors = ["Vladyslav Neichev"]
build = false
exclude = [
    ".idea/*",
    ".github/*",
    "*.orig",
    "**/tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros to wrap your code and measure time"
homepage = "https://github.com/vladneyo/timetrap"
readme = "README.md"
keywords = [
    "timer",
    "performance",
    "monitoring",
    "logging",
]
categories = [
    "development-tools",
    "development-tools::debugging",
    "development-tools::profiling",
]
license = "MIT"
repository = "https://github.com/vladneyo/timetrap"

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

[dependencies.sysinfo]
version = "0.34.1"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3