# 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 = "heapless_topo" version = "0.1.4" authors = ["Anatol Ulrich"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "no-std topological sort using `heapless`" readme = "README.md" keywords = [ "graph", "toposort", "topological", "no_std", ] license = "MIT" repository = "https://github.com/spookyvision/heapless_topo" [lib] name = "heapless_topo" path = "src/lib.rs" [dependencies.defmt] version = ">=0.2.0,<0.4" optional = true [dependencies.heapless] version = "0.8.0" [features] defmt-03 = ["dep:defmt"] std = []