devist 0.3.0

Project bootstrap CLI for AI-assisted development. Spin up new projects from templates, manage backends, and keep your codebase comprehensible.
# 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.70"
name = "devist"
version = "0.3.0"
authors = ["Webchemist <hello@webchemist.dev>"]
build = false
exclude = [
    "target/*",
    ".github/*",
    "*.zip",
    ".vscode/*",
    ".idea/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project bootstrap CLI for AI-assisted development. Spin up new projects from templates, manage backends, and keep your codebase comprehensible."
homepage = "https://github.com/WebchemistCorp/devist"
documentation = "https://github.com/WebchemistCorp/devist#readme"
readme = "README.md"
keywords = [
    "cli",
    "scaffold",
    "template",
    "developer-tools",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/WebchemistCorp/devist"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.console]
version = "0.15"

[dependencies.dirs]
version = "5"

[dependencies.notify]
version = "6"

[dependencies.notify-debouncer-mini]
version = "0.4"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true