xody 0.2.4

Utilities Library
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 = "xody"
version = "0.2.4"
authors = [
    "Su",
    "469446490@qq.com",
]
build = false
exclude = [
    ".devcontainer/**",
    ".vscode/**",
    "thirdlib/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Utilities Library
"""
readme = false
keywords = ["utilities"]
license = "MIT"
repository = "https://gitee.com/swq123459/xody.git"

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

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

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dev-dependencies.anyhow]
version = "1.0.82"