# 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 = "pigeon-rs" version = "0.4.2" authors = ["quambene "] description = "Command line tool for cheap and efficient email automation" homepage = "https://github.com/quambene/pigeon-rs" documentation = "https://github.com/quambene/pigeon-rs" readme = "README.md" keywords = [ "mail", "email", "automation", "cli", ] categories = [ "command-line-utilities", "email", ] license = "Apache-2.0" repository = "https://github.com/quambene/pigeon-rs" [[bin]] name = "pigeon" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/cmd/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.6" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.connectorx] version = "0.3.2" features = [ "src_postgres", "dst_arrow2", ] [dependencies.csv] version = "1.3" [dependencies.infer] version = "0.15" [dependencies.lettre] version = "0.11" features = [ "builder", "pool", "smtp-transport", "file-transport", "rustls-tls", ] default-features = false [dependencies.polars] version = "0.32" features = ["dtype-u8"] [dependencies.postgres] version = "0.19.2" [dependencies.rusoto_core] version = "0.48.0" features = ["rustls"] default-features = false [dependencies.rusoto_credential] version = "0.48.0" [dependencies.rusoto_ses] version = "0.48.0" features = ["rustls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.37" [dependencies.url] version = "2.5" [dependencies.uuid] version = "1.8" features = ["v4"] [dependencies.yaml-rust] version = "0.4" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.tempfile] version = "3.10.1"