[package] name = "cargo-plonk" description = "Recompile Rust faster. Good for your flow state." license = "MIT" version = "0.1.0" edition = "2021" [[bin]] name = "cargo-plonk" path = "plonk.rs" [dependencies] pico-args = "0.5.0" cargo_metadata = "0.18.1" notify-debouncer-mini = "0.4.1" rustc-demangle = { version = "0.1.23", features = ["std"] } notify = "6.1.1" [target.x86_64-pc-windows-msvc.dependencies] dynasmrt = "2.0.0" winapi = { version = "0.3.9", features = ["memoryapi", "synchapi"] } [build-dependencies] cc = "1.0.83" reqwest = { version = "0.11.22", features = ["blocking"] }