# 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 = "pipebase" version = "0.2.0" authors = ["Li Yu "] description = "A tokio based runtime library for data integration app" homepage = "https://github.com/pipebase/pipebase" documentation = "https://docs.rs/pipebase/" readme = "README.md" keywords = ["data-engineering", "api-integration", "declarative-pipeline", "tokio"] license = "Apache-2.0" repository = "https://github.com/pipebase/pipebase" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.50" [dependencies.chrono] version = "0.4" [dependencies.pipederive] version = "0.2.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.strum] version = "0.20" features = ["derive"] [dependencies.tokio] version = "1.6.1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.serde_json] version = "1.0.64"