# 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 = "coarsetime-saturated" version = "0.1.21" authors = ["Frank Denis ", "Bernhard Schuster "] description = "Time and duration crate optimized for speed, fork of coarsetime" homepage = "https://github.com/drahnr/rust-coarsetime" readme = "README.md" keywords = ["time", "date", "duration"] categories = ["concurrency", "date-and-time", "os"] license = "ISC" repository = "https://github.com/drahnr/rust-coarsetime" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" incremental = false [dependencies.once_cell] version = "1" [features] nightly = [] [target."cfg(all(any(target_arch = \"wasm32\", target_arch = \"wasm64\"), target_os = \"unknown\"))".dependencies.wasm-bindgen] version = "0.2" [target."cfg(not(target_os = \"wasi\"))".dependencies.libc] version = "0.2" [target."cfg(target_os = \"wasi\")".dependencies.wasi] version = "0.11.0"