# 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 = "pallas-math" version = "0.31.0" authors = ["Andrew Westberg "] build = false exclude = ["tests/data/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Mathematics functions for Cardano" homepage = "https://github.com/txpipe/pallas" documentation = "https://docs.rs/pallas-math" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/txpipe/pallas" [lib] name = "pallas_math" path = "src/lib.rs" [dependencies.malachite] version = "0.4.16" [dependencies.malachite-base] version = "0.4.16" [dependencies.regex] version = "1.10.5" [dependencies.thiserror] version = "1.0.61" [dev-dependencies.proptest] version = "1.5" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.quickcheck_macros] version = "1.0" [dev-dependencies.rand] version = "0.8"