# 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 = "rtest" version = "0.2.2" authors = ["Marcel Märtens "] description = "integration test building framework" homepage = "https://gitlab.com/xMAC94x/rtest" documentation = "https://docs.rs/rtest" readme = "README.md" keywords = ["testing"] categories = ["development-tools::testing"] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/xMAC94x/rtest" [[example]] name = "filesystem" [[example]] name = "webshop" [dependencies.anymap3] version = "1.0.0" [dependencies.backtrace] version = "0.3.67" [dependencies.bytes] version = "1.4.0" optional = true [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.futures-util] version = "0.3.28" features = ["std"] optional = true default-features = false [dependencies.paste] version = "1.0.12" optional = true [dependencies.rtest-util] version = "0.2.0" features = ["serde"] [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.31.0" features = ["rt"] optional = true default-features = false [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] optional = true [dev-dependencies.axum] version = "0.7.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.reqwest] version = "0.12.4" features = ["json"] [dev-dependencies.rtest-derive] version = "0.2.0" [dev-dependencies.tracing] version = "0.1.37" [features] async = [ "tokio", "futures-util", "paste", ] capture_tracing = [ "tracing-subscriber", "bytes", ] default = [ "capture_tracing", "async", ]