# 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 = "2018" name = "oat_python" version = "0.1.1" authors = ["Gregory Henselman-Petrusek Roek"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "User-friendly tools for applied topology in Python" homepage = "https://openappliedtopology.github.io" readme = "README.md" keywords = [ "data", "geometry", "AI", "ML", "HPC", ] categories = [ "mathematics", "science", ] license-file = "LICENSE" repository = "https://github.com/OpenAppliedTopology/oat_python" [lib] name = "oat_python" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.derive-getters] version = "0.2.0" [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.14" [dependencies.num] version = "0.4.0" [dependencies.oat_rust] version = "0.1.0" [dependencies.ordered-float] version = "3.4.0" [dependencies.pyo3] version = "0.19.2" features = ["extension-module"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sprs] version = "0.11.0"