pub fn function_metadata<P: AsRef<Path>>(
    manifest_path: P,
    name: Option<&str>
) -> Result<HashMap<String, String>>
Expand description

Create a HashMap of environment varibales from the package and workspace manifest See the documentation to learn about how we use this metadata: https://github.com/cargo-lambda/cargo-lambda#start—environment-variables