[package] name = "sphinx-rustdocgen" description = "Executable to extract rustdoc comments for Sphinx" authors = ["Munir Contractor"] version = "0.6.1" edition = "2021" keywords = ["documentation", "sphinx"] categories = ["development-tools"] license = "GPL-3.0-or-later" homepage = "https://gitlab.com/munir0b0t/sphinxcontrib-rust" repository = "https://gitlab.com/munir0b0t/sphinxcontrib-rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cargo_toml = { version = "0.20"} log = { version = "0.4" } quote = { version = "1.0" } serde = { version = "1.0", features = ["derive"] } serde_json = {version = "1.0"} syn = { version = "2.0", features = ["full", "extra-traits"] }