factorion-bot-reddit 5.2.13

factorion-bot (for factorials and related) on Reddit
# 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 = "factorion-bot-reddit"
version = "5.2.13"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "factorion-bot (for factorials and related) on Reddit"
readme = "README.md"
keywords = [
    "factorial",
    "termial",
    "bot",
    "math",
]
categories = [
    "mathematics",
    "web-programming",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/tolik518/factorion-bot/"

[[bin]]
name = "factorion-bot-reddit"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"
default-features = false

[dependencies.base64]
version = "0.22.1"
default-features = false

[dependencies.chrono]
version = "0.4.42"
features = ["now"]
default-features = false

[dependencies.dotenvy]
version = "^0.15.7"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.factorion-lib]
version = "4.1.12"
features = [
    "serde",
    "influxdb",
]

[dependencies.futures]
version = "0.3.31"
default-features = false

[dependencies.http]
version = "1.4.0"
default-features = false

[dependencies.log]
version = "0.4.29"

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "native-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.140"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]