enum_dispatch 0.1.4

Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed
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 = "enum_dispatch"
version = "0.1.4"
authors = ["Anton Lazarev <https://antonok.com>"]
description = "Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed"
readme = "README.md"
keywords = ["speed", "performance", "traits", "dynamic", "optimization"]
categories = ["rust-patterns", "development-tools::procedural-macro-helpers", "development-tools::cargo-plugins"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/antonok/enum_dispatch"

[lib]
proc-macro = true
[dependencies.lazy_static]
version = ">= 1.1.0, <= 1.4"

[dependencies.proc-macro2]
version = "^0.4.13"

[dependencies.quote]
version = ">= 0.6.8, <= 0.6.13"

[dependencies.syn]
version = ">= 0.15.9, <= 0.15.44"
features = ["full", "extra-traits"]
[dev-dependencies.custom_derive]
version = "= 0.1.7"

[dev-dependencies.enum_derive]
version = "= 0.1.7"

[dev-dependencies.rand]
version = ">= 0.5.5, <= 0.6.1"

[dev-dependencies.serde]
version = "= 1.0.82"
features = ["derive"]

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