# 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 = "edyn" version = "0.3.13" authors = ["Anton Lazarev "] build = false exclude = ["benches"] autobins = false autoexamples = false autotests = false autobenches = false 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/edyn" [lib] name = "edyn" path = "src/lib.rs" proc-macro = true [[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" [dependencies.auto_enums] version = "0.8.5" optional = 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 = [ "extra-traits", "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"