# 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 = "topo_sort" version = "0.4.0" authors = ["Scott Meeuwsen "] description = "A 'cycle-safe' topological sort for a set of nodes with dependencies" documentation = "https://docs.rs/topo_sort" readme = "README.md" keywords = ["topological", "sort", "sorting", "dependencies", "dependency"] categories = ["algorithms", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/nu11ptr/topo_sort" resolver = "2" [dependencies.indexmap] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [features] indexmap-serde = ["indexmap/serde-1", "serde"]