# 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 = "dddk_security" version = "0.6.0" authors = ["Julien TABARY "] publish = ["crates-io"] description = "Security module of dddk_core. Impl features regarding command_bus pattern and security" homepage = "https://github.com/jultabary/4dk-core" documentation = "https://github.com/jultabary/4dk-core/tree/main/rust/project/core-rust" readme = "README.md" keywords = [ "ddd", "hexagonal-arch", "ddd-cqrs-framework", ] categories = [ "rust-patterns", "web-programming", ] license = "Apache-2.0" [dependencies.dddk_core] version = "0.6.0" [dev-dependencies.dddk_macro] version = "0.6.0"