rene 0.2.0

Computational geometry.
Documentation
# 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.74.0"
name = "rene"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Computational geometry."
readme = "README.md"
license = "MIT"
repository = "https://github.com/lycantropos/rene"

[lib]
name = "rene"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.pyo3]
version = "^0.28.3"
features = ["extension-module"]

[dependencies.pyo3-ffi]
version = "^0.28.3"
features = ["extension-module"]

[dependencies.rithm]
version = "^14.8.0"

[dependencies.traiter]
version = "^4.0.0"
features = ["numbers"]

[build-dependencies.pyo3-build-config]
version = "^0.28.3"

[lints.rust]
warnings = "deny"