[dependencies.fixedbitset]
version = "0.4.2"
[dependencies.itertools]
version = "0.12.1"
[dev-dependencies]
[features]
default = []
[package]
authors = ["Aster <192607617@qq.com>"]
description = "A special topological sorting that can arrange the same group of objects together, used to manage dependencies"
documentation = "https://docs.rs/dependent_sort"
edition = "2021"
exclude = ["package.json", "tests/**"]
license = "MPL-2.0"
name = "dependent_sort"
readme = "readme.md"
repository = "https://github.com/oovm/dependent_sort"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true