[workspace] members = [ ".", "tools", "tools/mesh-io", "tools/mesh-io/ffi", "tools/num-part", ] [package] name = "coupe" version = "0.1.0" authors = [ "Armand Touminet ", "Hubert Hirtz ", "Cédric Chevalier", "Sébastien Morais" ] edition = "2021" license = "MIT OR Apache-2.0" description = """ Coupe is a mesh partitioning library. It implements composable geometric and topologic algorithms. """ keywords = ["mesh", "partitioning"] categories = ["algorithms", "mathematics"] readme = "README.md" repository = "https://github.com/LIHPC-Computational-Geometry/coupe" autobenches = false [dependencies] approx = "0.5" itertools = "0.10" nalgebra = { version = "0.29", features = ["rand"] } ndarray = "0.15" num = "0.4" rayon = "1.3" tracing = "0.1" async-lock = "2" event-listener = "2" futures-lite = "1" rand = "0.8" sprs = { version = "0.11", default-features = false, features = ["multi_thread"] } [dev-dependencies] criterion = "0.3" gnuplot = "0.0.35" proptest = { version = "1.0.0", default-features = false, features = ["std", "timeout"] } tracing-subscriber = "0.3" tracing-chrome = "0.4" tracing-tree = "0.2" [[bench]] name = "benchmark" harness = false