# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "parcl-math" version = "1.0.0" description = "A Rust math library for solana programs" homepage = "https://parcl.co" keywords = [ "parcl", "math", "solana", ] license = "MIT OR Apache-2.0" [lib] name = "parcl_math" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.24.2" [dependencies.num-traits] version = "0.2.14" [dependencies.uint] version = "=0.9.1" [dev-dependencies.proptest] version = "1.0.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = []