# 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 = "leptosfmt" version = "0.1.32" authors = ["Bram Hoendervangers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "view macro formatter CLI for the Leptos web framework" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bram209/leptosfmt" [[bin]] name = "leptosfmt" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.glob] version = "0.3.1" [dependencies.leptosfmt-formatter] version = "0.1.32" [dependencies.rayon] version = "1.7.0" [dependencies.similar] version = "2.2.1" [dependencies.toml] version = "0.7.4"