# 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 = "2021" name = "mega_etl" version = "0.1.1" authors = [ "Tricster ", "Michael Yuan ", "Miley Fu ", ] description = """ A cloud-native ETL (Extract, Transform, Load) application framework based on the WasmEdge WebAssembly runtime for developers to filter, map, and transform data pipelines going into cloud databases. """ homepage = "https://github.com/second-state/MEGA" readme = "README.md" keywords = [ "etl", "database", "streaming", "serverless", "wasm", ] categories = [ "asynchronous", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/second-state/MEGA" resolver = "1" [dependencies.anyhow] version = "1.0.65" [dependencies.async-trait] version = "0.1.57" [dependencies.hyper_wasi] version = "0.15.0" features = ["full"] [dependencies.log] version = "0.4.17" [dependencies.mysql_async_wasi] version = "0.30" [dependencies.thiserror] version = "1.0" [dependencies.tokio_wasi] version = "1.21" features = ["net"] [dependencies.url] version = "2.3.1"