# 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" rust-version = "1.67" name = "rithm" version = "14.6.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Arbitrary precision arithmetic." readme = "README.md" license = "MIT" repository = "https://github.com/lycantropos/rithm" [lib] name = "rithm" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.pyo3] version = "^0.23.1" features = ["extension-module"] optional = true [dependencies.pyo3-ffi] version = "^0.23.1" features = ["extension-module"] optional = true [dependencies.traiter] version = "^4.0.0" features = [ "numbers", "std", ] [build-dependencies.pyo3-build-config] version = "^0.23.1" [features] python_binding = [ "dep:pyo3", "dep:pyo3-ffi", ]