# 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 = "big-o-test" version = "0.2.8" authors = ["Luiz Silveira "] description = "Enforces a maximum `space` and `time` Algorithm Complexity when testing" homepage = "https://github.com/zertyz/big-o" documentation = "https://docs.rs/big-o-test/" readme = "README.md" keywords = [ "algorithm", "analysis", "Big-O", "notation", "performance", ] categories = [ "development-tools", "development-tools::profiling", "development-tools::testing", ] license = "Unlicense" repository = "https://github.com/zertyz/big-o" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [dependencies.crossbeam] version = "0.8" [dependencies.keen-retry] version = "0.4" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.parking_lot] version = "0.12" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serial_test] version = "2.0" [dev-dependencies.spin_sleep] version = "1.1" [features]