[package] name = "heapless_topo" version = "0.1.4" edition = "2021" authors = ["Anatol Ulrich"] description = "no-std topological sort using `heapless`" repository = "https://github.com/spookyvision/heapless_topo" readme = "README.md" license = "MIT" keywords = ["graph", "toposort", "topological", "no_std"] [dependencies] defmt = { version = ">=0.2.0,<0.4", optional = true } heapless = "0.8.0" [features] std = [] defmt-03 = ["dep:defmt"]