# 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" rust-version = "1.63.0" name = "vsmtp-plugin-csv" version = "1.4.0-rc.10" authors = ["Team viridIT "] description = "A plugin for vSMTP that supports CSV databases" homepage = "https://github.com/viridIT/vSMTP" documentation = "https://docs.rs/crate/vsmtp-plugin-csv/" readme = "README.md" keywords = [ "vsmtp", "csv", ] categories = [ "email", "database", "plugin", ] license = "GPL-3.0-only" repository = "https://github.com/viridIT/vSMTP" [lib] crate-type = ["cdylib"] [dependencies.anyhow] version = "1.0.65" features = ["std"] default-features = false [dependencies.csv] version = "1.1.6" default-features = false [dependencies.rhai] version = "1.11.0" features = [ "unchecked", "sync", "internals", "no_closure", "metadata", ] [dependencies.serde] version = "1.0.144" features = [ "std", "derive", ] default-features = false [dependencies.vsmtp-plugin-vsl] version = "=1.4.0-rc.10"