# 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 = "hyperdrive-math" version = "0.18.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "API for simulating Hyperdrive smart contract transactions." homepage = "https://hyperdrive.box/" documentation = "https://docs.rs/crate/hyperdrive-math" 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 = "hyperdrive_math" path = "src/lib.rs" [dependencies.ethers] version = "2.0.11" [dependencies.eyre] version = "0.6.8" [dependencies.fixedpointmath] version = "0.18.1" [dependencies.hyperdrive-wrappers] version = "0.18.1" [dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-test] version = "0.1"