[package]
edition = "2024"
name = "collider-py"
version = "0.0.2"
authors = ["Antoine Groudiev <antoine.groudiev@ens.psl.eu>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An experimental collision-detection library."
homepage = "https://github.com/agroudiev/collider"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/agroudiev/collider"
resolver = "2"
[lib]
name = "collider"
crate-type = ["cdylib"]
path = "src/lib.rs"
doc = false
[dependencies.collider-rs]
version = "0.0.2"
features = ["python"]
[dependencies.pyo3]
version = "0.24.1"
features = ["extension-module"]