[dependencies.either]
default-features = false
version = "1.9.0"
[dependencies.generic-array]
version = "0.14.7"
[dependencies.paste]
version = "1.0.14"
[dependencies.typenum]
default-features = false
version = "1.16.0"
[dev-dependencies.lazy_static]
version = "1.4.0"
[features]
alloc = []
default = ["std"]
std = []
[package]
authors = ["Bryant Luk <code@bryantluk.com>"]
description = "Authentication and authorization data in a logic programming language."
documentation = "https://docs.rs/passdata/"
edition = "2021"
include = ["src/**/*.rs", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-APACHE", "LICENSE-MIT"]
license = "MIT OR Apache-2.0"
name = "passdata"
readme = "README.md"
repository = "https://github.com/bluk/passdata"
version = "0.0.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]