[package] name = "solarti-math" version = "0.1.3" description = "Solarti Program Library Math" authors = [ "Miraland Crafters ", "Solana Labs Maintainers " ] repository = "https://github.com/miraland-labs/solarti-program-library" license = "Apache-2.0" edition = "2021" [features] no-entrypoint = [] test-sbf = [] [dependencies] borsh = "0.10.3" borsh-derive = "0.10.3" num-derive = "0.3" num-traits = "0.2" miraland-program = "1.14.18" thiserror = "1.0" uint = "0.9" [dev-dependencies] proptest = "1.0.0" miraland-program-test = "1.14.18" miraland-sdk = "1.14.18" libm = "0.2.2" [lib] crate-type = ["cdylib", "lib"] name = "spl_math" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]