replicate 2.0.0

Copies the currently running program into a temporary location
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "replicate"
version = "2.0.0"
authors = ["Max Dymond <cmeister2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Copies the currently running program into a temporary location"
readme = "README.md"
keywords = ["copy"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/cmeister2/replicate"

[lib]
name = "replicate"
path = "src/lib.rs"

[[example]]
name = "docker"
path = "examples/docker.rs"

[[example]]
name = "docker_build"
path = "examples/docker_build.rs"

[dependencies.tempfile]
version = "3.20.0"

[dev-dependencies.anyhow]
version = "1"