# 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 = "aptos-sdk-icp" version = "0.0.1" authors = ["hide-yoshi "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Aptos SDK for Internet Computer" readme = false license = "MIT" resolver = "1" [lib] name = "aptos_sdk_icp" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.aptos-client-icp] version = "0.0.1" [dependencies.async-trait] version = "0.1.83" [dependencies.bcs] version = "0.1.6" [dependencies.candid] version = "0.10.10" [dependencies.getrandom] version = "0.2.3" features = ["custom"] [dependencies.hex] version = "0.4.3" [dependencies.ic-cdk] version = "0.16.0" [dependencies.serde] version = "^1.0" features = ["derive"]