kanidm/profiles/Cargo.toml

24 lines
558 B
TOML
Raw Normal View History

[package]
name = "profiles"
2022-05-01 05:55:21 +02:00
version = "1.1.0-alpha.8"
authors = ["William Brown <william@blackhats.net.au>"]
rust-version = "1.59"
edition = "2021"
license = "MPL-2.0"
description = "Kanidm Build System Profiles"
documentation = "https://docs.rs/kanidm/latest/kanidm/"
homepage = "https://github.com/kanidm/kanidm/"
repository = "https://github.com/kanidm/kanidm/"
[lib]
name = "profiles"
path = "src/lib.rs"
[dependencies]
serde = { version = "^1.0.137", features = ["derive"] }
2022-04-27 05:35:26 +02:00
toml = "^0.5.9"
base64 = "^0.13.0"
[build-dependencies]
2022-04-27 05:35:26 +02:00
base64 = "^0.13.0"