[package] name = "event-notifications" version = "0.2.7" authors = ["Aptos Labs "] repository = "https://github.com/aptos-labs/aptos-core" description = "The notification service offered by state sync for on-chain events" homepage = "https://aptoslabs.com" license = "Apache-2.0" edition = "2018" [dependencies] async-trait = "0.1.53" futures = "0.3.21" serde = { version = "1.0.137", default-features = false } thiserror = "1.0.31" aptos-id-generator = { version = "0.2.1", path = "../../../crates/aptos-id-generator" } aptos-infallible = { version = "0.2.1", path = "../../../crates/aptos-infallible" } aptos-state-view = { version = "0.2.1", path = "../../../storage/state-view" } aptos-types = { version = "0.2.1", path = "../../../types" } aptos-channel = { version = "0.2.1", path = "../../../crates/channel" } storage-interface = { version = "0.2.1", path = "../../../storage/storage-interface" } [dev-dependencies] bcs = "0.1.3" claim = "0.5.0" # aptos-crypto = { version = "0.2.1", path = "../../../crates/aptos-crypto" } # aptos-temppath = { version = "0.2.1", path = "../../../crates/aptos-temppath" } # aptos-vm = { version = "0.2.1", path = "../../../aptos-move/aptos-vm" } # aptosdb = { version = "0.2.1", path = "../../../storage/aptosdb" } # executor-test-helpers = { version = "0.2.1", path = "../../../execution/executor-test-helpers" } # move-deps = { version = "0.2.1", path = "../../../aptos-move/move-deps", features = [ # "address32" # ] } # vm-genesis = { version = "0.2.1", path = "../../../aptos-move/vm-genesis", features = ["fuzzing"] }