Documentation
# 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 = "move-idl"
version = "0.4.2"
authors = ["Ian Macalinao <ian@moving.wtf>"]
description = "Move IDL"
homepage = "https://moving.wtf"
readme = "README.md"
keywords = [
    "move",
    "diem",
    "token",
]
license = "Apache-2.0"
repository = "https://github.com/movingco/move-idl"

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

[dependencies.anyhow]
version = "1.0.42"

[dependencies.docstring]
version = "0.2.2"

[dependencies.errmapgen]
version = "0.4.0"

[dependencies.move-bytecode-verifier]
version = "0.3.1"

[dependencies.move-core-types]
version = "0.3.1"
package = "mv-core-types"

[dependencies.move-idl-types]
version = "0.4.0"

[dependencies.move-model]
version = "0.3.1"
package = "mv-model"

[dependencies.move-package]
version = "0.3.1"
package = "mv-package"

[dependencies.mv-binary-format]
version = "0.3.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.struct-tag]
version = "0.2.0"

[features]
address20 = [
    "errmapgen/address20",
    "move-core-types/address20",
    "move-idl-types/address20",
    "struct-tag/address20",
]
address32 = [
    "errmapgen/address32",
    "move-core-types/address32",
    "move-idl-types/address32",
    "struct-tag/address32",
]
default = []