[[bin]]
name = "sphinx-rustdocgen"
path = "src/main.rs"
[dependencies.cargo_toml]
version = "0.22"
[dependencies.log]
version = "0.4"
[dependencies.quote]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
name = "sphinx_rustdocgen"
path = "src/lib.rs"
[package]
authors = ["Munir Contractor"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Executable to extract rustdoc comments for Sphinx"
edition = "2021"
homepage = "https://gitlab.com/munir0b0t/sphinxcontrib-rust"
keywords = ["documentation", "sphinx"]
license = "GPL-3.0-or-later"
name = "sphinx-rustdocgen"
readme = "README.md"
repository = "https://gitlab.com/munir0b0t/sphinxcontrib-rust"
version = "1.0.0"