tachyon-types 0.7.2

Shared myko entity and command types for the tachyon Ansible runner.
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"
rust-version = "1.85"
name = "tachyon-types"
version = "0.7.2"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared myko entity and command types for the tachyon Ansible runner."
homepage = "https://github.com/ignition-is-go/tachyon"
readme = "README.md"
keywords = [
    "tachyon",
    "ansible",
    "myko",
]
categories = ["data-structures"]
license = "AGPL-3.0-or-later"
repository = "https://github.com/ignition-is-go/tachyon"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.myko]
version = "4.22.1"
features = ["ts-export"]

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.ts-rs]
version = "11.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]