version = 4
[[package]]
name = "irox-bits"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f421b7f1273cb23cced758167d5c98975490474ef5b52b83c0134a7bef6929c8"
[[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-log"
version = "0.2.3"
dependencies = [
"irox-time",
"irox-tools",
"log",
]
[[package]]
name = "irox-time"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6046494522facbd8ac719da6d620ab12fb30a1a48955275fcc4e3cc2c2f8783"
dependencies = [
"irox-enums",
"irox-fixedmath",
"irox-tools",
"irox-units",
]
[[package]]
name = "irox-tools"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f4c9c05cf20a7d59476432b83fcdb2ddb898cfda4d595cd9823277ae0be611"
dependencies = [
"irox-bits",
]
[[package]]
name = "irox-units"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "132fd11f2519a37ce5768f282a524a8372055a40ea34a3b1533bd62174542bca"
dependencies = [
"irox-tools",
]
[[package]]
name = "log"
version = "0.4.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
[[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.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"