irox-time 0.4.9

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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbe159f1f0679d536a9982fb5e6a136ce7d04e7b9d379f5df9ed64ca8423d8d3"

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

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

[[package]]
name = "irox-units"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a7c8c0f3e9176c364d10acac0186bd419cb70c1041dd1aeb5f2a06b323eee7"
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.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"