[dependencies.proc-macro2]
version = "1.0.60"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["ALeX Kazik <alex@kazik.de>"]
categories = ["mathematics", "science", "no-std"]
description = "Macro for scientific, the arbitrary precision scientific number. Not intended to be used directly."
edition = "2021"
keywords = ["arbitrary", "precision", "scientific", "no_std"]
license = "MIT"
name = "scientific-macro"
readme = "README.md"
repository = "https://github.com/alexkazik/scientific"
rust-version = "1.65.0"
version = "0.5.2"