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