# 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 = "constat" version = "0.1.5" authors = ["Hao Hou "] description = "A toy program that counts and visualize the line of code owned by each author over time" license = "MIT" repository = "https://github.com/38/constat" [profile.release] debug = true [dependencies.chrono] version = "0.4.9" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.cpuprofiler] version = "0.0.4" [dependencies.git2] version = "0.10.1" [dependencies.glob] version = "0.3.0" [dependencies.indicatif] version = "0.12.0" [dependencies.open] version = "1.3.2" [dependencies.plotters] version = "^0.2.14" features = ["svg", "datetime", "bitmap", "image_encoder"] default_features = false [dependencies.rayon] version = "1.3.0" [dependencies.tempfile] version = "3.1.0"