sourcey 0.1.1

Native documentation tooling for Rust APIs. Companion crate to the sourcey static documentation generator; re-exports the rustdoc snapshot pipeline.
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 = "2021"
rust-version = "1.85"
name = "sourcey"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native documentation tooling for Rust APIs. Companion crate to the sourcey static documentation generator; re-exports the rustdoc snapshot pipeline."
homepage = "https://sourcey.com"
documentation = "https://sourcey.com/docs"
readme = "README.md"
keywords = [
    "documentation",
    "rustdoc",
    "static-site",
    "api-docs",
]
categories = ["development-tools"]
license = "AGPL-3.0-only"
repository = "https://github.com/sourcey/sourcey"

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

[dependencies.sourcey-rustdoc]
version = "0.1.1"