[package] name = "algorithms-edu" version = "0.2.7" authors = ["Tianyi "] edition = "2018" description = "Algorithms for pedagogical demonstration" license = "MIT" repository = "https://github.com/TianyiShi2001/Algorithms" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-traits = "0.2.14" partial-min-max = "0.4.0" priority-queue = "1.0" ordered-float = "2.0" disjoint-sets = "0.4.2" rand = "0.7.3" lazy_static = "1.4.0" kodama = "0.2.3" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html" ]