lemmy_db_views_comment 1.0.0-test-fix-publish-3

A link aggregator for the fediverse
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 = "2024"
rust-version = "1.92"
name = "lemmy_db_views_comment"
version = "1.0.0-test-fix-publish-3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A link aggregator for the fediverse"
homepage = "https://join-lemmy.org/"
documentation = "https://join-lemmy.org/docs/en/index.html"
readme = false
license = "AGPL-3.0"
repository = "https://github.com/LemmyNet/lemmy"

[features]
full = [
    "lemmy_utils",
    "diesel",
    "diesel-async",
    "diesel_ltree",
    "i-love-jesus",
    "lemmy_db_schema/full",
    "lemmy_db_schema_file/full",
    "lemmy_diesel_utils/full",
]
ts-rs = [
    "dep:ts-rs",
    "lemmy_db_schema/ts-rs",
    "lemmy_db_schema_file/ts-rs",
]

[lib]
name = "lemmy_db_views_comment"
path = "src/lib.rs"
doctest = false

[dependencies.chrono]
version = "0.4.44"
features = [
    "now",
    "serde",
]
default-features = false

[dependencies.diesel]
version = "2.3.7"
features = [
    "64-column-tables",
    "chrono",
    "postgres",
    "serde_json",
    "uuid",
]
optional = true

[dependencies.diesel-async]
version = "0.8.0"
optional = true

[dependencies.diesel_ltree]
version = "0.4.0"
optional = true

[dependencies.i-love-jesus]
version = "0.3.0"
optional = true

[dependencies.lemmy_db_schema]
version = "=1.0.0-test-fix-publish-3"

[dependencies.lemmy_db_schema_file]
version = "=1.0.0-test-fix-publish-3"

[dependencies.lemmy_diesel_utils]
version = "=1.0.0-test-fix-publish-3"

[dependencies.lemmy_utils]
version = "=1.0.0-test-fix-publish-3"
optional = true
default-features = false

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

[dependencies.serde_with]
version = "3.18.0"

[dependencies.ts-rs]
version = "12.0.1"
features = [
    "chrono-impl",
    "no-serde-warnings",
    "url-impl",
]
optional = true

[dev-dependencies.lemmy_db_views_local_user]
version = "=1.0.0-test-fix-publish-3"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serial_test]
version = "3.4.0"

[dev-dependencies.tokio]
version = "1.50.0"
features = ["full"]

[lints.clippy]
allow_attributes = "deny"
as_conversions = "deny"
cast_lossless = "deny"
dbg_macro = "deny"
expect_used = "deny"
explicit_into_iter_loop = "deny"
explicit_iter_loop = "deny"
get_first = "deny"
if_then_some_else_none = "deny"
implicit_clone = "deny"
indexing_slicing = "deny"
inefficient_to_string = "deny"
items-after-statements = "deny"
large_futures = "deny"
manual_string_new = "deny"
map_err_ignore = "deny"
needless_collect = "deny"
redundant_closure_for_method_calls = "deny"
redundant_type_annotations = "deny"
ref_patterns = "deny"
return_and_then = "deny"
same_name_method = "deny"
string_slice = "deny"
tests_outside_test_module = "deny"
try_err = "deny"
unchecked_time_subtraction = "deny"
unimplemented = "deny"
uninlined_format_args = "allow"
unreachable = "deny"
unused_async = "deny"
unused_self = "deny"
unwrap_used = "deny"

[lints.clippy.complexity]
level = "deny"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.perf]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[lints.clippy.suspicious]
level = "deny"
priority = -1