constellate 0.3.6

Rust-powered CLI + live editor for curated markdown workspaces (requirements, docs, ADRs, audits, support, status-driven tasks) that build/serve/CRUD a themeable knowledge portal from a single binary.
# 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 = "constellate"
version = "0.3.6"
authors = ["Marek WywiaƂ<onjinx@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-powered CLI + live editor for curated markdown workspaces (requirements, docs, ADRs, audits, support, status-driven tasks) that build/serve/CRUD a themeable knowledge portal from a single binary."
readme = "README.md"
license = "MIT"
repository = "https://github.com/onjin/constellate"

[package.metadata.wix]
upgrade-guid = "0F63BE13-6141-49E9-8AAC-55F3824BCA69"
path-guid = "BE65AAC3-2861-425D-847D-8094AE94D451"
license = false
eula = false

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.color-eyre]
version = "0.6"

[dependencies.mime_guess]
version = "2.0"

[dependencies.minijinja]
version = "2.14.0"
features = [
    "preserve_order",
    "loader",
    "serde",
    "multi_template",
]

[dependencies.minijinja-contrib]
version = "2.0"

[dependencies.notify]
version = "6.1"

[dependencies.pulldown-cmark]
version = "0.10"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.tempfile]
version = "3"

[dependencies.tiny_http]
version = "0.12"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies]

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"