[package] name = "earthbucks_lib" description = "EarthBucks library for data structures and algorithms" version = "0.8.5" edition = "2021" license = "MIT" authors = ["Ryan X. Charles "] repository = "https://github.com/earthbucks/earthbucks" [dependencies] rand = "0.8.4" hex = "0.4.3" earthbucks_blake3 = "0.8.5" earthbucks_secp256k1 = "0.8.5" byteorder = "1.4.3" lazy_static = "1.4.0" num-bigint = "0.4.4" num-traits = "0.2.14" regex = "1.10.4" bs58 = "0.5.1" bnum = "0.12.0" [dev-dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"