[package]
edition = "2021"
name = "oxicrypto"
version = "0.0.1"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust cryptography library (name reservation)"
readme = "README.md"
keywords = [
"crypto",
"cryptography",
"pure-rust",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cool-japan/oxicrypto"
[lib]
name = "oxicrypto"
path = "src/lib.rs"
[dependencies]