ntime 0.4.0

NanoTime is a lightweight, high performance Rust library for nanosecond-precision timestamps.
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 = "ntime"
version = "0.4.0"
authors = ["Lisandro Pin <lisandrop@proton.me>"]
build = false
exclude = [
    ".github/",
    ".gitignore",
    "assets/",
]
include = [
    "Cargo.toml",
    "LICENSE",
    "src/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NanoTime is a lightweight, high performance Rust library for nanosecond-precision timestamps."
readme = "README.md"
keywords = [
    "duration",
    "time",
    "timestamp",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/plisandro/ntime"

[features]
benchmark = []

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

[dependencies]

[lints.rust]
warnings = "deny"