# 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 = "kokoro" version = "0.0.6" description = "Dynamic publish-subscribe pattern framework. Support for dynamic plug-ins and AOP" readme = "README.md" keywords = [ "publish-subscribe", "kokoro", "aop", "eventbus", "pubsub", ] license = "Apache-2.0/MIT" repository = "https://github.com/Kokoro-rs/kokoro" [dependencies.kokoro-core] version = "0.0.6" [dependencies.kokoro-default-impl] version = "0.0.6" optional = true [dependencies.kokoro-dynamic-plugin] version = "0.0.6" optional = true [dependencies.kokoro-flume-channel] version = "0.0.4" optional = true [dependencies.kokoro-macros] version = "0.0.6" optional = true [features] default = [ "macros", "default-impl", "dynamic-plugin", "flume-channel", ] default-impl = ["dep:kokoro-default-impl"] dynamic-plugin = ["dep:kokoro-dynamic-plugin"] flume-channel = ["dep:kokoro-flume-channel"] macros = ["dep:kokoro-macros"] nightly = ["kokoro-core/nightly"]