# 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 = "2021" name = "auto-delegate" version = "0.1.3" authors = ["notelm "] description = "Auto delegate allows you that automatic impl of traits and delegate their handling to child members." documentation = "https://docs.rs/auto-delegate/" readme = "README.md" keywords = [ "delegate", "trait", "macros", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/elm-register/auto-delegate" [[example]] name = "multiple_traits_and_fields" path = "examples/structs/multiple_traits_and_fields.rs" [[example]] name = "new_type" path = "examples/structs/new_type.rs" [[example]] name = "super_trait" path = "examples/structs/super_trait.rs" [[example]] name = "async_trait" path = "examples/structs/async_trait.rs" [[example]] name = "enum_one_trait" path = "examples/enums/one_trait.rs" [[example]] name = "enum_super_trait" path = "examples/enums/super_trait.rs" [[test]] name = "general" path = "tests/progress.rs" [[test]] name = "args" path = "tests/args/progress.rs" [[test]] name = "enum" path = "tests/enum/progress.rs" [[test]] name = "lifetime" path = "tests/lifetime/progress.rs" [[test]] name = "struct" path = "tests/struct/progress.rs" [[test]] name = "generics" path = "tests/generics/progress.rs" [[test]] name = "associated_type" path = "tests/associated_type/progress.rs" [[test]] name = "async_trait" path = "tests/async_trait/progress.rs" [[bench]] name = "cmp_handwritten_struct" path = "benches/cmp_handwritten_struct.rs" harness = false [[bench]] name = "cmp_handwritten_enum" path = "benches/cmp_handwritten_enum.rs" harness = false [dependencies.auto-delegate-impl] version = "0.1.1" [dev-dependencies.async-trait] version = "0.1.77" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.tokio] version = "1.28.0" features = ["full"] [dev-dependencies.trybuild] version = "1.0.80"