[package] name = "topo" version = "0.13.2" description = "Tools for incrementally computing repeated callgraphs." categories = ["caching", "data-structures", "gui", "memory-management", "rust-patterns"] keywords = ["cache", "memoize", "intern", "topology", "incremental"] readme = "CHANGELOG.md" # update here, update everywhere! license = "MIT/Apache-2.0" homepage = "https://moxie.rs" repository = "https://github.com/anp/moxie.git" authors = ["Adam Perry "] edition = "2018" [features] default = [] wasm-bindgen = [ "dyn-cache/wasm-bindgen", "parking_lot/wasm-bindgen" ] [dependencies] dyn-cache = { path = "../dyn-cache", version = "0.12.1"} illicit = { path = "../illicit", version = "1.1.2"} once_cell = "1.4.0" parking_lot = "0.11.0" topo-macro = { path = "macro", version = "0.10.0"} [dev-dependencies] criterion = "0.3" [[bench]] name = "simple_calls" harness = false