irox-structs_derive 0.5.0

Derivable impls of the traits in irox-structs
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

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

[[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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d3a1606a0f906b8152141fb3aba0c5f0b6597bdacc0f9c3b923db212324c42"
dependencies = [
 "irox-derive-helpers",
 "syn",
]

[[package]]
name = "irox-structs_derive"
version = "0.5.0"
dependencies = [
 "irox-derive-helpers",
 "irox-tools",
 "irox-types",
 "quote",
 "syn",
]

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

[[package]]
name = "irox-types"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "199750e9242835968a2a37a4d5d827ba99a6dca963b274542f8905c334555746"
dependencies = [
 "irox-enums",
 "irox-enums_derive",
 "irox-tools",
 "syn",
]

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

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

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

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