irox-time 0.3.3

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.3.3"
dependencies = [
 "irox-enums",
 "irox-tools",
 "irox-units",
]

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

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

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

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

[[package]]
name = "syn"
version = "2.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
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"