# 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 = "simplicial_topology" version = "0.1.2" authors = ["Lewis Mead"] description = "Represent, manipulate, combine and perform computations on simplicial complexes" readme = "README.md" keywords = [ "simplicial", "topology", "betti", "combinatorics", ] license = "MIT" [[bench]] name = "simplicial_complex_benchmark" harness = false [[bench]] name = "random_complex_benchmark" harness = false [dependencies.criterion] version = "0.4.0" features = ["html_reports"] [dependencies.itertools] version = "0.10.5" [dependencies.nalgebra] version = "0.31" [dependencies.num-integer] version = "0.1.45" [dependencies.plotly] version = "0.8.3" optional = true [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [features] sc_plot = ["dep:plotly"]