[package]
edition = "2024"
name = "xdice"
version = "0.1.0"
authors = ["KylinSoft Co., Ltd. <https://www.kylinos.cn/>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for dice."
homepage = "https://gitee.com/openkylin/x-kernel"
documentation = "https://gitee.com/openkylin/x-kernel"
readme = "README"
license = "Apache-2.0"
repository = "https://gitee.com/openkylin/x-kernel"
resolver = "2"
[features]
default = ["nostd"]
nostd = ["tee_crypto/alloc"]
std = ["tee_crypto/std"]
[lib]
name = "xdice"
path = "src/lib.rs"
[dependencies.tee_crypto]
version = "=0.1.4"
default-features = false
[dependencies.zeroize]
version = "1.9"
default-features = false