# 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 = "2018" name = "mol" version = "0.3.0" authors = ["Dmitry Dodzin "] description = "Package versioning with ease" readme = "README.md" keywords = ["cargo", "versioning", "changeset", "changesets"] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/DmitryDodzin/mol" [profile.release] opt-level = "s" [[bin]] name = "cargo-mol" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3.0.0-rc.0" features = ["derive"] [dependencies.dialoguer] version = "0.9" [dependencies.faker_rand] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.mol-cargo] version = "0.3" [dependencies.mol-core] version = "0.3" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = ["macros", "rt", "rt-multi-thread"] [dev-dependencies.cargo-husky] version = "1" features = ["run-cargo-fmt", "run-cargo-clippy"] [features] default = []