# 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_rust" 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" homepage = "https://openappliedtopology.github.io" readme = "README.md" keywords = [ "data", "geometry", "ML", "HPC", ] categories = [ "mathematics", "science", ] license-file = "LICENSE" repository = "https://github.com/OpenAppliedTopology/oat_rust" [profile.dev] debug = 2 [profile.release] [lib] name = "oat_rust" path = "src/lib.rs" [[bin]] name = "debug" path = "src/bin/debug.rs" [[bin]] name = "oat_rust" path = "src/main.rs" [[bin]] name = "profiling" path = "src/bin/profiling.rs" [[bin]] name = "profiling_clique" path = "src/bin/profiling_clique.rs" [dependencies.assert-panic] version = "1.0.1" [dependencies.auto_impl] version = "0.4.1" [dependencies.derive-getters] version = "0.2.0" [dependencies.derive-new] version = "0.5.9" [dependencies.good_lp] version = "1.4.0" features = ["minilp"] default-features = false [dependencies.grb] version = "1.3.0" optional = true [dependencies.indicatif] version = "0.17.2" [dependencies.itertools] version = "0.10.0" [dependencies.ndarray] version = "0.15.6" [dependencies.num] version = "0.4.0" [dependencies.num-traits] version = "0.2.14" [dependencies.ordered-float] version = "3.4.0" [dependencies.primes] version = "0.3.0" [dependencies.rand] version = "0.8.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.42" [dependencies.sprs] version = "0.11.0" [dependencies.unzip-n] version = "0.1.2" [features] gurobi = ["grb"]