[package]
name = "aurora-engine-types"
version = "2.0.0"
description = "Essential types which used in Aurora Engine"
autobenches = false
keywords.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true
publish = true
[dependencies]
base64.workspace = true
borsh.workspace = true
bs58.workspace = true
hex.workspace = true
primitive-types.workspace = true
rlp.workspace = true
serde.workspace = true
serde_json.workspace = true
[dev-dependencies]
rand.workspace = true
[lints]
workspace = true
[features]
default = ["std"]
std = ["borsh/std", "hex/std", "primitive-types/std", "primitive-types/serde", "serde/std", "serde_json/std", "rlp/std"]
contracts-std = ["borsh/std", "hex/std"]
impl-serde = ["primitive-types/impl-serde"]