# 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 = "icgeek_ic_call_backend" version = "0.2.0" description = "Library for execute internet computer calls." license = "MIT" repository = "https://github.com/ruby-light/icgeek.git" resolver = "1" [dependencies.async-trait] version = "0.1.58" [dependencies.candid] version = "0.9.3" [dependencies.hex] version = "0.4.3" [dependencies.ic-certification] version = "0.25.0" [dependencies.icgeek_ic_call_api] version = "0.2.0" [dependencies.leb128] version = "0.2.5" [dependencies.sec1] version = "0.2.1" features = ["alloc"] [dependencies.serde] version = "1.0.147" [dependencies.serde_bytes] version = "0.11.7" [dependencies.serde_cbor] version = "0.11.2" [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.actix-rt] version = "2.7.0" [dev-dependencies.secp256k1] version = "0.21.3" features = ["bitcoin_hashes"]