# 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 = "2018" name = "suan" version = "0.0.4" description = """ `suan` is a calculator supporting advanced mathematics and multiple precision. It's designed to be both a command line calculator and Python library. It's an alternative to Pari/GP and GNU BC. """ keywords = [ "math", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/cmpute/num-irrational" [lib] name = "suan" crate-type = ["cdylib"] [[bin]] name = "suan" [dependencies.bigdecimal] version = "0.3.0" optional = true [dependencies.num-bigint] version = "0.4" [dependencies.num-complex] version = "0.4" [dependencies.num-irrational] version = "0.3.0" [dependencies.num-modular] version = "0.5.1" [dependencies.num-prime] version = "0.4.1" [dependencies.num-rational] version = "0.4" [dependencies.pyo3] version = "0.16.0" features = [ "extension-module", "num-bigint", "num-complex", ] [dependencies.suan-core] version = "0.0.4" features = ["pyo3"] [features] backend-pure = [ "bigdecimal", "suan-core/backend-pure", ] default = ["backend-pure"]