timeid 0.0.1

A simple crate to generate unique, timestamp-based IDs with memo/tag support stored in local SQLite
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 = "timeid"
version = "0.0.1"
authors = ["Nick <loyoming@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple crate to generate unique, timestamp-based IDs with memo/tag support stored in local SQLite"
readme = "README.md"
keywords = [
    "uid",
    "id",
    "utility",
]
license = "MIT"
repository = "https://github.com/nicklawman/timeid"

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.directories]
version = "5.0"

[dependencies.home]
version = "0.5"

[dependencies.once_cell]
version = "1.19"

[dependencies.rusqlite]
version = "0.30"