Current section
Files
Jump to
Current section
Files
gleam.toml
name = "gleeth"
version = "1.1.0"
description = "Ethereum library for Gleam - JSON-RPC client, transaction signing, ABI encoding, and wallet management on the BEAM"
licences = ["MIT"]
repository = { type = "github", user = "czepluch", repo = "gleeth" }
[dependencies]
gleam_stdlib = ">= 0.60.0 and < 1.0.0"
gleam_http = ">= 4.0.0 and < 4.1.0"
gleam_httpc = ">= 4.1.1 and < 5.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
argv = ">= 1.0.0 and < 2.0.0"
bigi = ">= 3.0.0 and < 4.0.0"
gleam_otp = ">= 0.16.0 and < 1.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
ex_keccak = ">= 0.7.0 and < 1.0.0"
secp256k1_gleam = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"
qcheck_gleeunit_utils = ">= 1.0.0 and < 2.0.0"