# 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 = "amalie" version = "0.1.2" authors = ["GlacierSG "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mathmatical library written for rust and python" readme = "README.md" keywords = [ "math", "algebra", ] license = "MIT" repository = "https://github.com/GlacierSG/amalie" [lib] name = "amalie" path = "src/lib.rs" [dependencies.amalie-macros] version = "0.1.0" [dependencies.ctrlc] version = "3.4.4" [dependencies.num] version = "0.4.3" features = ["rand"] [dependencies.primal] version = "0.3.3" [dependencies.pyo3] version = "0.22.0" features = [ "extension-module", "num-bigint", ] optional = true [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.63"