swf-core 1.0.0-alpha9

Serverless Workflow DSL models — data structures, serialization, and validation
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.88"
name = "swf-core"
version = "1.0.0-alpha9"
authors = ["The Serverless Workflow Authors <cncf.serverless.workflow@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serverless Workflow DSL models — data structures, serialization, and validation"
homepage = "https://serverlessworkflow.io"
documentation = "https://docs.rs/swf-core"
readme = "README.md"
keywords = [
    "serverless-workflow",
    "sdk",
    "core",
]
categories = [
    "config",
    "parsing",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/ejfkdev/ServerlessWorkflow-rs"

[package.metadata.dist]
dist = true

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

[[test]]
name = "models"
path = "tests/models/main.rs"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.9"