# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "earthbucks_lib" version = "0.8.5" authors = ["Ryan X. Charles "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EarthBucks library for data structures and algorithms" readme = "README.md" license = "MIT" repository = "https://github.com/earthbucks/earthbucks" [lib] name = "earthbucks_lib" path = "src/lib.rs" [[bin]] name = "earthbucks_lib" path = "src/main.rs" [dependencies.bnum] version = "0.12.0" [dependencies.bs58] version = "0.5.1" [dependencies.byteorder] version = "1.4.3" [dependencies.earthbucks_blake3] version = "0.8.5" [dependencies.earthbucks_secp256k1] version = "0.8.5" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1.10.4" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"