irox-imagery 0.1.3

Image processing, manipulation, formats
# 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-carto"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb17e23f636bfce1c3d0914dd559c369d44ae9732cd925345f6a2bf83fabf2c"
dependencies = [
 "irox-csv",
 "irox-enums",
 "irox-time",
 "irox-tools",
 "irox-units",
]

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

[[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-imagery"
version = "0.1.3"
dependencies = [
 "irox-bits",
 "irox-carto",
 "irox-log",
 "irox-tools",
 "irox-types",
 "irox-units",
]

[[package]]
name = "irox-log"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "278dab6730531669d90d749da113b05942630fcf9aff34839fda0572e8e7102b"
dependencies = [
 "irox-time",
 "irox-tools",
 "log",
]

[[package]]
name = "irox-time"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb79816e87f2f190ab08b83f5e4436b32b5bbab3dd4449c63b615025c7df6241"
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-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",
]

[[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 = "log"
version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e"

[[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"