# 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 = "codealong" version = "0.1.1" authors = ["Gordon L. Hempton "] description = "Git analytics" license = "MIT" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dirs] version = "1.0.4" [dependencies.error-chain] version = "0.12" [dependencies.git2] version = "0.8" [dependencies.glob] version = "0.2" [dependencies.include_dir] version = "0.2" [dependencies.lazy_static] version = "1.1.0" [dependencies.linked-hash-map] version = "0.5.1" features = ["serde_impl"] [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.slog] version = "2.4" [dependencies.tempdir] version = "0.3.7" [dependencies.url] version = "1.7" [dependencies.yaml-rust] version = "0.4.2"