tulpje-framework 0.17.0

Multi-purpose discord bot & framework
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"
name = "tulpje-framework"
version = "0.17.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-purpose discord bot & framework"
homepage = "https://github.com/z0w13/tulpje"
readme = false
license = "CC-BY-NC-SA-4.0"
repository = "https://github.com/z0w13/tulpje"

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

[dependencies.async-cron-scheduler]
version = "2.0.1"
features = ["logging"]

[dependencies.chrono]
version = "0.4.42"
features = [
    "alloc",
    "clock",
    "std",
]
default-features = false

[dependencies.rustls]
version = "0.23.35"
features = ["aws-lc-rs"]
default-features = false

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

[dependencies.tokio]
version = "1.48.0"

[dependencies.tokio-util]
version = "0.7.17"
features = ["rt"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.twilight-gateway]
version = "0.17.1"
default-features = false

[dependencies.twilight-http]
version = "0.17.1"
features = [
    "decompression",
    "rustls-webpki-roots",
]
default-features = false

[dependencies.twilight-model]
version = "0.17.1"

[dependencies.twilight-standby]
version = "0.17.0"

[dependencies.twilight-util]
version = "0.17.0"
features = ["builder"]

[dependencies.uuid]
version = "1.19.0"
features = [
    "v7",
    "serde",
]

[lints.clippy]
allow_attributes = "deny"
cast_lossless = "warn"
cast_precision_loss = "warn"
clone_on_ref_ptr = "warn"
explicit_into_iter_loop = "warn"
explicit_iter_loop = "warn"
from_iter_instead_of_collect = "warn"
get_unwrap = "warn"
if_then_some_else_none = "warn"
ignored_unit_patterns = "warn"
implicit_clone = "warn"
indexing_slicing = "warn"
integer_division = "warn"
manual_assert = "warn"
manual_string_new = "warn"
match_bool = "deny"
missing_assert_message = "warn"
needless_for_each = "warn"
needless_pass_by_value = "warn"
option_if_let_else = "warn"
or_fun_call = "warn"
partial_pub_fields = "warn"
redundant_clone = "warn"
redundant_closure = "warn"
redundant_else = "warn"
renamed_function_params = "warn"
self_named_module_files = "deny"
semicolon_if_nothing_returned = "warn"
unneeded_field_pattern = "warn"
unused_trait_names = "warn"
unwrap_in_result = "warn"
use_self = "warn"