lagrange-library 0.2.3

A WASI-rendered Markdown static site facility — multilingual out of the box
# 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.80"
name = "lagrange-library"
version = "0.2.3"
authors = ["langyo <langyo.china@gmail.com>"]
build = false
exclude = [
    "docs/",
    "justfile",
    ".github/",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WASI-rendered Markdown static site facility — multilingual out of the box"
readme = "README.md"
keywords = [
    "documentation",
    "markdown",
    "ssg",
    "wasi",
    "static-site",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "web-programming",
]
license-file = "LICENSE"
repository = "https://github.com/celestia-island/lagrange"

[package.metadata.docs.rs]
all-features = true

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/lagrange-v{ version }-{ target }.tar.{ archive-format }"
bin-dir = "lagrange{ binary-ext }"
pkg-fmt = "tgz"

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

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

[dependencies.anyhow]
version = "^1"

[dependencies.axum]
version = "^0.8"

[dependencies.chrono]
version = "^0.4"

[dependencies.clap]
version = "^4"
features = ["derive"]

[dependencies.hikari-components]
version = "^0.3.13"

[dependencies.hikari-i18n]
version = "^0.3"

[dependencies.hikari-icons]
version = "^0.3"
default-features = false

[dependencies.hikari-palette]
version = "^0.3"

[dependencies.pest]
version = "^2"

[dependencies.pest_derive]
version = "^2"

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

[dependencies.serde_json]
version = "^1"

[dependencies.serde_yaml]
version = "^0.9"

[dependencies.syntect]
version = "^5"
features = ["default-fancy"]
default-features = false

[dependencies.tairitsu-hooks]
version = "^0.5.18"

[dependencies.tairitsu-macros]
version = "^0.5.18"

[dependencies.tairitsu-vdom]
version = "^0.5.18"

[dependencies.tokio]
version = "^1"
features = [
    "net",
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "^0.8"

[dependencies.tower-http]
version = "^0.6"
features = ["fs"]

[dependencies.tracing]
version = "^0.1"

[dependencies.tracing-subscriber]
version = "^0.3"
features = ["env-filter"]

[dev-dependencies.tempfile]
version = "^3"