# 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.71.0" name = "rene" version = "0.1.0" description = "Computational geometry." readme = "README.md" license = "MIT" repository = "https://github.com/lycantropos/rene" [lib] name = "rene" crate-type = [ "cdylib", "rlib", ] [dependencies.pyo3] version = "^0.19.0" features = ["extension-module"] [dependencies.pyo3-ffi] version = "^0.19.0" features = ["extension-module"] [dependencies.rithm] version = "^14.0.0" [dependencies.traiter] version = "^4.0.0" features = ["numbers"] [build-dependencies.pyo3-build-config] version = "^0.19.0"