# 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.61" name = "pubserve" version = "1.1.0" authors = ["bitfl0wer "] description = "Simple, generic observer trait." readme = "README.md" keywords = ["observer"] license = "MPL-2.0" [lib] doctest = false [dependencies.async-trait] version = "0.1.81" optional = true [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt", ] [features] async = ["async-trait"] async-trait = ["dep:async-trait"] default = [] send = []