# 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 = "masm-formatter" version = "0.1.3" authors = ["partylikeits1983 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A formatter for .masm files" homepage = "https://github.com/partylikeits1983/masm-formatter" readme = "README.md" keywords = [ "formatter", "polygon-miden", "assembly", "masm", ] categories = [ "command-line-utilities", "development-tools::formatters", ] license = "MIT" repository = "https://github.com/partylikeits1983/masm-formatter" [lib] name = "masm_formatter" path = "src/lib.rs" [[bin]] name = "cargo-masm-fmt" path = "src/main.rs" [[test]] name = "formatter_tests" path = "tests/formatter_tests.rs" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.glob] version = "0.3" [dependencies.regex] version = "1"