# 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 = "hydra-dx-math" version = "4.4.3" authors = ["GalacticCouncil"] description = "A collection of utilities to make performing liquidity pool calculations more convenient." homepage = "https://github.com/galacticcouncil/hydradx-math" license = "Apache-2.0" repository = "https://github.com/galacticcouncil/hydradx-math" resolver = "2" [[bench]] name = "benchmarks" harness = false [dependencies.codec] version = "2.3.1" features = [ "derive", "max-encoded-len", ] default-features = false package = "parity-scale-codec" [dependencies.fixed] version = "1.9.0" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.primitive-types] version = "0.8.0" default-features = false [dependencies.sp-arithmetic] version = "4.0.0" default-features = false [dev-dependencies.approx] version = "0.3.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.7" default-features = false [dev-dependencies.rand_xoshiro] version = "0.4" [features] default = [] std = []