hexga_math 0.0.7

Math related crate that support multi dimensionnal vector, matrix, rectangle...
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "default_is_triple_underscore"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed256d777648a906203a9d6c12a3134aa2d01cc7eef10c5237ab75e88bacbc20"

[[package]]
name = "have_len"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eaa862aef602c9dace05ec59a5c85136a48747680bf45679d122fbc9430590f"

[[package]]
name = "hexga_array"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c13265d8c24afae20dfc2d7350c1cdc01b8807d3b2fc370950c55ce5746815"

[[package]]
name = "hexga_math"
version = "0.0.7"
dependencies = [
 "default_is_triple_underscore",
 "have_len",
 "hexga_array",
 "hexga_number",
 "hexga_typedef",
 "serde",
]

[[package]]
name = "hexga_number"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ca12a398c522aa39b9088afa099009e018ecfe9aff2cde4f2813f1a2d79c83"

[[package]]
name = "hexga_typedef"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0937142eb867dd36ae2a99fe169a6f299fcfeafa8496aae92677c0c7b5adbef4"

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

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

[[package]]
name = "serde"
version = "1.0.219"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
dependencies = [
 "serde_derive",
]

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

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

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