# 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 = "rheaper" version = "0.2.1" description = "A in-process heap profiler for rust" readme = "README.md" license = "MIT" repository = "https://github.com/MarinPostma/rheaper" [dependencies.backtrace] version = "0.3.73" [dependencies.crc] version = "3.2.1" [dependencies.hashbrown] version = "0.14.5" [dependencies.itertools] version = "0.13.0" [dependencies.parking_lot] version = "0.12.3" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.31.0" optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.thread-id] version = "4.2.1" [dependencies.zerocopy] version = "0.7.34" features = ["derive"] [dev-dependencies.tempfile] version = "3.10.1" [features] allocator = [] default = [ "parse", "allocator", ] parse = ["dep:rusqlite"]