# 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 = "2021" name = "rssafecircuit" version = "0.1.0" authors = ["fadedreams7 "] description = "This Rust library implements a Circuit Breaker pattern with asynchronous support using Tokio, managing failure states and recovery strategies." homepage = "https://github.com/fadedreams/rssafecircuit" documentation = "https://github.com/fadedreams/rssafecircuit" readme = "README.md" keywords = [ "resilience", "fault_tolerance", "circuit_breaker", ] categories = ["no-std"] license-file = "LICENSE" repository = "https://github.com/fadedreams/rssafecircuit" [lib] name = "rssafecircuit" path = "src/lib.rs" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = ["full"]