irox-time 0.4.8

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 = 4

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

[[package]]
name = "irox-derive-helpers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d208706b78af9b7f64733e9eb10abd9cfc5f6d2222206083e246d0d97cc8c441"
dependencies = [
 "irox-tools",
]

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

[[package]]
name = "irox-enums_derive"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "380e2c38ebe968f2c0881c39413df16a9774058aa95315d98b420779bd8db9ef"
dependencies = [
 "irox-derive-helpers",
 "syn",
]

[[package]]
name = "irox-fixedmath"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af6b56555cd482a4cf61caa40738a69ea332a12a11893747aec79823b6bba96"
dependencies = [
 "irox-tools",
]

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

[[package]]
name = "irox-tools"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e49ecb1c89b57ae1132412162fca9f8279382ff7fdbe6bda76d996364d752c87"
dependencies = [
 "irox-bits",
]

[[package]]
name = "irox-units"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4f0cb5c1cedd5023785e1a5576faa9505c6568d56cde8e34b310817f04d5bd8"
dependencies = [
 "irox-tools",
]

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

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

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

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