[package]
edition = "2021"
rust-version = "1.89"
name = "oxicrypto-core"
version = "0.1.0"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust cryptography trait surface (no_std + alloc)"
readme = false
keywords = [
"cryptography",
"no-std",
"traits",
"pure-rust",
"oxicrypto",
]
categories = [
"cryptography",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxicrypto"
[features]
default = []
std = []
[lib]
name = "oxicrypto_core"
path = "src/lib.rs"
[dependencies.subtle]
version = "2.6.1"
default-features = false
[dependencies.zeroize]
version = "1.8.2"
features = [
"derive",
"alloc",
]
default-features = false