# 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 = "mcfg" version = "0.1.1" authors = ["Simon Johnston "] publish = true default-run = "mcfg" description = "Machine configurator, a cross-platform meta-package manager." documentation = "https://docs.rs/mcfg/" readme = "README.md" license = "MIT" repository = "https://github.com/johnstonskj/rust-mcfg.git" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "mcfg" path = "src/bin/main.rs" required-features = ["command-line"] [dependencies.dirs-next] version = "2.0.0" [dependencies.error-chain] version = "0.12.2" [dependencies.git2] version = "0.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.pretty_env_logger] version = "0.4.0" optional = true [dependencies.prettytable-rs] version = "0.8.0" [dependencies.regex] version = "1.4.3" [dependencies.rusqlite] version = "0.24.2" features = ["time"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.structopt] version = "0.3.14" optional = true [dependencies.time] version = "0.2.25" [dependencies.xdirs] version = "0.1.0" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-fmt", "run-cargo-test"] default-features = false [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.pretty_env_logger] version = "0.4.0" [features] command-line = ["pretty_env_logger", "structopt"] remove-self = []