[package] name = "parcl-math" version = "1.0.0" edition = "2018" description = "A Rust math library for solana programs" license = "MIT OR Apache-2.0" homepage = "https://parcl.co" keywords = ["parcl", "math", "solana"] [lib] crate-type = ["cdylib", "lib"] name = "parcl_math" [features] no-entrypoint = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.24.2" uint = "=0.9.1" num-traits = "0.2.14" [dev-dependencies] proptest = "1.0.0"