# 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 = "to-streamshare" version = "0.7.0" authors = ["Waradu"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Upload to streamshare (to-ss > toss) from the terminal" homepage = "https://waradu.dev" readme = "README.md" keywords = [ "streamshare", "file-sharing", "upload", ] license = "MIT" repository = "https://github.com/Waradu/to-streamshare" [[bin]] name = "toss" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.kdam] version = "0.5.2" features = [ "rich", "spinner", ] [dependencies.streamshare] version = "5" [dependencies.tokio] version = "1.40.0" features = ["full"]