# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "enum_dispatch" version = "0.3.13" authors = ["Anton Lazarev "] exclude = ["benches"] 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", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/antonok/enum_dispatch" [lib] proc-macro = true [dependencies.once_cell] version = "^1.0.1" [dependencies.proc-macro2] version = "^1.0" [dependencies.quote] version = "^1.0" [dependencies.syn] version = "^2.0" features = ["full"] [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.136" features = ["derive"] [dev-dependencies.serde_json] version = "= 1.0.78" [dev-dependencies.smol] version = "1.3.0"