light-event 0.4.0

Event types and utilities for Light Protocol
Documentation
# 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 = "light-event"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Event types and utilities for Light Protocol"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Lightprotocol/light-protocol"

[lib]
name = "light_event"
path = "src/lib.rs"

[dependencies.borsh]
version = "0.10.4"
default-features = false

[dependencies.light-compressed-account]
version = "0.9.0"
features = ["std"]
default-features = false

[dependencies.light-hasher]
version = "5.0.0"
features = ["poseidon"]
default-features = false

[dependencies.light-zero-copy]
version = "0.6.0"
default-features = false

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.rand]
version = "0.8.5"