# 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 = "dl_events" version = "0.1.1" authors = ["Hazel Rowell"] description = "A simple and fun library for publishing canister events to subscribers! 🎉" readme = "README.md" keywords = [ "dfinity", "ic", "internet-computer", "canister", "cdk", ] license = "MIT" repository = "https://github.com/DepartureLabsIC/dl_events" [dependencies.candid] version = "0.7.14" [dependencies.ic-cdk] version = "0.5.2" [dependencies.ic-cdk-macros] version = "0.5.2" [dependencies.ic-stable-structures] version = "0.5.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.93"