[package] name = "travis-pipeline" description = "Translate a Travis CI Pipeline into a Buildkite Pipeline." version = "0.6.1" license = "MIT" authors = ["Keith Duncan "] edition = "2018" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8.9" itertools = "0.8.0" shellwords = "1.0.0" clap = "2.33.0" [dev-dependencies] pretty_assertions = "0.6.1"