research-master 0.1.40

MCP server for searching and downloading academic papers from multiple research sources
Documentation
1
2
3
4
5
6
7
[advisories]
# Ignore unmaintained/transitive dependencies that we don't control
ignore = [
    "RUSTSEC-2025-0057", # fxhash - transitive via scraper (HTML parsing)
    "RUSTSEC-2025-0067", # libyml - transitive via cargo-dist (dev-only)
    "RUSTSEC-2025-0068", # serde_yml - transitive via cargo-dist (dev-only)
]