cputicks 0.1.0

Cross-platform cycle tick counter with runtime auto-selection
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 = "cputicks"
version = "0.1.0"
authors = ["Spencer Creasey"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform cycle tick counter with runtime auto-selection"
readme = "README.md"
keywords = [
    "rdtsc",
    "cycles",
    "ticks",
    "counter",
    "benchmark",
]
categories = [
    "hardware-support",
    "development-tools::profiling",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/spence/cputicks"

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

[[bin]]
name = "cputicks"
path = "src/bin/cputicks.rs"

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

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

[[bench]]
name = "ticks"
path = "benches/ticks.rs"
harness = false

[dev-dependencies.criterion]
version = "0.8"