# 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 = "fixedpointmath" version = "0.18.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Math library to simulate FixedPoint computation in Solidity smart contracts." homepage = "https://hyperdrive.box/" documentation = "https://docs.rs/crate/fixedpointmath" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/delvtech/hyperdrive-rs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "assets/katex_header.html", ] [lib] name = "fixedpointmath" path = "src/lib.rs" [dependencies.ethers] version = "2.0.11" default-features = false [dependencies.eyre] version = "0.6.8" [dependencies.paste] version = "1.0.15" [dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1" features = ["full"]