# 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 = "waterfall" version = "0.8.1" authors = ["Brian Martin "] description = "Generates waterfalls from heatmaps" homepage = "https://github.com/pelikan-io/rustcommon/waterfall" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pelikan-io/rustcommon" resolver = "1" [dependencies.clocksource] version = "0.6.0" [dependencies.dejavu] version = "2.37.0" [dependencies.heatmap] version = "0.7.1" [dependencies.histogram] version = "0.7.1" [dependencies.image] version = "0.24.3" [dependencies.log] version = "0.4.17" [dependencies.rusttype] version = "0.9.2" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3"