# 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] name = "kubeless" version = "0.1.3" authors = ["Stephan Wolski"] description = "A library for writing Kubeless functions" readme = "README.md" keywords = ["kubeless", "kubernetes", "serverless"] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/Slowki/kubeless-rs" [dependencies.actix-web] version = "0.6.14" default-features = false [dependencies.bytes] version = "0.4" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "1.0" [dependencies.prometheus] version = "0.4" default-features = false [features] default = [] nightly = ["prometheus/nightly", "lazy_static/nightly"]