# 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] name = "hungarian" version = "1.1.1" authors = ["Newton Ni "] description = "A simple, fast implementation of the Hungarian (Kuhn-Munkres) algorithm." readme = "README.md" keywords = ["hungarian", "munkres", "kuhn-munkres", "algorithms", "assignment"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/nwtnni/hungarian" [[bench]] name = "benchmark" harness = false [dependencies.fixedbitset] version = "0.3" [dependencies.ndarray] version = "0.13" [dependencies.num-traits] version = "0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.pathfinding] version = "2.0" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "nwtnni/hungarian"