factorion-lib 4.2.2

A library used to create bots to recognize and calculate factorials and related concepts
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 = "factorion-lib"
version = "4.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library used to create bots to recognize and calculate factorials and related concepts"
readme = "README.md"
keywords = [
    "factorial",
    "termial",
    "bot",
    "math",
]
categories = [
    "mathematics",
    "web-programming",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/tolik518/factorion-bot/"

[features]
influxdb = [
    "dep:influxdb",
    "dep:chrono",
]
serde = [
    "dep:serde",
    "dep:serde_json",
    "factorion-math/serde",
]

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.chrono]
version = "0.4.41"
features = ["now"]
optional = true
default-features = false

[dependencies.concat-idents]
version = "1.1.4"

[dependencies.factorion-math]
version = "1.0"

[dependencies.influxdb]
version = "0.7.2"
features = [
    "derive",
    "reqwest",
]
optional = true
default-features = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dev-dependencies.arbtest]
version = "0.3.2"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"