[package]
edition = "2021"
name = "xtoolbox"
version = "0.1.2"
authors = ["andy <x7c7v7i87@gmail.com>"]
description = "This is a constantly changing toolbox, and there are often function names like php,python,golang,js,dart because I'm used to using these names, so that's it"
readme = "README.md"
keywords = [
"xtoolbox",
"rust",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/x7c7v7i87/xtoolbox.git"
resolver = "2"
[lib]
name = "xtoolbox"
path = "src/lib.rs"
[dependencies.rust-crypto]
version = "0.2.36"
[dependencies.uuid]
version = "1.0.0"
features = ["v4"]