# 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 = "drips" version = "0.1.0" description = "cli for sending and recieve files over WiFi" readme = "README.md" license = "GPL-2.0-or-later" repository = "https://github.com/zschaffer/drips" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.clap_complete] version = "4.0.7" [dependencies.color-eyre] version = "0.6.2" [dependencies.ctrlc] version = "3.2.4" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.spinach] version = "2.1.0"