ami 0.5.0

Aldaron's Memory Interface is a library developed by Plop Grizzly for manipulating memory.
Documentation
# Aldaron's Memory Interface                                                   #
# Copyright (c) 2017 Plop Grizzly, Jeron Lau <jeron.lau@plopgrizzly.com>       #
# Licensed under the MIT LICENSE                                               #
#                             _        _                                       #
#                            /@\——————/@\                                      #
# .———  .                   |   o    o   |     .————      .            .       #
# |   | |  .———   .———   .——.     []     .——.  |      .——    ———: ———: | .   . #
# |   | |  |   |  |   |  \   \   <##>   /   /  |      |   |    /    /  | |   | #
# |———  |  |   |  |   |   |   ¯        ¯   |   |   -- |   |   /    /   |  \ /  #
# |     |  |   |  |———    |                |   |    | |   |  /    /    |   |   #
# |     |   ———   |       |                |    ————  |   | :——— :———  |   |   #
#                 |        \              /                              __/   #
#                           ¯————————————¯                                     #
# Cargo.toml                                                                   #

################################################################################

[package]
name = "ami"
version = "0.5.0"
authors = ["Jeron Aldaron Lau <jeron.lau@plopgrizzly.com>"]

################################################################################

license = "MIT"
documentation = "https://docs.rs/ami"
homepage = "http://plopgrizzly.com/ami"
repository = "https://github.com/plopgrizzly/ami"

################################################################################

readme = "README.md"
description = """
    Aldaron's Memory Interface is a library developed by Plop Grizzly for
    manipulating memory.
"""
keywords = [ "memory", "ffi", "casting", "vec" ]
categories = [ "no-std", "os", "data-structures", "memory-management" ]

################################################################################

exclude = [
	"examples/*", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", ".gitignore",
	"_config.yml", "ISSUE_TEMPLATE.md"
]

################################################################################