ts_ 0.1.4

High-performance, lightweight time measurement library based on coarsetime. / 基于 coarsetime 的高性能轻量级时间测量库。
Documentation
# 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 = "2024"
name = "ts_"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance, lightweight time measurement library based on coarsetime. / 基于 coarsetime 的高性能轻量级时间测量库。"
homepage = "https://github.com/webc-site/npm/tree/main/ts_"
readme = "README.md"
keywords = [
    "time",
    "performance",
    "clock",
    "measurement",
    "fast",
]
categories = [
    "date-and-time",
    "development-tools",
    "algorithms",
    "data-structures",
    "no-std",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/npm.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
milli = ["dep:coarsetime"]
nano = ["dep:coarsetime"]
sec = ["dep:coarsetime"]

[lib]
name = "ts_"
path = "src/lib.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.coarsetime]
version = "0.1.37"
optional = true

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.log]
version = "0.4.32"

[dev-dependencies.log_init]
version = "0.1.36"

[dev-dependencies.static_init]
version = "1.0.4"
features = ["parking_lot"]

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "time",
    "sync",
]