# 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 = "2018" name = "ic-event-hub" version = "0.3.2" authors = ["Александр Втюрин "] description = "Event-based pub/sub for IC canisters" readme = "../../README.md" keywords = [ "events", "pubsub", "internet-computer", "dfinity", ] license = "MIT" repository = "https://github.com/seniorjoinu/ic-event-hub" [dependencies.async-trait] version = "0.1.53" [dependencies.candid] version = "0.7.13" [dependencies.futures] version = "0.3.21" [dependencies.ic-cdk] version = "0.4.0" [dependencies.leb128] version = "0.2.5" [dependencies.serde] version = "1.0.136"