clocksource 0.8.1

Library for times and durations with fixed-size representations
Documentation
[package]
name = "clocksource"
version = "0.8.1"
authors = ["Brian Martin <brian@pelikan.io>"]
edition = "2021"
description = "Library for times and durations with fixed-size representations"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/pelikan-io/rustcommon"
repository = "https://github.com/pelikan-io/rustcommon"

[dependencies]
libc = "0.2.147"
time = { version = "0.3.27", features = ["formatting"] }

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["ntdef", "profileapi", "sysinfoapi"] }