# 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 = "sway-scratchpad" version = "0.2.1" authors = ["Matej Cotman "] build = false include = [ "src/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Convert a command to a scratchpad" homepage = "https://github.com/matejc/sway-scratchpad" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/matejc/sway-scratchpad" [[bin]] name = "sway-scratchpad" path = "src/main.rs" [dependencies.async-process] version = "1.6.0" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.ksway] version = "0.1.0" [dependencies.serde_json] version = "1.0.91"