# 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 = "eventsys" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for dispatching and processing events. Events can be handled in a deferred and/or immediate way." readme = "README.md" license = "MIT" repository = "https://github.com/wutterfly/eventsys" [lib] name = "eventsys" path = "src/lib.rs" [[example]] name = "static" path = "examples/static.rs" [[test]] name = "batch" path = "tests/batch.rs" [[test]] name = "disable" path = "tests/disable.rs" [[test]] name = "listeners" path = "tests/listeners.rs" [[bench]] name = "listeners" path = "benches/listeners.rs" harness = false [[bench]] name = "batch" path = "benches/batch.rs" harness = false [dependencies.anythingy] version = "0.1.2" [dev-dependencies.criterion] version = "0.5.1" features = []