miden-format 0.24.0

Formatter for the Miden Assembly language
# 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.96"
name = "miden-format"
version = "0.24.0"
authors = ["Miden contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Formatter for the Miden Assembly language"
homepage = "https://miden.xyz"
documentation = "https://docs.rs/miden-format"
readme = "README.md"
keywords = [
    "assembly",
    "formatter",
    "miden",
]
categories = ["compilers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xMiden/miden-vm"

[[bin]]
name = "miden-format"
path = "src/main.rs"
doctest = false
bench = false

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

[dependencies.miden-assembly-syntax-cst]
version = "0.24.0"
features = ["std"]
default-features = false

[dependencies.miden-debug-types]
version = "0.24"
features = ["std"]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "alloc",
    "derive",
    "rc",
]
default-features = false

[dependencies.thiserror]
version = "2.0"
features = ["std"]
default-features = false

[dependencies.toml]
version = "1.0"
features = [
    "display",
    "parse",
    "serde",
    "std",
]
default-features = false

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.18"
default-features = false

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_Storage_FileSystem"]