# 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 = "playbook" version = "0.4.2" authors = ["Alex Yang "] description = "YAML driven Docker DevOps" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/aleozlx/playbook-rs.git" [lib] name = "playbook_api" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.32.0" [dependencies.colored] version = "1.6" [dependencies.dirs] version = "1.0.4" [dependencies.fern] version = "0.5" [dependencies.handlebars] version = "1.1.0" optional = true [dependencies.impersonate] version = "0.0.3" [dependencies.itertools] version = "0.8" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.11" [dependencies.pyo3] version = "0.5" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.90" [dependencies.serde_derive] version = "1.0.90" [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "0.7" features = ["v5"] [dependencies.yaml-rust] version = "0.4" [dependencies.ymlctx] version = "0.1.8" [dev-dependencies.tempfile] version = "3.0.5" [features] agent = [] as_switch = ["handlebars"] ci_only = [] default = [] lang_python = ["pyo3", "ymlctx/topyobject"] sandbox = [] sys_hotwings = ["lang_python", "as_switch"] [badges.travis-ci] branch = "master" repository = "aleozlx/playbook-rs"