rontodoc 0.1.0

A blazing fast, Rust-based ontology documentation generator
# 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 = "rontodoc"
version = "0.1.0"
authors = ["Paul Adamson"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazing fast, Rust-based ontology documentation generator"
readme = "README.md"
keywords = [
    "ontology",
    "owl",
    "rdf",
    "documentation",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "Apache-2.0"
repository = "https://github.com/padamson/rontodoc"

[features]
dev = []

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.12"

[dependencies.axum]
version = "0.7"

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

[dependencies.notify]
version = "6"

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

[dependencies.serde_json]
version = "1"

[dependencies.sophia]
version = "0.8"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

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

[dependencies.tower-livereload]
version = "0.9"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.insta]
version = "1"

[dev-dependencies.playwright-rs]
version = "0.8"

[profile.release]
lto = true
strip = true