Installation
How to add APL-Core to your Rust project.
Requirements
- Rust 1.75.0 or later
Basic
Add to your Cargo.toml:
[dependencies]
apl-core = { git = "https://github.com/evidentum-io/apl-core" }APL-Core depends on atl-core for JCS canonicalization and the reference carrier model. The actual CarrierVerifier implementation is provided separately (typically by apl-cli).
With the AI-Eval profile
To enable the reference APL/AI-Eval vertical profile alongside the core library:
[dependencies]
apl-core = { git = "https://github.com/evidentum-io/apl-core" }
apl-ai-eval = { git = "https://github.com/evidentum-io/apl-core" }See APL/AI-Eval for the profile’s scope and usage.
Last updated on