# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kube-conf" version = "0.2.0" authors = ["Espen Henriksen "] description = "Easily fetch the user's local Kubernetes config file" homepage = "https://github.com/esphen/kube-conf" documentation = "https://docs.rs/kube-conf" keywords = ["kubernetes", "config", "yaml", "k8s", "kube"] categories = ["config", "filesystem"] license = "MIT" repository = "https://github.com/esphen/kube-conf" [package.metadata.release] sign-commit = true upload-doc = true [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{date}}" search = "ReleaseDate" [dependencies.error-chain] version = "0.12.0" [dependencies.serde] version = "1.0.90" [dependencies.serde_derive] version = "1.0.90" [dependencies.serde_yaml] version = "0.8.8" [badges.travis-ci] repository = "esphen/kube-conf"