# 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 = "2018" name = "rawtime" version = "0.0.10" authors = ["Gerd Zellweger "] description = "Basic timing infrastructure for no_std (currently x86 only) platforms" keywords = [ "no_std", "x86", "time", ] license = "Apache-2.0/MIT" resolver = "2" [dependencies.lazy_static] version = "1.4" features = ["spin_no_std"] [dependencies.log] version = "0.4" [dependencies.x86] version = "0.52" features = ["unstable"] [target."cfg(not(target_os = \"none\"))".dependencies.libc] version = "0.2" [target."cfg(unix)".dev-dependencies.env_logger] version = "0.6.0"