grapheme-cli 0.4.0

Grapheme CLI for parsing, compiling, and running .gr workflows
# 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 = "grapheme-cli"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Grapheme CLI for parsing, compiling, and running .gr workflows"
homepage = "https://github.com/entasislabs/grapheme"
readme = false
license = "Apache-2.0"
repository = "https://github.com/entasislabs/grapheme"

[[bin]]
name = "grapheme"
path = "src/main.rs"

[dependencies.grapheme-artifact]
version = "0.2.0"

[dependencies.grapheme-compiler]
version = "0.3.0"

[dependencies.grapheme-runtime]
version = "0.3.0"
features = ["wasix-runtime"]

[dependencies.grapheme-sdk]
version = "0.3.0"

[dependencies.grapheme-stdlib]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.toml]
version = "0.8"