docker-compose-types 0.24.0

Deserialization and Serialization of docker-compose.yml files in a relatively strongly typed fashion.
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 = "2021"
name = "docker-compose-types"
version = "0.24.0"
authors = [
    "Stephan Buys <hello@stephanbuys.com>",
    "Community Contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deserialization and Serialization of docker-compose.yml files in a relatively strongly typed fashion."
readme = "README.md"
keywords = [
    "docker-compose",
    "compose",
]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/stephanbuys/docker-compose-types"

[features]
default = [
    "indexmap",
    "yaml",
]
indexmap = ["dep:indexmap"]
norway = ["dep:serde_norway"]
yaml = ["dep:serde_yaml"]
yml = ["dep:serde_yml"]

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

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

[dependencies.derive_builder]
version = "0.20.0"

[dependencies.indexmap]
version = "2.2"
features = ["serde"]
optional = true

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

[dependencies.serde_norway]
version = "0.9.42"
optional = true

[dependencies.serde_yaml]
version = "0.9.33"
optional = true

[dependencies.serde_yml]
version = "0.0.12"
optional = true

[dev-dependencies.glob]
version = "0.3"