[package]
name = "biscuit-cli"
version = "0.6.0"
description = "a CLI to manipulate biscuit tokens"
authors = ["Clement Delafargue <clement@delafargue.name>"]
edition = "2018"
license = "BSD-3-Clause"
repository = "https://github.com/biscuit-auth/biscuit-cli"
homepage = "https://www.biscuitsec.org"
readme = "README.md"
[[bin]]
name = "biscuit"
path = "src/main.rs"
[dependencies]
atty = "0.2.14"
biscuit-auth = { version = "6.0.0", features = ["serde-error", "pem"] }
clap = { version = "^3.0", features = ["color", "derive"] }
chrono = "^0.4"
hex = "0.4.3"
parse_duration = "^2.1"
tempfile = "3.2.0"
shell-words = "^1.0.0"
thiserror = "1.0.32"
anyhow = "1.0.61"
time = "0.3.13"
serde_json = "1.0.103"
serde = { version = "1.0.173", features = ["derive"] }