# 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 = "jvm-hprof" version = "0.1.0" authors = ["Marshall Pierce "] description = "A parser for JVM hprof heap dumps" keywords = ["jvm", "hprof"] categories = ["development-tools", "parser-implementations"] license-file = "LICENSE.txt" repository = "https://bitbucket.org/marshallpierce/jvm-hprof-rs/src/master/" [profile.release] debug = 1 [[example]] name = "analyze_hprof" [dependencies.getset] version = "0.0.9" [dependencies.nom] version = "5.0.1" [dependencies.strum] version = "0.20.0" [dependencies.strum_macros] version = "0.20.1" [dev-dependencies.anyhow] version = "1.0.36" [dev-dependencies.base64] version = "0.11.0" [dev-dependencies.chrono] version = "0.4.10" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.csv] version = "1.1.5" [dev-dependencies.escaper] version = "0.1.0" [dev-dependencies.is_sorted] version = "0.1.1" [dev-dependencies.itertools] version = "0.8.2" [dev-dependencies.lmdb-rkv] version = "0.14.0" [dev-dependencies.memmap] version = "0.7.0" [dev-dependencies.num_cpus] version = "1.13.0" [dev-dependencies.rand] version = "0.8.0" [dev-dependencies.rayon] version = "1.5.0" [dev-dependencies.tempfile] version = "3.1.0"