aurora-engine-sdk 2.0.0

SDK used in Aurora Engine
# 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 = "2.0.0"
authors = ["Aurora Labs <hello@aurora.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SDK used in Aurora Engine"
homepage = "https://github.com/aurora-is-near/aurora-engine"
readme = "README.md"
keywords = [
    "aurora",
    "engine",
    "evm",
    "blockchain",
]
license = "CC0-1.0"
repository = "https://github.com/aurora-is-near/aurora-engine"

[features]
all-promise-actions = []
bls = ["dep:blst"]
contract = []
log = []
std = [
    "aurora-engine-types/std",
    "base64/std",
    "libsecp256k1/std",
    "ripemd/std",
    "sha2/std",
    "sha3/std",
    "dep:ark-bn254",
    "dep:ark-serialize",
    "dep:ark-ec",
    "dep:ark-ff",
]

[lib]
name = "aurora_engine_sdk"
path = "src/lib.rs"

[dependencies.ark-bn254]
version = "0.5"
features = ["curve"]
optional = true
default-features = false

[dependencies.ark-ec]
version = "0.5"
optional = true
default-features = false

[dependencies.ark-ff]
version = "0.5"
features = ["asm"]
optional = true
default-features = false

[dependencies.ark-serialize]
version = "0.5"
optional = true
default-features = false

[dependencies.aurora-engine-types]
version = "2.0.0"
default-features = false

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.libsecp256k1]
version = "0.7"
features = [
    "static-context",
    "hmac",
]
default-features = false

[dependencies.ripemd]
version = "0.1"
default-features = false

[dependencies.sha2]
version = "0.10"
default-features = false

[dependencies.sha3]
version = "0.10"
default-features = false

[dev-dependencies.hex]
version = "0.4"
features = ["alloc"]
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.blst]
version = "0.3"
optional = true

[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