layout_id 0.2.0

Layout id is used to generate a unique id for a type that changes if it's memory layout changes
[package]
name = "layout_id"
version = "0.2.0"
authors = ["Jonathan Nilsson <l.a.jonathan.nilsson@gmail.com>"]
license = "MIT"
repository = "https://github.com/JoNil/layout_id"
documentation = "https://jonil.github.io/layout_id/layout_id/index.html"
description = "Layout id is used to generate a unique id for a type that changes if it's memory layout changes"
readme = "README.md"

exclude = [
  ".gitignore",
  ".travis.yml",
]

[dependencies]
clippy = "*"
regex = "*"
regex_macros = "*"
twox-hash = "*"