nanotime 0.1.1

A minimal, zero-dependency time utility crate for Rust CLI applications
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 = "2021"
name = "nanotime"
version = "0.1.1"
authors = ["Anthony Sgro"]
build = false
exclude = ["tests/*.proptest-regressions"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, zero-dependency time utility crate for Rust CLI applications"
readme = "README.md"
keywords = [
    "time",
    "datetime",
    "clock",
    "cli",
    "nanosecond",
]
categories = [
    "date-and-time",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/anthonysgro/nanotime"

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

[[example]]
name = "demo"
path = "examples/demo.rs"

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

[dependencies]

[dev-dependencies.proptest]
version = "1"