ordinary-modify 0.10.2

Project manipulation tool for Ordinary
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.97.1"
name = "ordinary-modify"
version = "0.10.2"
authors = ["Ordinary Labs LLC"]
build = "build.rs"
include = [
    "/static",
    "/src",
    "LICENSE",
    "README.md",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project manipulation tool for Ordinary"
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = []
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--cfg",
    "tracing_unstable",
]
rustc-args = [
    "--cfg",
    "tracing_unstable",
]

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.fs-err]
version = "3.3.1"

[dependencies.heck]
version = "0.5.0"

[dependencies.ordinary-config]
version = "0.10.2"

[dependencies.ordinary-template]
version = "0.10.2"
features = ["modify"]
default-features = false

[dependencies.ordinary-types]
version = "0.10.2"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tracing]
version = "0.1.44"
features = ["valuable"]

[dependencies.uuid]
version = "1.24.0"
features = [
    "v7",
    "v4",
    "fast-rng",
    "serde",
]

[lints.clippy]
ref_option = "deny"
unwrap_used = "deny"