# 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 = "2021" name = "pi_time" version = "0.5.1" authors = ["luob "] description = "The library is used to obtain the time and is not affected by the system modification time" readme = "README.md" keywords = [ "pi", "time", "systemtime", ] license = "MIT OR Apache-2.0" repository = "https://github.com/GaiaWorld/pi_time.git" [dependencies.ctor] version = "0.2" [dependencies.lazy_static] version = "1.4" [dev-dependencies.crossbeam-channel] version = "0.5" [features] high_performance = [] [target."cfg(not(target_os = \"wasi\"))".dependencies.libc] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.ordered-float] version = "3.0" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Window", "Performance", ] [target."cfg(target_os = \"wasi\")".dependencies.wasi] version = "0.7"