# 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 = "lophat" version = "0.10.1" exclude = [ "scripts/**/*", "docs/**/*", ] description = "Lockfree Persistent Homology Algorithm Toolbox" homepage = "https://github.com/tomchaplin/lophat" readme = "README.md" license = "MIT" repository = "https://github.com/tomchaplin/lophat" [lib] name = "lophat" crate-type = [ "lib", "cdylib", ] [dependencies.bit-set] version = "0.5.3" [dependencies.hashbrown] version = "0.13.2" features = ["rayon"] [dependencies.pinboard] version = "2.2.0" [dependencies.pyo3] version = "0.18.1" features = [ "hashbrown", "extension-module", ] optional = true [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [dev-dependencies.ciborium] version = "0.2.0" [dev-dependencies.proptest] version = "1.1.0" [features] default = [ "python", "local_thread_pool", "serde", ] local_thread_pool = [] python = ["dep:pyo3"] serde = ["dep:serde"]