# 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.74.0" name = "tarantool-test" version = "0.3.2" authors = ["Fedor Telnov"] include = [ "src/**/*", "README.md", ] 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" resolver = "1" [[bin]] name = "tarantool-test" required-features = ["bin"] [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.linkme] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1" [dependencies.tarantool] version = "6.0.0" features = ["test"] [dependencies.tarantool-runner] version = "0.1.0" optional = true [dependencies.tempfile] version = "3" optional = true [dependencies.tester] version = "0.7" [features] bin = [ "dep:clap", "dep:tempfile", "dep:tarantool-runner", ]