float_approx_math 0.1.3

A math library for compile-time floating-point approximations (sqrt, sin, cos, etc...)
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "array_trait"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a007b9ded845c72972d07e3b52659bae29d5ac4e86a819825fbe0333d2b01f3e"
dependencies = [
 "moddef 0.2.2",
]

[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "currying"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f054f33f5af3efe5dd803cd7925c154836b092a8e9bb1e23508de79f6b24fb43"
dependencies = [
 "moddef 0.1.0",
 "tupleops",
]

[[package]]
name = "float_approx_math"
version = "0.1.3"
dependencies = [
 "array_trait",
 "moddef 0.2.2",
 "polynomial_ops",
]

[[package]]
name = "fn_zip"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afa9b1c726d8bd5518727ee89af8bf2f4854f2879b0b555fbea7190498ca432"
dependencies = [
 "moddef 0.2.2",
 "tupleops",
]

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

[[package]]
name = "moddef"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ed20ef722061b63f1c1505b48619355231a7c24d9d6c4e9a7b781cba4c2e5c2"

[[package]]
name = "num"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
dependencies = [
 "num-bigint",
 "num-complex",
 "num-integer",
 "num-iter",
 "num-rational",
 "num-traits",
]

[[package]]
name = "num-bigint"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-complex"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
dependencies = [
 "num-traits",
]

[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
 "autocfg",
 "num-traits",
]

[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
 "autocfg",
 "num-bigint",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
dependencies = [
 "autocfg",
]

[[package]]
name = "num_identities_const"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6f3d4eabef35d794b86949776760cc25504a691e2081da5c89682ce148d6b94"
dependencies = [
 "fn_zip",
 "moddef 0.2.2",
 "num",
]

[[package]]
name = "option_trait"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ecd91df48579fc468aab4152b4433f6e01286226ee88e9661cd565d3b785ce6"

[[package]]
name = "polynomial_ops"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2fa909cdc06517035bc538be69de160d9965b6a5f6f2791180e6a02a2bf2f45"
dependencies = [
 "array_trait",
 "currying",
 "moddef 0.2.2",
 "num",
 "num_identities_const",
 "option_trait",
 "sized_const",
]

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

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

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

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

[[package]]
name = "tupleops"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e290078fe0f775c39aebc49987d4aac90c3b9539316acb240dc9ec2a4611156"
dependencies = [
 "tupleops-macros",
]

[[package]]
name = "tupleops-generator"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136120de3f8963f0d6e1d736aead1c3ed0632c72f5a97f5ed1854818d69b6271"

[[package]]
name = "tupleops-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae3b0b025de1c76e24a54d30c8b0a0f4c019de78f5ed525d708bafd4b4717caa"
dependencies = [
 "syn",
 "tupleops-generator",
]

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