# 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 = "simple-commit" version = "1.0.2" authors = ["romancitodev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A little CLI written in rust to improve your dirty commits into conventional ones. " readme = "README.md" license = "MIT" repository = "https://github.com/romancitodev/simple-commits" [package.metadata.wix] eula = false license = false path-guid = "E4D36954-1F3E-4535-A0BA-B439FA323671" upgrade-guid = "C20E12CB-E616-45DF-8B01-11541D65C6CE" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "sc" path = "src/main.rs" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.clap_derive] version = "4.0.0-rc.1" [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.3" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.log] version = "0.4.21" [dependencies.merge2] version = "0.3.0" [dependencies.promptuity] version = "0.0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "rt", "macros", "sync", "rt-multi-thread", ] [dependencies.toml] version = "0.8.8"