[package]
edition = "2021"
name = "astro-float-macro"
version = "0.4.6"
authors = ["stencillogic <stencillogic@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for multiple precision floating point numbers library astro-float."
readme = "README.md"
keywords = [
"bigfloat",
"numeric",
"mathematics",
"bignum",
]
categories = [
"algorithms",
"data-structures",
"science",
]
license = "MIT"
repository = "https://github.com/stencillogic/astro-float"
[lib]
name = "astro_float_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.astro-float-num]
version = "0.3.7"
default-features = false
[dependencies.proc-macro2]
version = "1"
default-features = false
[dependencies.quote]
version = "1"
default-features = false
[dependencies.syn]
version = "1"
features = [
"parsing",
"proc-macro",
"full",
"extra-traits",
"printing",
]
default-features = false