layout_id 0.2.1

Layout id is used to generate a unique id for a type that changes if it's memory layout changes
Documentation
[package]
name = "layout_id"
version = "0.2.1"
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",
]

[features]
use_clippy = ["clippy"]

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

[dependencies.clippy]
version = "*"
optional = true