# 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 = "aurora-engine-sdk" version = "1.1.0" authors = ["Aurora Labs "] autobenches = false description = "SDK that used in Aurora Engine" homepage = "https://github.com/aurora-is-near/aurora-engine" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/aurora-is-near/aurora-engine" [dependencies.aurora-engine-types] version = "1.1.0" default-features = false [dependencies.base64] version = "0.21" features = ["alloc"] default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.sha3] version = "0.10" default-features = false [features] all-promise-actions = [] contract = [] log = [] mainnet = [] std = [ "aurora-engine-types/std", "sha3/std", "sha2/std", "base64/std", ] testnet = []