orbit-md 0.1.0

Fast static site generator with React-like Markdown components
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"
name = "orbit-md"
version = "0.1.0"
authors = ["orbit-md contributors"]
build = false
include = [
    "src/**/*",
    "scaffold/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast static site generator with React-like Markdown components"
homepage = "https://github.com/Abhishek-Jaiswar/orbit-md"
documentation = "https://docs.rs/orbit-md"
readme = "README.md"
keywords = [
    "static-site",
    "markdown",
    "orbit",
    "documentation",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Abhishek-Jaiswar/orbit-md"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.handlebars]
version = "6.3"

[dependencies.notify]
version = "8.2"

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

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tiny_http]
version = "0.12"

[dependencies.walkdir]
version = "2.5"

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