[dependencies.duct]
version = "1.1.1"
[dependencies.imara-diff]
version = "0.2.0"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syncdoc-core]
version = "0.2.1"
[dependencies.unsynn]
default-features = false
version = "0.1.1"
[dev-dependencies.insta]
version = "1.0"
[dev-dependencies.rust-format]
features = ["proc-macro2", "token_stream"]
version = "0.3.4"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "syncdoc_migrate"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Migration functionality for syncdoc - transferring code from docstrings to syncdoc"
documentation = "https://docs.rs/syncdoc-migrate"
edition = "2021"
homepage = "https://github.com/lmmx/syncdoc"
include = ["README.md", "src/**/*"]
license = "MIT OR Apache-2.0"
name = "syncdoc-migrate"
publish = true
readme = "README.md"
repository = "https://github.com/lmmx/syncdoc"
rust-version = "1.82.0"
version = "0.2.2"