[dependencies.module-id]
version = "0.2.0"
[dependencies.move-core-types]
package = "mv-core-types"
version = "0.2.1"
[dependencies.serde]
version = "1.0.137"
[dev-dependencies.serde_json]
version = "1.0.81"
[features]
address20 = ["module-id/address20", "move-core-types/address20"]
address32 = ["module-id/address32", "move-core-types/address32"]
default = []
[package]
authors = ["Ian Macalinao <ian@moving.wtf>"]
description = "Move error map which can be represented as JSON."
edition = "2021"
homepage = "https://moving.wtf"
license = "Apache-2.0"
name = "errmap"
readme = "README.md"
repository = "https://github.com/movingco/bj"
version = "0.2.0"