# 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" rust-version = "1.61.0" name = "libsw" version = "3.3.1" authors = ["Nissa "] description = "Comprehensive stopwatch library" homepage = "https://crates.io/crates/libsw" documentation = "https://docs.rs/libsw" readme = "README.md" keywords = ["stopwatch"] categories = [ "date-and-time", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/nissaofthesea/libsw" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.coarsetime] version = "~0.1" optional = true default-features = false [dependencies.quanta] version = "~0.12" optional = true default-features = false [dependencies.time] version = "~0.3" features = ["std"] optional = true default-features = false [dependencies.tokio] version = "~1" features = ["time"] optional = true default-features = false [features] coarsetime = [ "dep:coarsetime", "std", ] default = [ "std_instant", "std_systemtime", ] nightly = [] quanta = [ "dep:quanta", "std", ] std = [] std_instant = ["std"] std_systemtime = ["std"] time = [ "dep:time", "std", ] tokio = [ "dep:tokio", "std", ] [badges.maintenance] status = "passively-maintained"