[[bin]]
name = "a2x"
path = "src/main.rs"
[dependencies.a2x-derive]
version = "0.1.2"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4"
[dependencies.miette]
features = ["fancy"]
version = "7.6"
[dependencies.pest]
features = ["miette-error", "pretty-print"]
version = "2.7"
[dependencies.pest_derive]
version = "2.7"
[dependencies.thiserror]
version = "2.0"
[dependencies.unescaper]
version = "0.1"
[dependencies.uuid]
features = ["v7"]
version = "1.16"
[dependencies.walkdir]
version = "2.5"
[dependencies.xml]
version = "1.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.unwrap]
version = "1.2"
[lib]
name = "a2x"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "compilers"]
description = "A converter from ALFA to XACML policy language."
edition = "2024"
exclude = [".build.yml", ".config"]
homepage = "https://sr.ht/~gheartsfield/a2x/"
keywords = ["XACML", "ALFA"]
license = "GPL-3.0-or-later"
name = "a2x"
readme = "README.md"
repository = "https://sr.ht/~gheartsfield/a2x/"
version = "0.1.2"
[[test]]
name = "complex_e2e"
path = "tests/complex_e2e.rs"
[[test]]
name = "import"
path = "tests/import.rs"
[[test]]
name = "minimal"
path = "tests/minimal.rs"
[[test]]
name = "policy"
path = "tests/policy.rs"
[[test]]
name = "policy_condition"
path = "tests/policy_condition.rs"
[[test]]
name = "policy_obligation"
path = "tests/policy_obligation.rs"
[[test]]
name = "policy_recursion"
path = "tests/policy_recursion.rs"
[[test]]
name = "policyset"
path = "tests/policyset.rs"
[[test]]
name = "policyset_condition"
path = "tests/policyset_condition.rs"
[[test]]
name = "prescription_full"
path = "tests/prescription_full.rs"
[[test]]
name = "rule"
path = "tests/rule.rs"
[[test]]
name = "rule_advice"
path = "tests/rule_advice.rs"
[[test]]
name = "rule_condition"
path = "tests/rule_condition.rs"
[[test]]
name = "rule_obligation"
path = "tests/rule_obligation.rs"
[[test]]
name = "rule_target"
path = "tests/rule_target.rs"