[dependencies.base64]
default-features = false
features = ["alloc"]
version = "0.22"
[dependencies.borsh]
default-features = false
features = ["derive"]
version = "1"
[dependencies.bs58]
default-features = false
features = ["alloc", "sha2"]
version = "0.5"
[dependencies.hex]
default-features = false
features = ["alloc"]
version = "0.4"
[dependencies.primitive-types]
default-features = false
features = ["rlp", "serde_no_std"]
version = "0.13"
[dependencies.rlp]
default-features = false
version = "0.6"
[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1"
[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1"
[dev-dependencies.rand]
version = "0.8"
[features]
contracts-std = ["borsh/std", "hex/std"]
default = ["std"]
impl-serde = ["primitive-types/impl-serde"]
std = ["borsh/std", "hex/std", "primitive-types/std", "primitive-types/serde", "serde/std", "serde_json/std", "rlp/std"]
[lib]
name = "aurora_engine_types"
path = "src/lib.rs"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
similar_names = "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 = "Essential types which used in Aurora Engine"
edition = "2021"
homepage = "https://github.com/aurora-is-near/aurora-engine"
keywords = ["aurora", "engine", "evm", "blockchain"]
license = "CC0-1.0"
name = "aurora-engine-types"
publish = true
readme = "README.md"
repository = "https://github.com/aurora-is-near/aurora-engine"
version = "2.0.0"