[package] name = "topologic" description = "Topological sorting of Acyclic Dependency Graphs" repository = "https://github.com/oclyke/topologic" readme = "README.md" keywords = ["DAG", "topological", "sort", "dependency", "graph"] categories = ["algorithms", "data-structures"] version = "1.1.0" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]