# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "topo" version = "0.13.2" authors = ["Adam Perry "] description = "Tools for incrementally computing repeated callgraphs." homepage = "https://moxie.rs" readme = "CHANGELOG.md" keywords = ["cache", "memoize", "intern", "topology", "incremental"] categories = ["caching", "data-structures", "gui", "memory-management", "rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/anp/moxie.git" [[bench]] name = "simple_calls" harness = false [dependencies.dyn-cache] version = "0.12.1" [dependencies.illicit] version = "1.1.2" [dependencies.once_cell] version = "1.4.0" [dependencies.parking_lot] version = "0.11.0" [dependencies.topo-macro] version = "0.10.0" [dev-dependencies.criterion] version = "0.3" [features] default = [] wasm-bindgen = ["dyn-cache/wasm-bindgen", "parking_lot/wasm-bindgen"]