# 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 = "ic-evm-sign" version = "0.1.3" description = "This library enables Internet Computer canisters to sign transactions for EVM-compatible blockchains" documentation = "https://docs.rs/ic-evm-sign" readme = "README.md" license = "Apache-2.0" resolver = "1" [dependencies.candid] version = "0.7.14" [dependencies.easy-hasher] version = "2.2.1" [dependencies.ethereum-rlp] version = "0.2.3" [dependencies.futures] version = "0.3.25" [dependencies.ic-cdk] version = "0.5.2" [dependencies.libsecp256k1] version = "0.6.0" features = ["lazy-static-context"] default-features = false [dependencies.serde] version = "1"