[package] name = "spl-math" version = "0.1.0" description = "Solana Program Library Math" authors = ["Solana Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" license = "Apache-2.0" edition = "2018" [features] no-entrypoint = [] test-bpf = [] [dependencies] borsh = "0.7.1" borsh-derive = "0.8.1" num-derive = "0.3" num-traits = "0.2" solana-program = "1.5.11" thiserror = "1.0" uint = "0.8" [dev-dependencies] proptest = "0.10" solana-program-test = "1.5.11" solana-sdk = "1.5.11" [lib] crate-type = ["cdylib", "lib"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]