struct-tag 0.2.2

Wrapper type for serializing Move struct tags as strings.
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 = "struct-tag"
version = "0.2.2"
authors = ["Ian Macalinao <ian@moving.wtf>"]
description = "Wrapper type for serializing Move struct tags as strings."
homepage = "https://moving.wtf"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/movingco/bj"

[dependencies.anyhow]
version = "1"

[dependencies.module-id]
version = "0.2.0"

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

[dependencies.schemars]
version = "0.8"

[dependencies.serde]
version = "1.0.137"

[dev-dependencies.serde_json]
version = "1.0.81"

[features]
address20 = [
    "move-core-types/address20",
    "module-id/address20",
]
address32 = [
    "move-core-types/address32",
    "module-id/address32",
]
default = []