drasi-source-postgres 0.1.4

PostgreSQL source plugin for Drasi
Documentation
# 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 = "drasi-source-postgres"
version = "0.1.4"
authors = ["Drasi Project"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL source plugin for Drasi"
readme = "README.md"
keywords = [
    "drasi",
    "plugin",
    "postgres",
]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/drasi-project/drasi-core"

[lib]
name = "drasi_source_postgres"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.drasi-core]
version = "0.3.3"

[dependencies.drasi-lib]
version = "0.3.4"

[dependencies.futures]
version = "0.3"

[dependencies.hmac]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.7"

[dependencies.ordered-float]
version = "3.0"

[dependencies.pbkdf2]
version = "0.12"

[dependencies.postgres-types]
version = "0.2"
features = [
    "derive",
    "with-chrono-0_4",
]

[dependencies.prost-types]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rust_decimal]
version = "1.34"
features = ["db-tokio-postgres"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-postgres]
version = "0.7"
features = [
    "with-chrono-0_4",
    "with-serde_json-1",
]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[lints.clippy]
large_enum_variant = "allow"
module_inception = "allow"
print_stdout = "warn"
ptr_arg = "allow"
type_complexity = "allow"
uninlined_format_args = "warn"
unwrap_used = "warn"

[lints.rust]
unused = "allow"
warnings = "deny"