# 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 = "onlinematching" version = "0.3.2" authors = ["shinnku "] description = "Online bipartite matching is a type of matching problem where the goal is to match elements from two disjoint sets (also known as \"bipartite graphs\"), where one set represents the \"left\" vertices and the other set represents the \"right\" vertices." readme = "README.md" license = "MIT" [profile.dev] opt-level = 2 [profile.release] opt-level = 3 [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-rand] version = "0.14.0" [dependencies.petgraph] version = "0.6.3" [dependencies.rand] version = "0.8"