# 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 = "mm0_deepsize" version = "0.1.3" authors = ["Aeledfyr ", "Mario Carneiro "] include = ["Cargo.toml", "src/**/*.rs", "LICENSE", "README.md"] description = "MM0 port of deepsize crate" readme = "README.md" keywords = ["size", "stack", "heap", "macro"] categories = ["development-tools::profiling", "memory-management"] license = "MIT" repository = "https://github.com/digama0/mm0/" [dependencies.bit-set] version = "0.5" optional = true [dependencies.bit-vec] version = "0.6" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.lsp-types] version = "0.89" optional = true [dependencies.mm0_deepsize_derive] version = "0.1.1" default-features = false [dependencies.num] version = "0.4" optional = true [dependencies.owning_ref] version = "0.4" optional = true [dependencies.smallvec] version = "1.6" optional = true [dependencies.typed-arena] version = "2.0" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.memmap] version = "0.7" optional = true