styx-cli 1.0.0

CLI for the Styx configuration language
# 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 = "2024"
name = "styx-cli"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Styx configuration language"
homepage = "https://styx.bearcove.eu"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/styx"

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

[dependencies.facet]
version = "0.43"

[dependencies.facet-args]
version = "0.43"

[dependencies.facet-styx]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.styx-cst]
version = "1.0"

[dependencies.styx-embed]
version = "1.0"

[dependencies.styx-format]
version = "1.0"

[dependencies.styx-gen-go]
version = "1.0"

[dependencies.styx-lsp]
version = "1.0"

[dependencies.styx-parse]
version = "1.0"

[dependencies.styx-tree]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.which]
version = "7"

[dev-dependencies]