devcontainer-env 0.3.2

Bridge devcontainers and the host environment — run host commands with devcontainer service environments and automatically rewrite container service URLs to host ports
# 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 = "devcontainer-env"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bridge devcontainers and the host environment — run host commands with devcontainer service environments and automatically rewrite container service URLs to host ports"
homepage = "https://github.com/devcontainer-env/devcontainer-env"
documentation = "https://github.com/devcontainer-env/devcontainer-env"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/devcontainer-env/devcontainer-env"

[[bin]]
name = "devcontainer-env"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bollard]
version = "0.20.2"

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

[dependencies.jsonc-parser]
version = "0.32.1"
features = [
    "serde",
    "serde_json",
]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.assert_cmd]
version = "2.2.1"

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.predicates]
version = "3.1.4"

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