[package] name = "rundlet" version = "0.0.1" authors = ["Cody Lee "] edition = "2018" license = "Apache-2.0" keywords = ["kubernetes", "helm", "k8s", "templates"] categories = ["template-engine", "filesystem", "config"] repository = "https://github.com/platinummonkey/rundlet" homepage = "https://github.com/platinummonkey/rundlet" readme = "README.md" description = "A typed schema for defining helm charts to sail away on kubernetes" [badges] # GitLab: `repository` is required. `branch` is optional; default is `master` gitlab = { repository = "platinummonkey/rundlet", branch = "main" } # Travis CI: `repository` in format "/" is required. # `branch` is optional; default is `master` travis-ci = { repository = "platinummonkey/rundlet", branch = "main" } # Is it maintained resolution time: `repository` is required. # is-it-maintained-issue-resolution = { repository = "..." } # Is it maintained percentage of open issues: `repository` is required. # is-it-maintained-open-issues = { repository = "..." } # Maintenance: `status` is required. Available options are: # - `actively-developed`: New features are being added and bugs are being fixed. # - `passively-maintained`: There are no plans for new features, but the maintainer intends to # respond to issues that get filed. # - `as-is`: The crate is feature complete, the maintainer does not intend to continue working on # it or providing support, but it works for the purposes it was designed for. # - `experimental`: The author wants to share it with the community but is not intending to meet # anyone's particular use case. # - `looking-for-maintainer`: The current maintainer would like to transfer the crate to someone # else. # - `deprecated`: The maintainer does not recommend using this crate (the description of the crate # can describe why, there could be a better solution available or there could be problems with # the crate that the author does not want to fix). # - `none`: Displays no badge on crates.io, since the maintainer has not chosen to specify # their intentions, potential crate users will need to investigate on their own. maintenance = { status = "actively-developed" } # Codecov: `repository` is required. `branch` is optional; default is `master` # `service` is optional; valid values are `github` (default), `bitbucket`, and # `gitlab`. # codecov = { repository = "...", branch = "master", service = "github" } # Coveralls: `repository` is required. `branch` is optional; default is `master` # `service` is optional; valid values are `github` (default) and `bitbucket`. # coveralls = { repository = "...", branch = "master", service = "github" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [workflows]