]> git.proxmox.com Git - rustc.git/blame - vendor/xshell/Cargo.toml
New upstream version 1.69.0+dfsg1
[rustc.git] / vendor / xshell / Cargo.toml
CommitLineData
064997fb
FG
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.59"
15name = "xshell"
9ffffee4 16version = "0.2.3"
064997fb
FG
17authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
18exclude = [".github/", "bors.toml", "rustfmt.toml", "cbench", "mock_bin/"]
19description = "Utilities for quick shell scripting in Rust"
20categories = ["development-tools::build-utils", "filesystem"]
21license = "MIT OR Apache-2.0"
22repository = "https://github.com/matklad/xshell"
23resolver = "2"
24[dependencies.xshell-macros]
9ffffee4 25version = "=0.2.3"
064997fb
FG
26[dev-dependencies.anyhow]
27version = "1.0.56"