# 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] edition = "2018" name = "emmett" version = "0.1.3-alpha" authors = ["Andrew Banchich "] description = "a simple etl tool" homepage = "https://gitlab.com/andrewbanchich/emmett" readme = "README.md" keywords = ["ETL", "Logstash", "data", "logs"] categories = ["parsing"] license = "GPL-3.0-or-later" repository = "https://github.com/andrewbanchich/emmett" [lib] name = "emmett" path = "src/lib.rs" [[bin]] name = "emmett" path = "src/bin.rs" [dependencies.futures] version = "0.1.27" [dependencies.http] version = "0.1.17" [dependencies.reqwest] version = "0.9.17" [dependencies.rusoto_core] version = "0.39.0" [dependencies.rusoto_credential] version = "0.39.0" [dependencies.rusoto_s3] version = "0.39.0" [dependencies.serde] version = "1.0.91" [dependencies.serde_json] version = "1.0.39" [dependencies.sha1] version = "0.6.0" [dependencies.tokio] version = "0.1.20" [dependencies.toml] version = "0.5.1" [dependencies.url] version = "1.7.2" [badges.gitlab] repository = "andrewbanchich/emmett"