# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "biscuit-cli" version = "0.5.0" authors = ["Clement Delafargue "] description = "a CLI to manipulate biscuit tokens" homepage = "https://www.biscuitsec.org" readme = "README.md" license = "MIT" repository = "https://github.com/biscuit-auth/biscuit-cli" [[bin]] name = "biscuit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.61" [dependencies.atty] version = "0.2.14" [dependencies.biscuit-auth] version = "5.0.0" features = ["serde-error"] [dependencies.chrono] version = "^0.4" [dependencies.clap] version = "^3.0" features = [ "color", "derive", ] [dependencies.hex] version = "0.4.3" [dependencies.parse_duration] version = "^2.1" [dependencies.serde] version = "1.0.173" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.shell-words] version = "^1.0.0" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.32" [dependencies.time] version = "0.3.13"