[package] name = "helper-carryxd" version = "0.0.1" edition = "2021" license = "MIT OR Apache-2.0" description = "This is a personal tool" readme = "README.md" keywords = ["helper", "carryxd", "tools", "chengdu"] [dependencies] chrono = "0.4.19" time = "0.3.11" json = "0.12.4" redis = "0.21.5" curl = "0.4.43" mysql = "22.2.0" uuid = { version = "0.7", features = ["serde", "v4"] } base64 = "0.20.0-alpha.1" sha2 = "0.10.2" hex = "0.4.3" local_ipaddress = "0.1.3" kafka = "0.9.0" num-bigint = "0.4.3" num = "0.4.0" rand = "0.8.5" uint = "0.9.3" zmq = "0.9.2" lazy_static = "0.2.11" rust-crypto = "0.2.36" highway = "0.8.0" rust-base58 = "0.0.4" secp256k1 = "0.23.3" reqwest = "0.11.11" [profile.release] overflow-checks = true panic = "abort"