# 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 = "network-flow" version = "0.1.0" authors = ["Shan Xizeng "] description = "A library of network flow for rust lang" readme = "README.md" keywords = [ "graph", "network_flow", "max_flow", "min_cost_max_flow", ] license = "MIT OR Apache-2.0" repository = "https://github.com/shanxizeng/network_flow_rs" [dependencies.dot-generator] version = "0.2.0" [dependencies.dot-structures] version = "0.1.0" [dependencies.graphviz-rust-bla] version = "0.*"