# 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 = "2018" name = "vcsgraph" version = "0.2.0" authors = ["Pierre-Yves David ", "Laurent Bulteau ", "Pacien TRAN-GIRARD "] include = ["/src", "/README.md"] description = "A library to perform various computation of a version control graph" license = "GPL-2.0-or-later" repository = "https://foss.heptapod.net/mercurial/vcsgraph" [lib] name = "vcsgraph" [[bin]] name = "testing" path = "src/testing/main.rs" required-features = ["cli"] [[bin]] name = "analytics" path = "src/analytics/main.rs" required-features = ["cli"] [dependencies.hex] version = "0.4.2" [dependencies.rand] version = "0.7" [dependencies.sha-1] version = "0.9.6" [dependencies.structopt] version = "0.3" optional = true [features] cli = ["structopt"]