sourcey-rustdoc 0.1.0

Convert nightly rustdoc JSON into a stable RustdocSpec snapshot. Powers sourcey's rustdoc() source adapter; works standalone for any tool that wants a stable Rust API surface representation.
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-rustdoc"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert nightly rustdoc JSON into a stable RustdocSpec snapshot. Powers sourcey's rustdoc() source adapter; works standalone for any tool that wants a stable Rust API surface representation."
homepage = "https://sourcey.com"
documentation = "https://sourcey.com/docs/adapters/rustdoc"
readme = "README.md"
keywords = [
    "rustdoc",
    "documentation",
    "json",
    "rust-api",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/sourcey/sourcey"

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

[[bin]]
name = "sourcey-rustdoc"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.rustdoc-json]
version = "0.9"

[dependencies.rustdoc-types]
version = "=0.57"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.toml]
version = "0.8"

[profile.release]
lto = "thin"
codegen-units = 1