# 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 = "sbfiles" version = "0.1.0" authors = ["Wenping Guo "] description = "Copy/paste files using terminal scrollback buffer" homepage = "https://github.com/ybyygu/sbfiles" readme = "README.md" license = "MIT" repository = "https://github.com/ybyygu/sbfiles" [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.3" features = [ "derive", "env", ] [dependencies.flate2] version = "1" [dependencies.gut] version = "0.4.4" package = "gchemol-gut" [dependencies.tar] version = "0.4" [dev-dependencies.duct] version = "0.13" [dev-dependencies.tempfile] version = "3"