# 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 = "gclog" version = "0.2.1" authors = ["Ryan SVIHLA "] build = "build.rs" description = "A tool to analyze jdk8 gc logs" homepage = "https://github.com/rsvihladremio/gclog" readme = "README.md" keywords = [ "cli", "gclog", "java", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/rsvihladremio/gclog" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.histogram] version = "0.6.9" [dependencies.tabled] version = "0.7.0" [dependencies.tempfile] version = "3.3.0" [dependencies.time] version = "0.3.9" features = [ "formatting", "parsing", "macros", ] [build-dependencies.built] version = "0.5"