# 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 = "evm-rpc-canister-types" version = "3.0.0" authors = ["Moritz Fuller moritz.fuller@dfinity.org"] description = "Types for interacting with the EVM RPC canister." homepage = "https://github.com/letmejustputthishere/chain-fusion-starter" documentation = "https://internetcomputer.org/docs/current/developer-docs/multi-chain/ethereum/evm-rpc/evm-rpc-canister" readme = "README.md" keywords = [ "evm-rpc-canister", "ethereum", "dfinity", "icp", "internet-computer", ] license = "Apache-2.0" repository = "https://github.com/letmejustputthishere/chain-fusion-starter" [dependencies.candid] version = "0.10" [dependencies.candid_parser] version = "0.1.4" [dependencies.ic-cdk] version = "0.14" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.197" [dependencies.serde_bytes] version = "0.11.14" [dependencies.serde_json] version = "1.0.116"