wae-types 0.0.1

WAE Types - 统一错误类型与结果类型
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 = "2024"
name = "wae-types"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Types - 统一错误类型与结果类型"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-types"
documentation = "https://docs.rs/wae-types"
readme = "README.md"
keywords = [
    "types",
    "error",
    "result",
]
categories = ["rust-patterns"]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-types"
resolver = "2"

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

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.rust_decimal]
version = "1.40.0"
features = ["serde-float"]

[dependencies.rust_decimal_macros]
version = "1.40.0"

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

[dependencies.serde_json]
version = "1.0.149"