ascending_time 0.2.2

Some Time Helpers for the ascending group.
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"
rust-version = "1.94"
name = "ascending_time"
version = "0.2.2"
authors = [
    "S.J.R. van Schaik",
    "Andrew Wheeler <genusistimelord@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Some Time Helpers for the ascending group."
documentation = "https://docs.rs/ascending_time"
readme = "README.md"
keywords = [
    "instant",
    "duration",
    "time",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AscendingCreations/AscendingTime"

[features]
enable_bytey = ["bytey"]
enable_mmap_bytey = ["mmap_bytey"]
enable_serde = ["serde"]
enable_sqlx = ["sqlx"]
sqlx_native_tls = ["sqlx?/tls-native-tls"]
sqlx_rustls = ["sqlx?/tls-rustls"]

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

[dependencies.bytey]
version = "0.4.0"
optional = true

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "serde",
    "std",
]

[dependencies.mmap_bytey]
version = "0.2.0"
optional = true

[dependencies.serde]
version = "1.0.207"
optional = true

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
    "chrono",
    "time",
]
optional = true