[go: up one dir, main page]

enum-map-derive 0.4.1

Macros 1.1 implementation of #[derive(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]
name = "enum-map-derive"
version = "0.4.1"
authors = ["Konrad Borowski <konrad@borowski.pw>"]
description = "Macros 1.1 implementation of #[derive(Enum)]"
keywords = ["data-structure", "no_std", "enum"]
categories = ["data-structures", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/KonradBorowski/enum-map"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4.2"

[dependencies.quote]
version = "0.6.0"

[dependencies.syn]
version = "0.14.0"
[dev-dependencies.enum-map]
version = "0.5.0"
[badges.gitlab]
repository = "KonradBorowski/enum-map"

[badges.maintenance]
status = "actively-developed"