# 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 = "hamster" version = "0.0.4" authors = ["Giles Cope "] description = "A local working dir runner of gitlab jobs" readme = "README.md" keywords = ["gitlab", "runner", "ci", "local"] categories = ["development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://github.com/gilescope/hamster.git" [dependencies.ansi_term] version = "0.12" [dependencies.git_info] version = "0.1" [dependencies.gitlab_ci_parser] version = "0.0.5" [dependencies.shellexpand] version = "2.0" [dependencies.subprocess] version = "0.2" default_features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2"