dyncord 0.2.0

A high-level, ergonomic, batteries-included Discord bot library for Rust. WIP.
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 = "dyncord"
version = "0.2.0"
authors = ["Nyeki <hello@nyeki.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-level, ergonomic, batteries-included Discord bot library for Rust. WIP."
readme = "README.md"
license = "MIT"
repository = "https://github.com/Nekidev/dyncord"

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

[[example]]
name = "001_basic"
path = "examples/001_basic.rs"

[[example]]
name = "002_dynamic_prefixes"
path = "examples/002_dynamic_prefixes.rs"

[[example]]
name = "003_custom_argument"
path = "examples/003_custom_argument.rs"

[dependencies.rustls]
version = "0.23.37"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"

[dependencies.twilight-gateway]
version = "0.17.1"
features = [
    "rustls-webpki-roots",
    "simd-json",
    "zlib",
]

[dependencies.twilight-http]
version = "0.17.1"
features = [
    "rustls-webpki-roots",
    "simd-json",
]

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

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