1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
# 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 <mackwic@gmail.com>", "Vincent Esche <regexident@gmail.com>"]
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.20"
#[dependencies.expectest]
#version = "0.12"
#optional = true
[dependencies.rayon]
version = "1.5"
[dependencies.time]
version = "0.3"
#[build-dependencies.clippy]
#version = "0.0.153"
#optional = true
[features]
default = []
#expectest_compat = ["expectest"]
[badges.maintenance]
status = "passively-maintained"
|