# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "howl" version = "0.1.0" authors = ["Akhil Vanka "] description = "A clone of Doggo.ninja's woof bash script, written in Rust" homepage = "https://github.com/akhilvanka/howl" readme = "README.md" keywords = ["file_transfer", "ftp", "post", "file", "programming"] categories = ["command-line-utilities", "file_transfer"] license = "MIT OR Apache-2.0" repository = "https://github.com/akhilvanka/howl" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.clipboard] version = "0.5.0" [dependencies.keyring] version = "0.10.1" [dependencies.read_input] version = "0.8.4" [dependencies.serde] version = "1.0.118" [dependencies.serde_json] version = "1.0.61" [dependencies.tree_magic] version = "0.2.3" [dependencies.ureq] version = "1.5.2"