[package] name = "swarm-secret-client" version.workspace = true edition.workspace = true [dependencies] # `Identity` is re-exported by vaultrs, but the identity is built here (from # the `BAO_*` files) rather than by its env defaults, so the dependency is # direct rather than incidental. reqwest.workspace = true serde.workspace = true thiserror.workspace = true vaultrs.workspace = true [dev-dependencies] serde_json.workspace = true [lints] workspace = true