wasmer_enumset 1.0.1

A library for creating compact sets of enums. Wasmer fork to work around `syn` issue. This will not be updated once the issue is fixed upstream.
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 = "wasmer_enumset"
version = "1.0.1"
authors = ["Wasmer Engineering Team <engineering@wasmer.io>"]
description = "A library for creating compact sets of enums. Wasmer fork to work around `syn` issue. This will not be updated once the issue is fixed upstream."
documentation = "https://docs.rs/enumset/"
readme = "../README.md"
keywords = ["enum", "bitset"]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/wasmerio/enumset"
[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.serde2]
version = "1.0.91"
optional = true
default-features = false
package = "serde"

[dependencies.wasmer_enumset_derive]
version = "0.5.0"
[dev-dependencies.bincode]
version = "1.0"
features = ["i128"]

[dev-dependencies.rustversion]
version = "1.0.2"

[dev-dependencies.serde_derive]
version = "1.0.91"

[dev-dependencies.serde_json]
version = "1.0.39"

[dev-dependencies.trybuild]
version = "1.0.24"

[features]
serde = ["serde2", "wasmer_enumset_derive/serde"]
[badges.maintenance]
status = "deprecated"