# 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 = "fast_pl" version = "1.0.0" description = "A plane-sweep implementation to compute persistence landscapes" readme = "README.md" keywords = [ "tda", "data-analysis", "machine-learning", ] categories = [ "algorithms", "mathematics", "science", ] license = "AGPL-3.0-or-later" repository = "https://github.com/tph5595/fast_pl" [dependencies.clap] version = "3.2.18" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.float-ord] version = "0.3.2" [dependencies.geo] version = "0.23.0" [dependencies.geo-types] version = "0.7.8" [dependencies.plotters] version = "0.3.4" optional = true [features] plot = ["dep:plotters"]