clocksource 0.5.0

clocksource provides TSC access with transparent fallback to clock_gettime()
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "clocksource"
version = "0.5.0"
authors = ["Brian Martin <brayniac@gmail.com>"]
description = "clocksource provides TSC access with transparent fallback to clock_gettime()"
homepage = "https://github.com/brayniac/clocksource"
documentation = "https://docs.rs/clocksource"
readme = "README.md"
keywords = ["clock", "time"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/brayniac/clocksource"
[dependencies.libc]
version = "0.2.15"
[dev-dependencies.allan]
version = "0.2.3"

[features]
asm = ["rdtsc"]
default = []
rdtsc = []
[target."cfg(all(not(windows), not(unix), not(target_os = \"macos\"), not(target_os = \"ios\")))".dependencies.lazy_static]
version = "1.0"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.mach]
version = "0.3"
[target."cfg(windows)".dependencies.lazy_static]
version = "1.0"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.4"
features = ["profileapi", "sysinfoapi"]