# 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 = "cargo-plonk" version = "0.1.0" description = "Recompile Rust faster. Good for your flow state." readme = "README.md" license = "MIT" [[bin]] name = "cargo-plonk" path = "plonk.rs" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.notify] version = "6.1.1" [dependencies.notify-debouncer-mini] version = "0.4.1" [dependencies.pico-args] version = "0.5.0" [dependencies.rustc-demangle] version = "0.1.23" features = ["std"] [build-dependencies.cc] version = "1.0.83" [build-dependencies.reqwest] version = "0.11.22" features = ["blocking"] [target.x86_64-pc-windows-msvc.dependencies.dynasmrt] version = "2.0.0" [target.x86_64-pc-windows-msvc.dependencies.winapi] version = "0.3.9" features = [ "memoryapi", "synchapi", ]