# 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 = "xscript" version = "0.3.0" authors = ["Silitics GmbH "] description = "A library for writing robust shell-script-like programs and running commands anywhere with ease." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/silitics/xscript-rs/" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "xscript_unstable", ] rustdoc-args = [ "--cfg", "docsrs", "--cfg", "xscript_unstable", ] [dependencies.docker-api] version = "0.14.0" optional = true [dependencies.futures] version = "0.3.28" optional = true [dependencies.serde] version = "1.0.167" features = [ "rc", "derive", ] optional = true [dependencies.thiserror] version = "1.0.43" optional = true [dependencies.tokio] version = "1.29.1" features = [ "process", "macros", "io-std", "io-util", ] optional = true [features] async = [] docker = [ "tokio", "dep:docker-api", "dep:thiserror", ] serde = ["dep:serde"] tokio = [ "dep:tokio", "dep:futures", "async", ]