# 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-core" version = "0.0.4" description = """ Core implementations of the `suan` calculator. """ keywords = [ "math", "mathematics", ] license = "Apache-2.0" repository = "https://github.com/cmpute/suan" [dependencies.bigdecimal] version = "0.3.0" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-complex] version = "0.4" [dependencies.num-integer] version = "0.1.44" [dependencies.num-irrational] version = "0.3.0" features = [ "num-bigint", "complex", ] [dependencies.num-modular] version = "0.5.1" features = [ "num-bigint", "std", ] [dependencies.num-order] version = "1.0.4" features = [ "num-bigint", "num-complex", "num-rational", "std", ] [dependencies.num-prime] version = "0.4.1" features = [ "big-table", "big-int", ] [dependencies.num-rational] version = "0.4" [dependencies.num-traits] version = "0.2.14" [dependencies.pyo3] version = "0.16.0" optional = true default-features = false [features] backend-pure = ["bigdecimal"] backend-rug = [] default = ["backend-pure"]