tomt 0.1.0

TOML formatter CLI and 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 = "2024"
name = "tomt"
version = "0.1.0"
authors = ["Josh Junon (https://github.com/qix)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TOML formatter CLI and library"
homepage = "https://github.com/oro-os/toml"
readme = "README.md"
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/oro-os/tomt"

[features]
clap = ["dep:clap"]
default = ["clap"]

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

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

[dependencies.clap]
version = "4.5.60"
features = ["derive"]
optional = true

[dependencies.fast-glob]
version = "1.0.0"

[dependencies.ignore]
version = "0.4.25"

[dependencies.taplo]
version = "0.14.0"
features = ["serde"]

[dependencies.toml]
version = "1.0.3+spec-1.1.0"