[dependencies.aurora-engine-types]
default-features = false
version = "1.2.0"
[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.22"
[dependencies.sha2]
default-features = false
version = "0.10"
[dependencies.sha3]
default-features = false
version = "0.10"
[features]
all-promise-actions = []
contract = []
log = []
mainnet = []
std = ["aurora-engine-types/std", "sha3/std", "sha2/std", "base64/std"]
testnet = []
[lib]
name = "aurora_engine_sdk"
path = "src/lib.rs"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
similar_names = "allow"
too_long_first_doc_paragraph = "allow"
unreadable_literal = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[package]
authors = ["Aurora Labs <hello@aurora.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "SDK that used in Aurora Engine"
edition = "2021"
homepage = "https://github.com/aurora-is-near/aurora-engine"
keywords = ["aurora", "engine", "types", "evm", "blockchain"]
license = "CC0-1.0"
name = "aurora-engine-sdk"
publish = true
readme = "README.md"
repository = "https://github.com/aurora-is-near/aurora-engine"
version = "1.2.0"