equanetwork-math 0.1.0

The Equa Network program math library
Documentation
# 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 = "equanetwork-math"
version = "0.1.0"
authors = ["admin@equa.network"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Equa Network program math library"
readme = "README.md"
keywords = [
    "solana",
    "crypto",
    "defi",
    "dex",
    "amm",
]
license-file = "LICENSE"

[features]
default = []
floats = ["dep:libm"]
wasm = [
    "dep:wasm-bindgen",
    "dep:serde",
    "dep:serde-wasm-bindgen",
    "dep:tsify",
    "dep:js-sys",
]

[lib]
name = "equanetwork_math"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/mod.rs"

[dependencies.equanetwork-macros]
version = "0.1.0"

[dependencies.ethnum]
version = "^1.5.3"

[dependencies.js-sys]
version = "^0.3.103"
optional = true

[dependencies.libm]
version = "^0.2.16"
optional = true

[dependencies.serde]
version = "^1.0.229"
features = ["derive"]
optional = true

[dependencies.serde-wasm-bindgen]
version = "^0.6.5"
optional = true

[dependencies.strum]
version = "^0.28.0"
features = ["derive"]

[dependencies.tsify]
version = "^0.5.6"
features = ["js"]
optional = true

[dependencies.wasm-bindgen]
version = "^0.2.126"
optional = true

[dev-dependencies.rstest]
version = "^0.26.1"