-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (18 loc) · 709 Bytes
/
Cargo.toml
File metadata and controls
23 lines (18 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "dockerfile"
description = "A Rust library for dynamically generating Dockerfiles."
version = "0.2.1"
authors = ["Anthony Dodd <dodd.anthonyjosiah@gmail.com>"]
categories = ["api-bindings", "config", "data-structures", "development-tools"]
documentation = "https://docs.rs/dockerfile"
homepage = "https://github.com/thedodd/dockerfile"
keywords = ["docker", "dockerfile"]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/thedodd/dockerfile"
edition = "2018"
[dependencies]
[features]
docinclude = [] # Used only for activating `doc(include="...")` on nightly.
[package.metadata.docs.rs]
features = ["docinclude"] # Activate `docinclude` during docs.rs build.