# 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 = "onchg" version = "0.1.6" authors = ["Assil Ksiksi "] description = "Keep blocks in sync across different files in your codebase." homepage = "https://github.com/aksiksi/onchg-rs" readme = "README.md" license = "MIT" repository = "https://github.com/aksiksi/onchg-rs" [profile.release] lto = "thin" strip = true [[bin]] name = "onchg" path = "src/main.rs" [[bench]] name = "directory" harness = false [[bench]] name = "repo" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.base64] version = "0.21.4" [dependencies.bstr] version = "1.6.2" [dependencies.clap] version = "4.4.4" features = [ "derive", "string", ] [dependencies.env_logger] version = "0.10.0" [dependencies.git2] version = "0.18" optional = true default-features = false [dependencies.ignore] version = "0.4.20" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.patch] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.8.0" [dependencies.regex] version = "1.9.5" [dependencies.tempfile] version = "3.8.0" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.predicates] version = "3.0.4" [features] default = [] git = ["git2"]