# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rspec" version = "1.0.0" authors = ["Thomas Wickham ", "Vincent Esche "] description = "Write Rspec-like tests with stable rust" homepage = "https://mackwic.github.io/rspec" readme = "README.md" keywords = ["rspec", "test", "harness", "tdd", "bdd"] categories = ["development-tools", "development-tools::testing"] license = "MPL-2.0" repository = "https://github.com/rust-rspec/rspec" [dependencies.colored] version = "2.0" [dependencies.derive-new] version = "0.5" [dependencies.derive_builder] version = "0.9" [dependencies.expectest] version = "0.12" optional = true [dependencies.rayon] version = "1.5" [dependencies.time] version = "0.2" [build-dependencies.clippy] version = "0.0.153" optional = true [features] default = [] expectest_compat = ["expectest"] [badges.maintenance] status = "passively-maintained"