# 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.72.0" name = "espera" version = "0.4.0" authors = ["José Luis Cruz "] include = [ "/src/**/*.rs", "/Cargo.toml", "/LICENSE-*", "/README.md", ] publish = true description = "Time management, loop rates control." documentation = "https://docs.rs/espera" readme = "README.md" keywords = [ "time", "sleep", "loop", "rate", "fps", ] categories = [ "date-and-time", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andamira/espera" [package.metadata.docs.rs] features = ["nightly_docs"] no-default-features = true [dependencies.ahash] version = "0.8.3" optional = true [dependencies.arraydeque] version = "0.4.5" optional = true [dependencies.devela] version = "0.9.0" [dependencies.libc] version = "0.2" optional = true default-features = false [dependencies.libm] version = "0.2.7" optional = true [dependencies.log] version = "0.4.20" [dependencies.sixbit] version = "0.5.0" optional = true [dependencies.spin_sleep] version = "1.1.1" optional = true [dependencies.time] version = "0.3.28" default-features = false [features] alloc = [] default = [] full = [] full_no_std = [ "full", "no_std", "libc", ] full_std = [ "full", "std", ] nightly = [] nightly_docs = [ "nightly", "full_std", "unsafe", "devela/nightly_docs", ] no_std = ["libm"] safe = [] safest = [ "safe", "devela/safest", ] std = [ "alloc", "ahash", "arraydeque", "sixbit", "time/std", "spin_sleep", ] unsafe = [] unsafest = [ "unsafe", "devela/unsafest", ] [badges.maintenance] status = "experimental"