# 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 = "pikav" version = "0.20.14" publish = true description = "A library that help you send event to client with topic subscription" homepage = "https://pikav.timada.co" documentation = "https://docs.rs/pikav" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/timayz/pikav" [dependencies.futures] version = "0.3.30" optional = true [dependencies.glob-match] version = "0.2.1" [dependencies.nanoid] version = "0.4.0" optional = true [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" optional = true [dependencies.tokio] version = "1.36.0" features = ["full"] optional = true [features] event = [] publisher = [ "dep:nanoid", "dep:tokio", "dep:serde_json", "dep:futures", "event", ]