tarantool-test 0.7.0

CLI test framework for tarantool-based Rust applications
Documentation
# 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"
rust-version = "1.82.0"
name = "tarantool-test"
version = "0.7.0"
authors = ["Fedor Telnov"]
build = false
include = [
    "src/**/*",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI test framework for tarantool-based Rust applications"
homepage = "https://git.picodata.io/picodata/picodata/tarantool-test"
readme = "README.md"
keywords = [
    "tarantool",
    "utility",
    "cli",
]
categories = ["command-line-utilities"]
license = "BSD-2-Clause"
repository = "https://git.picodata.io/picodata/picodata/tarantool-test"

[features]
bin = [
    "dep:clap",
    "dep:tempfile",
    "dep:tarantool-runner",
]

[lib]
name = "tarantool_test"
path = "src/lib.rs"

[[bin]]
name = "tarantool-test"
path = "src/main.rs"
required-features = ["bin"]

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.tarantool]
version = "11.0.0"
features = ["test"]

[dependencies.tarantool-runner]
version = "0.1.0"
optional = true

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.tester]
version = "0.7.0"