biscuit-parser 0.1.0-alpha2

Datalog parser used in the biscuit-auth and biscuit-quote crates
Documentation
[dependencies.hex]
version = "0.4.3"

[dependencies.nom]
version = "7.1.1"

[dependencies.quote]
version = "1.0.21"

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

[dependencies.thiserror]
version = "1.0.32"

[dependencies.time]
features = ["formatting", "parsing"]
version = "0.3.7"

[features]
datalog-macro = []
serde-error = ["serde"]

[package]
authors = ["Clément Delafargue <clement@delafargue.name>", "Geoffroy Couprie <contact@geoffroycouprie.com>"]
description = "Datalog parser used in the biscuit-auth and biscuit-quote crates"
documentation = "https://docs.rs/biscuit-auth"
edition = "2021"
homepage = "https://github.com/biscuit-auth/biscuit"
license = "Apache-2.0"
name = "biscuit-parser"
repository = "https://github.com/biscuit-auth/biscuit-rust"
version = "0.1.0-alpha2"