# 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 = "git-repo-language-trends" version = "0.4.0" authors = ["Martin Nordholts "] description = "Prints tabulated data about programming language usage over time in a git repository." homepage = "https://github.com/Enselic/git-repo-language-trends" documentation = "https://github.com/Enselic/git-repo-language-trends/blob/main/README.md" license = "MIT" repository = "https://github.com/Enselic/git-repo-language-trends" [dependencies.chrono] version = "0.4" features = ["alloc"] default-features = false [dependencies.git2] version = "0.13" default-features = false [dependencies.indicatif] version = "0.15" [dependencies.structopt] version = "0.3" [dev-dependencies.assert_cmd] version = "1.0" [dev-dependencies.predicates] version = "1.0"