enum-tryfrom 0.1.1

Error types and traits for use with enum-tryfrom-derive
Documentation
[package]
name = "enum-tryfrom"
version = "0.1.1"
authors = ["Kai Wohlfahrt <kai.scorpio@gmail.com>"]
description = "Error types and traits for use with enum-tryfrom-derive"
license = "MIT"
repository = "https://github.com/kwohlfahrt/enum-tryfrom"
readme = "README.md"

[badges]
travis-ci = { repository = "kwohlfahrt/enum-tryfrom" }

[workspace]
members = ["derive"]

[dependencies]
clippy = {version = "0.0.136", optional = true}
compiletest_rs = {version = "0.2", optional = true}

[features]
default = []
compiletest = ["compiletest_rs"]

[dev-dependencies]
# For tests & benchmarks
enum-tryfrom-derive = { path = "derive", version = "0.1" }
# For benchmarks
rand = "0.3"