io-enum 0.1.1

#[derive(Read, BufRead, Write, Seek)] for enums.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "io-enum"
version = "0.1.1"
authors = ["Taiki Endo <te316e89@gmail.com>"]
exclude = ["/.travis.yml"]
description = "#[derive(Read, BufRead, Write, Seek)] for enums."
documentation = "https://docs.rs/io-enum/"
readme = "README.md"
keywords = ["io", "derive", "enum"]
categories = ["rust-patterns"]
license = "Apache-2.0/MIT"
repository = "https://github.com/taiki-e/io-enum"

[lib]
proc-macro = true
[dependencies.derive_utils]
version = "0.6.2"

[features]
default = []
read_initializer = []
[badges.travis-ci]
repository = "taiki-e/io-enum"