[package] name = "icgeek_ic_call_backend" version = "0.2.0" edition = "2021" description = "Library for execute internet computer calls." license = "MIT" repository = "https://github.com/ruby-light/icgeek.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] icgeek_ic_call_api = "0.2.0" candid = "0.9.3" serde = "1.0.147" serde_bytes = "0.11.7" ic-certification = "0.25.0" thiserror = "1.0.37" async-trait = "0.1.58" hex = "0.4.3" sha2 = "0.10.6" sec1 = {version = "0.2.1", features = ["alloc"]} leb128 = "0.2.5" serde_cbor = "0.11.2" [dev-dependencies] actix-rt = "2.7.0" secp256k1 = {version = "0.21.3", features = ["bitcoin_hashes"]}