1
0
mirror of https://github.com/bitwarden/server synced 2026-02-21 20:03:40 +00:00
Files
server/akd/crates/bitwarden-encoding/Cargo.toml

27 lines
476 B
TOML

[package]
name = "bitwarden-encoding"
description = """
Internal crate for the bitwarden crate. Do not use.
"""
edition.workspace = true
version.workspace = true
authors.workspace = true
license-file.workspace = true
keywords.workspace = true
[features]
default = []
[dependencies]
data-encoding = ">=2.0, <3"
data-encoding-macro = "0.1.18"
serde = { workspace = true }
thiserror.workspace = true
[dev-dependencies]
serde_json = ">=1.0.96, <2.0"
[lints]
workspace = true