# 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 = "casper-event-standard" version = "0.5.0" authors = ["Maciej ZieliƄski "] description = "The smart contract level events for Casper." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/make-software/casper-event-standard" resolver = "1" [package.metadata.docs.rs] default-target = "wasm32-unknown-unknown" [lib] doctest = false [dependencies.casper-event-standard-macro] version = "0.5.0" [dependencies.casper-types] version = "4.0.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] serde = ["dep:serde"] [target."cfg(target_arch = \"wasm32\")".dependencies.casper-contract] version = "4.0.0" default-features = false