[package] name = "async_refactor" version = "0.1.2" edition = "2018" authors = ["Ben Santora "] description = "A library for automated async code refactoring in Rust." license = "MIT" repository = "https://github.com/bensatlantik/async_refactor" homepage = "https://github.com/bensatlantik/async_refactor" [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0" [dev-dependencies]