# 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 = "tarantool-runner" version = "0.1.0" authors = ["Fedor Telnov"] include = [ "src/**/*", "README.md", ] description = "CLI tool to execute tarantool Rust applications and build other tarantool-oriented utilities." homepage = "https://git.picodata.io/picodata/picodata/tarantool-runner" readme = "README.md" keywords = [ "tarantool", "utility", "cli", ] categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://git.picodata.io/picodata/picodata/tarantool-runner" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.tempfile] version = "3"