# 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.0" name = "starbase_events" version = "0.6.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async and mutable event system." readme = "README.md" license = "MIT" repository = "https://github.com/moonrepo/starbase" [lib] name = "starbase_events" path = "src/lib.rs" [[test]] name = "event_macros_test" path = "tests/event_macros_test.rs" [[test]] name = "events_test" path = "tests/events_test.rs" [dependencies.async-trait] version = "0.1.83" [dependencies.miette] version = "7.2.0" [dependencies.starbase_macros] version = "0.7.7" features = ["events"] [dependencies.tokio] version = "1.41.0" features = [ "io-util", "rt", "sync", ] default-features = false [dev-dependencies.thiserror] version = "1.0.66"