pulse-pixelstream-types 0.14.1

Shared Myko entity and command types for the Pulse Pixelstream recording cell.
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 = "pulse-pixelstream-types"
version = "0.14.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared Myko entity and command types for the Pulse Pixelstream recording cell."
readme = false
keywords = [
    "pulse",
    "pixelstream",
    "myko",
    "recording",
]
categories = ["data-structures"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ignition-is-go/pulse-pixelstream"

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

[dependencies.myko]
version = "6.5.11"
features = ["codegen-ts"]

[dependencies.myko-macros]
version = "6.5.11"

[dependencies.otio-types]
version = "0.9.1"

[dependencies.pulse-capture-types]
version = "=1.54.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.ts-rs]
version = "12.0.1"
features = ["serde-json-impl"]

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "v5",
    "v7",
    "serde",
]