# 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 = "gostd_time" version = "1.1.1" authors = ["wandercn"] description = "Package time provides functionality for measuring and displaying time. time包提供了时间的显示和测量用的函数。日历的计算采用的是公历。" homepage = "https://github.com/wandercn/gostd" readme = "README.md" keywords = [ "time", "gostd_time", "gostd", "go-to-rust", "go-standard-library", ] categories = [ "api-bindings", "accessibility", "development-tools", "compilers", ] license = "MIT" repository = "https://github.com/wandercn/gostd" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "gostd_time" [dependencies.cvt] version = "0.1.1" [dependencies.gostd_builtin] version = "^1.0" optional = false [dependencies.gostd_derive] version = "0.0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "profileapi", "sysinfoapi", ]