# 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 = "metafmt" version = "0.1.6" authors = ["Ryan Fowler"] exclude = [ "/.github", "/ci", ] description = "A CLI for formatting configuration files" readme = "README.md" license = "MIT" repository = "https://github.com/ryanfowler/metafmt" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false strip = true [[bin]] name = "metafmt" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.cmarkfmt] version = "0.1.2" [dependencies.crossbeam] version = "0.8.2" [dependencies.diffy] version = "0.3.0" [dependencies.fastrand] version = "2.0.0" [dependencies.fjson] version = "0.3.1" [dependencies.flate2] version = "1.0.26" [dependencies.ignore] version = "0.4.20" [dependencies.jemallocator] version = "0.5.0" [dependencies.num_cpus] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.sqlformat] version = "0.2.1" [dependencies.tar] version = "0.4.38" [dependencies.termcolor] version = "1.2.0" [dependencies.toml_edit] version = "0.19.10" [dependencies.ureq] version = "2.6.2" features = ["json"] [build-dependencies.cgo] version = "0.2.0"