sbenv 0.1.17

SyftBox Env - virtualenv for SyftBox
# 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 = "sbenv"
version = "0.1.17"
authors = ["Madhava Jay <madhava@openmined.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SyftBox Env - virtualenv for SyftBox"
homepage = "https://github.com/openmined/sbenv"
documentation = "https://github.com/openmined/sbenv"
readme = "README.md"
keywords = [
    "syftbox",
    "virtualenv",
    "environment",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/openmined/sbenv"

[[bin]]
name = "sbenv"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.atty]
version = "0.2"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.colored]
version = "2.1"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.self_update]
version = "0.40"
features = [
    "archive-tar",
    "compression-flate2",
    "rustls",
]
default-features = false

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.36"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]

[dependencies.uuid]
version = "1.10"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3.8"