# 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 = "rusty-docker-compose"
version = "0.3.1"
authors = ["Jason Lee<lwlee2608@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library to manage Docker Compose for integration testing, providing control over container lifecycles and logging."
readme = "README.md"
license = "MIT"

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