rattler_build_script 0.2.0

Script execution and sandbox configuration for rattler-build, supporting bash, cmd, python, and other interpreters
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 = "2024"
name = "rattler_build_script"
version = "0.2.0"
authors = ["rattler-build contributors <hi@prefix.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Script execution and sandbox configuration for rattler-build, supporting bash, cmd, python, and other interpreters"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/prefix-dev/rattler-build"

[features]
default = ["execution"]
execution = [
    "itertools",
    "thiserror",
    "tracing",
    "futures",
    "tokio",
    "tokio-util",
    "rattler_conda_types",
    "rattler_shell",
    "fs-err",
    "which",
    "minijinja",
]

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

[[test]]
name = "serialization_tests"
path = "tests/serialization_tests.rs"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.console]
version = "0.16.3"
features = ["windows-console-colors"]

[dependencies.fs-err]
version = "3.3.0"
optional = true

[dependencies.futures]
version = "0.3.32"
optional = true

[dependencies.indexmap]
version = "2.13.0"

[dependencies.itertools]
version = "0.14.0"
optional = true

[dependencies.minijinja]
version = "2.18.0"
features = [
    "unstable_machinery",
    "custom_syntax",
]
optional = true

[dependencies.rattler_conda_types]
version = "0.44.0"
optional = true
default-features = false

[dependencies.rattler_shell]
version = "0.26.3"
features = ["sysinfo"]
optional = true
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"
optional = true

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "macros",
    "process",
    "io-util",
    "fs",
]
optional = true

[dependencies.tokio-util]
version = "0.7.18"
features = [
    "codec",
    "compat",
]
optional = true

[dependencies.tracing]
version = "0.1.44"
optional = true

[dependencies.which]
version = "8.0.2"
optional = true

[dev-dependencies.insta]
version = "1.46.3"
features = ["yaml"]

[dev-dependencies.serde_yaml]
version = "0.9.34"

[dev-dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "macros",
    "rt",
    "macros",
    "fs",
]