# 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 = "glassbench" version = "0.4.3" authors = ["dystroy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust benchmark with memory" readme = "README.md" keywords = ["benchmark"] categories = [ "development-tools", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/Canop/glassbench" [lib] name = "glassbench" path = "src/lib.rs" [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.csv2svg] version = "0.2.3" [dependencies.git2] version = "0.19" default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.open] version = "1.1" [dependencies.rusqlite] version = "0.31" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.1" [dependencies.termimad] version = "0.30" features = ["special-renders"] default-features = false [dependencies.thiserror] version = "1.0"