# 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 = "recloser" version = "1.1.1" authors = ["Romain Leroux "] description = "A concurrent circuit breaker implemented with ring buffers" readme = "README.md" license = "MIT" repository = "https://github.com/lerouxrgd/recloser" [[bench]] name = "recloser" harness = false [dependencies.crossbeam-epoch] version = "0.9" [dependencies.pin-project] version = "1" [dev-dependencies.async-std] version = "1" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.failsafe] version = "1" [dev-dependencies.fake_clock] version = "0.3" [dev-dependencies.num_cpus] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rayon] version = "1"