# 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 = "sena" version = "0.2.0" authors = ["Nero "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for composable event handlers" homepage = "https://github.com/nerodono/sena-rs" readme = "src/README.md" keywords = [ "chains", "events", "handling", "match", "router", ] license = "MIT" repository = "https://github.com/nerodono/sena-rs" [lib] name = "sena" path = "src/lib.rs" [[example]] name = "serving" path = "examples/serving.rs" [[example]] name = "dependent" path = "examples/dependent.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "map" path = "examples/map.rs" [dependencies.either] version = "1.11.0" default-features = false [dependencies.tokio] version = "1.37.0" features = [ "sync", "rt", ] optional = true [dev-dependencies.derive_more] version = "0.99.17" features = ["from"] default-features = false [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt", "sync", ] [features] default = ["tokio"] tokio = ["dep:tokio"]