backoff-config 0.1.4

Flexible backoff configuration in Rust
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 = "backoff-config"
version = "0.1.4"
authors = ["Daniyil Yevtyushkin <d.yevtyushkin.dev@gmail.com>"]
build = false
exclude = [
    "examples/*",
    "tests/*",
    "*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flexible backoff configuration in Rust"
homepage = "https://github.com/yevtyushkin/backoff-config"
documentation = "https://docs.rs/backoff-config"
readme = "README.md"
keywords = [
    "backoff",
    "retry",
    "configuration",
    "serde",
    "backon",
]
categories = ["config"]
license = "MIT"
repository = "https://github.com/yevtyushkin/backoff-config"

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

[dependencies.backon]
version = "1.6.0"
features = ["std"]
default-features = false

[dependencies.duration-str]
version = "0.19.0"
features = [
    "no_calc",
    "serde",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.smart-default]
version = "0.7.1"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.backon]
version = "1.6.0"

[dev-dependencies.figment]
version = "0.10.19"
features = [
    "env",
    "test",
    "toml",
]

[dev-dependencies.log]
version = "0.4.29"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.simple_logger]
version = "5.1.0"

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