# 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.70" name = "orsomafo" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Event dispatcher crate" readme = "README.md" keywords = [ "webdev", "web", "event", "event-dispatcher", ] categories = [ "asynchronous", "web-programming", ] license = "MIT" repository = "https://github.com/shiftrightonce/orsomafo" [lib] name = "orsomafo" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "closure" path = "examples/closure.rs" [[example]] name = "flexible" path = "examples/flexible.rs" [[example]] name = "meta" path = "examples/meta.rs" [[example]] name = "meta_ref" path = "examples/meta_ref.rs" [[example]] name = "once" path = "examples/once.rs" [[example]] name = "propagate" path = "examples/propagate.rs" [[example]] name = "serialised" path = "examples/serialised.rs" [[example]] name = "string" path = "examples/string.rs" [[example]] name = "subscribers" path = "examples/subscribers.rs" [[example]] name = "thread" path = "examples/thread.rs" [[example]] name = "unsubscribe" path = "examples/unsubscribe.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.36" features = [ "sync", "test-util", "macros", ] [dependencies.ulid] version = "1.1" features = [ "serde", "rand", "std", ] [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.tokio] version = "1.36" features = [ "sync", "test-util", "macros", "rt-multi-thread", ]