auto_enums 0.5.3

A library for to allow multiple return types by automatically generated enum.
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]
edition = "2018"
name = "auto_enums"
version = "0.5.3"
authors = ["Taiki Endo <te316e89@gmail.com>"]
exclude = ["/.travis.yml", "/bors.toml"]
description = "A library for to allow multiple return types by automatically generated enum."
documentation = "https://docs.rs/auto_enums/"
readme = "README.md"
keywords = ["enum", "macros", "derive", "attribute"]
categories = ["rust-patterns"]
license = "Apache-2.0/MIT"
repository = "https://github.com/taiki-e/auto_enums"
[dependencies.auto_enums_core]
version = "0.5.3"
default-features = false

[dependencies.auto_enums_derive]
version = "0.5.3"
default-features = false

[features]
default = ["std"]
exact_size_is_empty = ["auto_enums_derive/exact_size_is_empty"]
fmt = ["auto_enums_derive/fmt"]
futures = ["auto_enums_derive/futures"]
futures01 = ["auto_enums_derive/futures01"]
iovec = ["auto_enums_derive/iovec"]
proc_macro = ["auto_enums_derive/proc_macro"]
rayon = ["auto_enums_derive/rayon"]
read_initializer = ["auto_enums_derive/read_initializer"]
serde = ["auto_enums_derive/serde"]
std = ["auto_enums_derive/std"]
transpose_methods = ["auto_enums_derive/transpose_methods"]
try_trait = ["auto_enums_core/try_trait", "auto_enums_derive/try_trait"]
type_analysis = ["auto_enums_core/type_analysis"]
unsized_locals = ["auto_enums_derive/unsized_locals"]
[badges.travis-ci]
repository = "taiki-e/auto_enums"