rd-source 0.0.1

Parser for R documentation source files into rd-ast documents
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 = "2024"
rust-version = "1.88"
name = "rd-source"
version = "0.0.1"
build = false
exclude = ["tests/fixtures/generate.R"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for R documentation source files into rd-ast documents"
readme = "README.md"
keywords = [
    "r",
    "rstats",
    "rd",
    "documentation",
    "parser",
]
categories = [
    "parsing",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/eitsupi/r-documentation-rs"

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

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

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

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

[dependencies.rd-ast]
version = "0.0.1"

[dev-dependencies.rd-ast]
version = "0.0.1"
features = ["rds"]

[dev-dependencies.rd-rds]
version = "0.0.1"

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

[dev-dependencies.toml]
version = "1"