# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sparse_linear_assignment" version = "0.1.5" authors = ["Rinat Shigapov "] description = "Solvers for sparse linear assignment problem based on the auction algorithm" readme = "README.md" keywords = ["linear-assignment", "weighted-matching", "optimization", "auction-algorithm", "sparse"] categories = ["algorithms", "mathematics", "science"] license = "Apache-2.0" repository = "https://github.com/DXist/sparse_linear_assignment" [lib] bench = false [[bench]] name = "benchmark" harness = false [dependencies.anyhow] version = "1.0" [dependencies.num-integer] version = "0.1" optional = true [dependencies.num-iter] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.tracing] version = "0.1" features = ["release_max_level_warn"] [dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.generic-tests] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.reservoir-sampling] version = "0.5" [dev-dependencies.tracing] version = "0.1" features = ["max_level_trace"] [features] default = ["khosla", "forward"] forward = [] khosla = ["num-integer"]