# 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 = "cargo-mommy" version = "0.3.1" description = "Mommy's here to support you when running cargo~" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Gankra/cargo-mommy" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ # Unreleased Nothing Yet! # Version {{version}} ({{date}})""" search = "# Unreleased" [profile.dist] lto = "thin" inherits = "release" [dependencies.fastrand] version = "1.8.0" [build-dependencies.regex] version = "1.10.2" [build-dependencies.serde] version = "1.0.151" features = ["derive"] [build-dependencies.serde-tuple-vec-map] version = "1.0.1" [build-dependencies.serde_json] version = "1.0.91" [features] default = [ "thirsty", "yikes", ] thirsty = [] yikes = []