fabryk-cli 0.1.2

CLI framework for Fabryk-based applications
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 = "2024"
rust-version = "1.85"
name = "fabryk-cli"
version = "0.1.2"
authors = ["Duncan McGreggor <oubiwann@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI framework for Fabryk-based applications"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/oxur/textrynum"
resolver = "2"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.confyg]
version = "0.3"

[dependencies.dirs]
version = "6"

[dependencies.fabryk-content]
version = "0.1.2"

[dependencies.fabryk-core]
version = "0.1.2"

[dependencies.fabryk-graph]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "fs",
    "sync",
]

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "3"