topological-sort 0.2.2

Performs topological sorting.
Documentation
[badges.maintenance]
status = "passively-maintained"
[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[package]
authors = ["gifnksm <makoto.nksm+github@gmail.com>"]
description = "Performs topological sorting."
documentation = "https://docs.rs/topological-sort"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "topological-sort"
readme = "README.md"
repository = "https://github.com/gifnksm/topological-sort-rs"
rust-version = "1.43.1"
version = "0.2.2"
[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "{{crate_name}} = \"{{version}}\""
search = "topological-sort = \"[0-9\\.]+\""