[dependencies.num]
features = ["serde"]
version = "0.4.3"
[dependencies.primitive-types]
default-features = false
version = "0.13.1"
[dependencies.thiserror]
version = "1.0.61"
[lib]
name = "satellite_math"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "mathematics"]
description = "Mathematical primitives and utilities used by the Satellite Bitcoin project."
edition = "2021"
keywords = ["bitcoin", "math", "utilities"]
license = "MIT OR Apache-2.0"
name = "satellite-math"
readme = false
repository = "https://github.com/saturnbtc/satellite"
version = "0.31.6"