# 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 = "hprof-slurp" version = "0.5.3" authors = ["Arnaud Gourlay "] description = "JVM heap dump hprof file analyzer" readme = "README.md" keywords = [ "java", "jvm", "heap-dump", "analyzer", "hprof", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/agourlay/hprof-slurp" [dependencies.ahash] version = "0.8.11" [dependencies.clap] version = "4.5.3" features = ["cargo"] [dependencies.crossbeam-channel] version = "0.5.12" [dependencies.indicatif] version = "0.17.8" [dependencies.indoc] version = "2.0.4" [dependencies.nom] version = "7.1.3" [dependencies.thiserror] version = "1.0.58"