# 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.15.0" authors = [ "Stephan Buys ", "Community Contributors", ] build = 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" [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_yaml] version = "=0.9.33" optional = true [dependencies.serde_yml] version = "0.0.12" optional = true [dev-dependencies.glob] version = "0.3" [features] default = [ "indexmap", "yaml", ] indexmap = ["dep:indexmap"] yaml = ["dep:serde_yaml"] yml = ["dep:serde_yml"]