[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.4"
[dependencies.log]
version = "0.4"
[dependencies.x86]
version = "0.47"
[package]
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
description = "Basic timing infrastructure for no_std (currently x86 only) platforms"
edition = "2018"
keywords = ["no_std", "x86", "time"]
license = "Apache-2.0/MIT"
name = "rawtime"
version = "0.0.5"
[target."cfg(not(target_os = \"none\"))".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dev-dependencies.env_logger]
version = "0.6.0"