# 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 = "direct-share" version = "1.0.0" authors = ["storycraft "] description = "Share any files easily from your machine" readme = "README.md" license = "MIT" repository = "https://github.com/storycraft/direct-share" [dependencies.anyhow] version = "1" [dependencies.futures-util] version = "0.3" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.igd] version = "0.12" features = ["aio"] [dependencies.local-ip-address] version = "0.6" [dependencies.log] version = "0.4" [dependencies.never-say-never] version = "6.6.666" [dependencies.pretty_env_logger] version = "0.5" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-tar] version = "0.3.1" [dependencies.tokio-util] version = "0.7" [dependencies.toml] version = "0.8"