Crates.io | biscuit-parser |
lib.rs | biscuit-parser |
version | |
source | src |
created_at | 2022-08-14 22:23:17.785261+00 |
updated_at | 2025-03-10 14:23:05.406957+00 |
description | Datalog parser used in the biscuit-auth and biscuit-quote crates |
homepage | https://github.com/biscuit-auth/biscuit |
repository | https://github.com/biscuit-auth/biscuit-rust |
max_upload_size | |
id | 645588 |
Cargo.toml error: | TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate provides datalog parsing support for biscuit-auth
. It is
reexported by it, so it is not meant to be used directly. It is split in a separate crate in order to avoid a
dependency cycle.