# 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 = "btd" version = "1.0.0" description = "CLI tool to transform and deploy production builds of projects with file operations and commands." readme = "README.md" license = "GPL-3.0-or-later" [dependencies.dirs] version = "5.0.1" [dependencies.edit] version = "0.1.5" [dependencies.open] version = "5.1.2" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9.33" [dependencies.system] version = "0.3.0" [build-dependencies.winres] version = "0.1.12"