# 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 = "colamd" version = "0.1.0" description = "Column approximate minimum degree ordering algorithm" categories = ["algorithms", "mathematics", "science"] license = "BSD-3-Clause" repository = "https://github.com/rwl/colamd_rs/" resolver = "2" [dependencies] [features] debug = [] debug1 = ["debug"] debug2 = ["debug1"] debug3 = ["debug2"] debug4 = ["debug3"] i64 = [] nprint = []