x-gen 1.0.1

X-Gen - AI Agent Experiment Structure Generator for standardization of research 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 = "x-gen"
version = "1.0.1"
authors = ["Edgar Torres <edgar.torres@ki.uni-stuttgart.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "X-Gen - AI Agent Experiment Structure Generator for standardization of research workflows"
homepage = "https://github.com/yoelt11/experiments-bp"
documentation = "https://docs.rs/x-gen"
readme = "README.md"
keywords = [
    "cli",
    "experiments",
    "research",
    "template",
    "generator",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yoelt11/experiments-bp"

[[bin]]
name = "x-gen"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

[dependencies.clap]
version = "4.5.58"
features = ["derive"]

[dependencies.dirs]
version = "5.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.toml]
version = "0.8"