radicle-feed 0.5.3

A feed service for Radicle
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 = "radicle-feed"
version = "0.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A feed service for Radicle"
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "radicle-feed"
path = "src/main.rs"

[dependencies.diesel]
version = "2.3.3"
features = [
    "postgres",
    "serde_json",
]

[dependencies.openssl-sys]
version = "0.9.100"
features = ["vendored"]

[dependencies.postgres-types]
version = "0.2.11"

[dependencies.pq-sys]
version = "0.6"
features = ["bundled"]

[dependencies.radicle]
version = "0.20.0"

[dependencies.radicle-job]
version = "0.4.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.snafu]
version = "0.8.9"

[dependencies.tracing]
version = "0.1.41"
features = ["log"]

[dependencies.tracing-log]
version = "0.2.0"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]