fast_pl 1.3.0

A plane-sweep implementation to compute persistence landscapes
Documentation
# 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.3.0"
build = false
exclude = [
    ".direnv/",
    "flake.nix",
    "flake.lock",
    ".envrc",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "fast_pl"
path = "src/lib.rs"

[[bin]]
name = "fast_pl"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.27"
features = ["derive"]

[dependencies.csv]
version = "1.3.1"

[dependencies.float-ord]
version = "0.3.2"

[dependencies.geo]
version = "0.29.3"

[dependencies.geo-types]
version = "0.7.15"

[dependencies.plotters]
version = "0.3.7"
optional = true

[features]
plot = ["dep:plotters"]