# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "simple-soft-float" version = "0.1.0" authors = ["Jacob Lifshay "] description = "soft-float library that intends to be a straightforward reference implementation of IEEE 754" readme = "README.md" license = "LGPL-2.1-or-later" repository = "https://salsa.debian.org/Kazan-team/simple-soft-float" [lib] name = "simple_soft_float" crate-type = ["rlib", "cdylib"] [dependencies.algebraics] version = ">= 0.1.2, < 0.2" [dependencies.bitflags] version = "1.2" [dependencies.num-bigint] version = "0.2" [dependencies.num-integer] version = "0.1" [dependencies.num-rational] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.once_cell] version = "1.2" optional = true [dependencies.pyo3] version = "0.8.4" features = ["num-bigint"] optional = true [features] default = [] python = ["pyo3", "once_cell"] python-extension = ["python", "pyo3/extension-module"]