# 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 = "utcnow" version = "0.2.6" authors = ["René Kijewski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get the current unixtime in a no-std context" readme = "README.md" keywords = [ "time", "unixtime", "utc", "no_std", "cross-platform", ] categories = [ "date-and-time", "no-std", ] license = "Apache-2.0" repository = "https://github.com/Kijewski/utcnow" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--generate-link-to-definition", "--cfg=docsrs", ] [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] name = "utcnow" path = "src/lib.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [dependencies.arbitrary] version = "1" optional = true default-features = false [dependencies.castaway] version = "0.2" optional = true default-features = false [dependencies.const_fn] version = "0.4.9" [dependencies.proptest] version = "1" features = ["std"] optional = true default-features = false [dependencies.quickcheck] version = "1" optional = true default-features = false [dependencies.rkyv] version = "0.7.27" optional = true [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.quickcheck_macros] version = "1" default-features = false [dev-dependencies.rand] version = "0.8.3" default-features = false [dev-dependencies.serde_json] version = "1.0.47" features = ["alloc"] default-features = false [features] default = [ "std", "fallback", ] fallback = [] std = [] [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.js-sys] version = "0.3.0" [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.wasm-bindgen] version = "0.2.0" [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies.wasm-bindgen-test] version = "0.3.13" [target.'cfg(any(target_os = "android", target_os = "emscripten", target_os = "fuchsia", target_os = "haiku", target_os = "illumos", target_os = "netbsd", target_os = "solaris"))'.dependencies.errno] version = "0.3.0" default-features = false [target.'cfg(any(target_os = "android", target_os = "emscripten", target_os = "fuchsia", target_os = "haiku", target_os = "illumos", target_os = "netbsd", target_os = "solaris"))'.dependencies.libc] version = "0.2.126" default-features = false [target.'cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "ios", target_os = "linux", target_os = "macos", target_os = "openbsd", target_os = "redox"))'.dependencies.rustix] version = ">= 0.37, < 0.39" features = ["time"] [target.'cfg(target_os = "wasi")'.dependencies.wasi] version = "0.11.0" default-features = false [target.'cfg(target_os = "windows")'.dependencies.winapi] version = "0.3.9" features = ["sysinfoapi"] default-features = false