ec2_instance_metadata 0.3.0

A crate for fetching AWS EC2 instance metadata.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ec2_instance_metadata"
version = "0.3.0"
authors = ["Zac Brown <zacbrown@users.noreply.github.com>"]
edition = "2018"
description = "A crate for fetching AWS EC2 instance metadata."
homepage = "https://github.com/zacbrown/ec2-instance-metadata-rs/"
repository = "https://github.com/zacbrown/ec2-instance-metadata-rs/"
license = "MIT"

[dependencies]
json = "0.12"
ureq = "1.4"