exact-real 0.0.0

Inifinite precision real numbers
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "exact-real"
version = "0.0.0"
dependencies = [
 "ibig",
]

[[package]]
name = "ibig"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "798c61bc5bb913c1684da6ee1ad2090dc71a8277a9c23233f723a63ef8d652b3"
dependencies = [
 "ascii",
 "static_assertions",
]

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