# 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 = "2021" name = "tachyon-math-library" version = "0.5.2" description = "Solana library for low compute-unit cost evaluation of transcendental functions" documentation = "https://gitlab.com/dysonswap/tachyon-test" license = "MIT" repository = "https://gitlab.com/dysonswap/tachyon" resolver = "1" [lib] name = "tachyon_math_library" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.27.0" features = ["init-if-needed"] [dependencies.borsh] version = "0.9.1" [dependencies.bytemuck] version = "1.4.0" features = [ "derive", "min_const_generics", ] [dependencies.num-derive] version = "0.3" [dependencies.num-integer] version = "0.1.44" [dependencies.num-traits] version = "0.2" [dependencies.rust_decimal] version = "=1.29.1" features = ["maths"] [dependencies.solana-program] version = "=1.16.23" [dependencies.thiserror] version = "1.0" [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []