# 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 = "toposort-scc" version = "0.5.4" authors = ["Ferdinand Bachmann "] description = "An implementation of Kahn's algorithm for topological sorting and Kosaraju's algorithm for strongly connected components" readme = "README.md" keywords = ["toposort", "scc", "graph", "kahn", "kosaraju"] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com/Ferdi265/toposort-scc" [package.metadata.docs.rs] features = ["id-arena"] [dependencies.id-arena] version = "2" optional = true