biscuit-parser 0.2.0-beta.1

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.proc-macro2]
version = "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 = []
pem = []
serde-error = ["serde"]

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

[package]
authors = ["Clément Delafargue <clement@delafargue.name>", "Geoffroy Couprie <contact@geoffroycouprie.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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"
readme = "README.md"
repository = "https://github.com/biscuit-auth/biscuit-rust"
version = "0.2.0-beta.1"