codexa 0.0.1

A Git-native content compiler for building typed public and private knowledge artifacts.
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 = "codexa"
version = "0.0.1"
build = false
include = [
    "src/**",
    "tests/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Git-native content compiler for building typed public and private knowledge artifacts."
homepage = "https://github.com/orbyts/codexa"
documentation = "https://docs.rs/codexa"
readme = "README.md"
keywords = [
    "markdown",
    "documentation",
    "publishing",
    "knowledge",
    "git",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/orbyts/codexa"

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

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies]