[dependencies]
[lib]
name = "crate_hello_world"
path = "src/main.rs"
[package]
authors = ["Julio Talavera <user@domain.com>"]
description = "A Hello World Cargo Package Test."
documentation = "https://github.com/talaveraj/hello-world-rs/wiki"
exclude = [".git", ".gitignore", "README.md"]
homepage = "https://github.com/talaveraj/hello-world-rs/wiki"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["test"]
license = "MIT"
name = "crate_hello_world"
readme = "README.md"
repository = "https://github.com/talaveraj/hello-world-rs"
version = "0.1.1"