str-format 0.2.0

STR 结构化树资源格式(.str)的读写库、校验器与 CLI
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"
rust-version = "1.88"
name = "str-format"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "STR 结构化树资源格式(.str)的读写库、校验器与 CLI"
homepage = "https://github.com/frowhy/str.str"
documentation = "https://docs.rs/str-format"
readme = "README.md"
keywords = [
    "str",
    "structured-data",
    "directory-bundle",
    "knowledge-base",
    "cli",
]
categories = [
    "command-line-utilities",
    "data-structures",
    "filesystem",
    "development-tools",
    "encoding",
]
license = "MIT"
repository = "https://github.com/frowhy/str.str"

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

[[bin]]
name = "str"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.jsonschema]
version = "0.56.0"

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

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.time]
version = "0.3.55"
features = [
    "formatting",
    "parsing",
]

[dependencies.toml_edit]
version = "0.25.15"

[dependencies.uuid]
version = "1.26.1"
features = [
    "v4",
    "v7",
]

[dependencies.walkdir]
version = "2.5.0"

[profile.release]
opt-level = 3