migrate 0.3.2

Generic file migration tool for applying ordered transformations to a project directory
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 = "2021"
name = "migrate"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic file migration tool for applying ordered transformations to a project directory"
readme = "README.md"
keywords = [
    "migration",
    "cli",
    "automation",
    "devtools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/glideapps/migrate"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/migrate-{ target }{ archive-suffix }"
pkg-fmt = "bin"

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

[[bin]]
name = "migrate"
path = "src/main.rs"

[[test]]
name = "fixture_operations"
path = "tests/fixture_operations.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.glob]
version = "0.3"

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

[dev-dependencies.tempfile]
version = "3"