# 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" rust-version = "1.80.1" name = "enum_handler_core" version = "0.1.0" authors = ["Dipl.-Ing. Andreas Gorges"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate is part of the enum_handler library. Do not use it directly." readme = "README.md" keywords = [ "enum", "handler", "bloc", "state", ] categories = [ "rust-patterns", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/oxiui/enum_handler" [lib] name = "enum_handler_core" path = "src/lib.rs" [[test]] name = "enum_handler_test" path = "tests/enum_handler_test.rs" [[test]] name = "mock_test" path = "tests/mock_test.rs" [dependencies.darling] version = "0.20.10" [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.75" features = ["full"] [dependencies.thiserror] version = "1.0.63" [dev-dependencies.async-trait] version = "0.1.81" [dev-dependencies.colored-diff] version = "0.2.3" [dev-dependencies.mockall] version = "0.13.0" [dev-dependencies.tokio] version = "1.39.3" features = [ "macros", "test-util", ] [lints.clippy] collapsible_if = "allow" [lints.rust]