# 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 = "ndisplay_cluster_events" version = "0.5.1" authors = ["Nora Perry"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for sending nDisplay cluster events." readme = "README.md" license = "Unlicense" repository = "https://codeberg.org/NoraPerry/ndisplay_cluster_events.rs" [lib] name = "ndisplay_cluster_events" path = "src/lib.rs" [[example]] name = "send_binary" path = "examples/send_binary.rs" [[example]] name = "send_json" path = "examples/send_json.rs" [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.thiserror] version = "1.0.44"