# 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 = "syndicus" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Publish/Subscribe with types for topics and subscriber (re)synchronisation" readme = "README.md" keywords = [ "pubsub", "events", "async", "tokio", ] license = "Apache-2.0" repository = "https://github.com/arnolddevos/syndicus" [lib] name = "syndicus" path = "src/lib.rs" [[example]] name = "basics" path = "examples/basics/main.rs" [dependencies.tokio] version = "1" features = ["full"] optional = true [dev-dependencies.derive_more] version = "1" features = [ "from", "try_into", ] [dev-dependencies.rand] version = "0.8" [features] default = [ "scope", "log", ] log = ["dep:tokio"] scope = ["dep:tokio"]