qa 0.1.1

Requirements traceability for safety-critical Rust software
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"
name = "qa"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Requirements traceability for safety-critical Rust software"
readme = "README.md"
license = "MIT"
resolver = "2"

[features]
default = ["std"]
json = [
    "std",
    "dep:serde",
    "dep:serde_json",
]
std = ["dep:tabled"]

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

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

[dependencies.linkme]
version = "0.3"

[dependencies.qa-macros]
version = "0.1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.tabled]
version = "0.17"
optional = true

[dev-dependencies.rstest]
version = "0.25"