[dependencies.auto_enums]
optional = true
version = "0.8.5"
[dependencies.once_cell]
version = "^1.0.1"
[dependencies.proc-macro2]
version = "^1.0"
[dependencies.quote]
version = "^1.0"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "^2.0"
[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]
features = ["derive"]
version = "= 1.0.136"
[dev-dependencies.serde_json]
version = "= 1.0.78"
[dev-dependencies.smol]
version = "1.3.0"
[lib]
name = "edyn"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Anton Lazarev <https://antonok.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "Near drop-in replacement for dynamic-dispatched method calls with up to 10x the speed"
edition = "2018"
exclude = ["benches"]
keywords = ["speed", "performance", "traits", "dynamic", "optimization"]
license = "MIT OR Apache-2.0"
name = "edyn"
readme = "README.md"
repository = "https://gitlab.com/antonok/edyn"
version = "0.3.13"
[[test]]
name = "ambiguous_associated_items"
path = "tests/ambiguous_associated_items.rs"
[[test]]
name = "arg_patterns"
path = "tests/arg_patterns.rs"
[[test]]
name = "async-trait"
path = "tests/async-trait.rs"
[[test]]
name = "compiles"
path = "tests/compiles.rs"
[[test]]
name = "complex_generics"
path = "tests/complex_generics.rs"
[[test]]
name = "const_generics"
path = "tests/const_generics.rs"
[[test]]
name = "core_namespace"
path = "tests/core_namespace.rs"
[[test]]
name = "field_attrs"
path = "tests/field_attrs.rs"
[[test]]
name = "foreign_types"
path = "tests/foreign_types.rs"
[[test]]
name = "generics"
path = "tests/generics.rs"
[[test]]
name = "latebound"
path = "tests/latebound.rs"
[[test]]
name = "method_generics"
path = "tests/method_generics.rs"
[[test]]
name = "multiple_enums"
path = "tests/multiple_enums.rs"
[[test]]
name = "multiple_traits"
path = "tests/multiple_traits.rs"
[[test]]
name = "no_std"
path = "tests/no_std.rs"
[[test]]
name = "orders"
path = "tests/orders.rs"
[[test]]
name = "result_alias"
path = "tests/result_alias.rs"
[[test]]
name = "return_self"
path = "tests/return_self.rs"
[[test]]
name = "rpitit"
path = "tests/rpitit.rs"
[[test]]
name = "scopes"
path = "tests/scopes.rs"
[[test]]
name = "serde"
path = "tests/serde.rs"
[[test]]
name = "trait_cfg"
path = "tests/trait_cfg.rs"
[[test]]
name = "type_annotations_needed"
path = "tests/type_annotations_needed.rs"
[[test]]
name = "ucfs"
path = "tests/ucfs.rs"
[[test]]
name = "variant_cfg"
path = "tests/variant_cfg.rs"