# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
name = "cargo-pipe"
version = "0.2.2"
authors = ["Li Yu
"]
description = "A command-line tool to generate and build data integration app using pipebase framework"
homepage = "https://github.com/pipebase/pipebase"
readme = "README.md"
keywords = ["data-engineering", "api-integration", "declarative-pipeline"]
categories = ["command-line-utilities", "development-tools::cargo-plugins"]
license = "Apache-2.0"
repository = "https://github.com/pipebase/pipebase"
[dependencies.clap]
version = "3.1.2"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.pipegen]
version = "0.2.2"
[dependencies.regex]
version = "1.5.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.termcolor]
version = "1.1"
[dependencies.thiserror]
version = "1.0.29"
[dependencies.toml]
version = "0.5.8"