talus 0.3.0

Computational topology in Rust
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 = "2024"
name = "talus"
version = "0.3.0"
authors = ["Scott Hellman <scotthellman2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Computational topology in Rust"
readme = false
license = "MIT"
repository = "https://github.com/scotthellman/talus"
resolver = "1"

[lib]
name = "talus"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[[test]]
name = "persistence_test"
path = "tests/persistence_test.rs"

[dependencies.csv]
version = "1.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.kdtree]
version = "0.8.0"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.rand]
version = "0.10.1"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.11.0"