# 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 = "azure-functions-sdk" version = "0.11.0" authors = ["Peter Huene "] description = "Azure Functions for Rust Developer Tools" homepage = "https://functions.rs" license = "MIT" repository = "https://github.com/peterhuene/azure-functions-rs/" [[bin]] name = "cargo-func" path = "src/main.rs" [dependencies.atty] version = "0.2.13" [dependencies.clap] version = "2.33.0" [dependencies.colored] version = "1.8" [dependencies.ctrlc] version = "3.1.3" [dependencies.handlebars] version = "2.0.2" [dependencies.lazy_static] version = "1.3.0" [dependencies.regex] version = "1.3.1" [dependencies.serde_json] version = "1.0.41" [dependencies.syn] version = "1.0.7" features = ["full", "extra-traits"] [dependencies.tempdir] version = "0.3.7"