# 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] name = "jencli" version = "0.1.0" authors = ["François Mockers"] description = "A tool to work with Jenkins from the command line." homepage = "https://github.com/mockersf/jencli" readme = "README.md" keywords = ["jenkins"] categories = ["command-line-utilities", "development-tools"] license = "MIT" repository = "https://github.com/mockersf/jencli" [lib] name = "jencli" path = "src/lib.rs" [[bin]] name = "jencli" path = "src/main.rs" [dependencies.ansi_term] version = "0.11" [dependencies.chrono] version = "0.4" [dependencies.config] version = "0.8" [dependencies.env_logger] version = "0.5" [dependencies.failure] version = "0.1" [dependencies.handlebars] version = "0.32" [dependencies.jenkins_api] version = "0.4" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.2"