# 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 = "service-bindings" version = "1.0.0" exclude = ["/testdata", "/tests", ".*"] description = "A library to access [Service Binding Specification for Kubernetes](https://k8s-service-bindings.github.io/spec/) conformant Service Binding [Workload Projections](https://k8s-service-bindings.github.io/spec/#workload-projection)" homepage = "https://github.com/nebhale/client-rust" categories = ["development-tools::ffi"] license = "Apache-2.0" repository = "https://github.com/nebhale/client-rust" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.5" [dev-dependencies.postgres] version = "0.19"