irox-time 0.4.1

Date and Time types to manage the inherent complexity of dealing with the fourth dimension.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "irox-enums"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07caadc67cb5032d04ab0c51510bfe7be5133e8064e6dfa48034b30b3891dd11"
dependencies = [
 "irox-enums_derive",
]

[[package]]
name = "irox-enums_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f7cf902c5e8b985b6e1a5d38d2ac5158e35964beb77988656f20142e288489"
dependencies = [
 "quote",
 "syn",
]

[[package]]
name = "irox-time"
version = "0.4.1"
dependencies = [
 "irox-enums",
 "irox-tools",
 "irox-units",
]

[[package]]
name = "irox-tools"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "572832e89cdf4975a4b3bf762f9c15fea190f2163b2bdee0fa3bbea9f93517c2"

[[package]]
name = "irox-units"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c36ed1702567ec07ba4bacef549e9b6ba59fce6ff86612a28b85db0f1f4a317b"

[[package]]
name = "proc-macro2"
version = "1.0.76"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"